@lerna/npm-conf
Advanced tools
Comparing version 3.13.0 to 3.16.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [3.16.0](https://github.com/lerna/lerna/compare/v3.15.0...v3.16.0) (2019-07-18) | ||
### Bug Fixes | ||
* **npm-conf:** OTP should default to undefined, figgy pudding is very strict ([2fa02a8](https://github.com/lerna/lerna/commit/2fa02a8)) | ||
### Features | ||
* **deps:** `pify@^4.0.1` ([f8ee7e6](https://github.com/lerna/lerna/commit/f8ee7e6)) | ||
# [3.13.0](https://github.com/lerna/lerna/compare/v3.12.1...v3.13.0) (2019-02-15) | ||
@@ -8,0 +24,0 @@ |
@@ -126,3 +126,3 @@ // Generated with `lib/make.js` | ||
optional: true, | ||
otp: null, | ||
otp: undefined, | ||
"package-lock": true, | ||
@@ -129,0 +129,0 @@ "package-lock-only": false, |
{ | ||
"name": "@lerna/npm-conf", | ||
"version": "3.13.0", | ||
"version": "3.16.0", | ||
"description": "Vendored npm-conf with updates", | ||
@@ -40,5 +40,5 @@ "keywords": [ | ||
"config-chain": "^1.1.11", | ||
"pify": "^3.0.0" | ||
"pify": "^4.0.1" | ||
}, | ||
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5" | ||
"gitHead": "8ca18bedecf4f141c6242a099086e84b2ced72de" | ||
} |
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
26681
+ Addedpify@4.0.1(transitive)
- Removedpify@3.0.0(transitive)
Updatedpify@^4.0.1