kubernetes-client
Advanced tools
Comparing version 8.3.3 to 8.3.4
@@ -5,2 +5,4 @@ # Changelog | ||
### [8.3.4](https://github.com/godaddy/kubernetes-client/compare/8.3.3...8.3.4) (2019-08-22) | ||
### [8.3.3](https://github.com/godaddy/kubernetes-client/compare/8.3.2...8.3.3) (2019-07-23) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "kubernetes-client", | ||
"version": "8.3.3", | ||
"version": "8.3.4", | ||
"description": "Simplified Kubernetes API client.", | ||
@@ -56,7 +56,7 @@ "main": "lib/index.js", | ||
"nyc": "^14.0.0", | ||
"sinon": "7.3.2", | ||
"sinon": "7.4.1", | ||
"standard": "^12.0.1", | ||
"standard-version": "^6.0.1", | ||
"typescript": "^2.6.1", | ||
"yargs": "^13.2.4" | ||
"standard-version": "^7.0.0", | ||
"typescript": "^3.1.3", | ||
"yargs": "^14.0.0" | ||
}, | ||
@@ -63,0 +63,0 @@ "nyc": { |
{ | ||
"compilerOptions": { | ||
"lib": [ "es2015" ], | ||
"module": "es2015", | ||
"module": "commonjs", | ||
"target": "es6", | ||
"moduleResolution": "node", | ||
"noEmit": true, | ||
"types": [ "node" ] | ||
}, | ||
@@ -8,0 +8,0 @@ "include": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1442405
7402