@lerna/npm-dist-tag
Advanced tools
Comparing version 3.14.0 to 3.15.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.15.0](https://github.com/lerna/lerna/compare/v3.14.2...v3.15.0) (2019-06-09) | ||
### Bug Fixes | ||
* **deps:** Consume forked npm libs ([bdd4fa1](https://github.com/lerna/lerna/commit/bdd4fa1)) | ||
# [3.14.0](https://github.com/lerna/lerna/compare/v3.13.4...v3.14.0) (2019-05-14) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ "use strict"; | ||
const npa = require("npm-package-arg"); | ||
const fetch = require("npm-registry-fetch"); | ||
const fetch = require("@evocateur/npm-registry-fetch"); | ||
const figgyPudding = require("figgy-pudding"); | ||
@@ -8,0 +8,0 @@ const otplease = require("@lerna/otplease"); |
{ | ||
"name": "@lerna/npm-dist-tag", | ||
"version": "3.14.0", | ||
"version": "3.15.0", | ||
"description": "An internal Lerna tool", | ||
@@ -35,9 +35,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@evocateur/npm-registry-fetch": "^3.9.1", | ||
"@lerna/otplease": "3.14.0", | ||
"figgy-pudding": "^3.5.1", | ||
"npm-package-arg": "^6.1.0", | ||
"npm-registry-fetch": "^3.9.0", | ||
"npmlog": "^4.1.2" | ||
}, | ||
"gitHead": "39da145c67ea587457694f318f32f967b9d66ea9" | ||
"gitHead": "457d1e8a62f5caf0679973ae8bad564d7752ffd2" | ||
} |
9510
+ Added@evocateur/npm-registry-fetch@3.9.2(transitive)
- Removednpm-registry-fetch@^3.9.0
- Removednpm-registry-fetch@3.9.1(transitive)