Tags: scality/kubernetes-client-javascript
Tags
package-lock: Migrate to lock file v2 and bump version
fix: Typescript build by adding static types dependency list By default typescript tries to build any given types available in its build scope but that brings some issue when the consumer project import types dependencies because tsc would then try to compile them as well whereas they should remains out of the build scope of the library. In order to solve this I've statically listed all types dependencies of this project in the types attribute of ts config file.
Merge pull request #1 from scality/update-browser Update `browser` branch to match `browser-dist`
Merge pull request kubernetes-client#130 from brendandburns/master Update version for a new release of the npm package.
Merge pull request kubernetes-client#69 from cmosgh/master fix(websockethandler): fix buffer init in handleStandardInput
Merge pull request kubernetes-client#64 from flyboarder/master Regenerate for 1.11.2