From 0af8c00acb01849362ffca25b567cc62447c7175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 22 Jan 2019 15:31:50 -0800 Subject: [PATCH] libcipm@3.0.3 Fixes: https://npm.community/t/npm-6-6-0-release-breaking-docker-npm-ci-commands/4746 --- node_modules/libcipm/CHANGELOG.md | 10 ++++++++++ node_modules/libcipm/index.js | 3 ++- node_modules/libcipm/package.json | 22 +++++++++++----------- package-lock.json | 6 +++--- package.json | 2 +- 5 files changed, 27 insertions(+), 16 deletions(-) diff --git a/node_modules/libcipm/CHANGELOG.md b/node_modules/libcipm/CHANGELOG.md index 09ee6ac20f4d9..5f9d4906e4ae7 100644 --- a/node_modules/libcipm/CHANGELOG.md +++ b/node_modules/libcipm/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.0.3](https://github.com/zkat/cipm/compare/v3.0.2...v3.0.3) (2019-01-22) + + +### Bug Fixes + +* **scripts:** pass in opts.dir directly ([018df27](https://github.com/zkat/cipm/commit/018df27)) + + + ## [3.0.2](https://github.com/zkat/cipm/compare/v3.0.1...v3.0.2) (2018-08-31) diff --git a/node_modules/libcipm/index.js b/node_modules/libcipm/index.js index 838d072356151..7f4d13f74a34c 100644 --- a/node_modules/libcipm/index.js +++ b/node_modules/libcipm/index.js @@ -389,7 +389,8 @@ class Installer { pkg, stage, pkgPath, LifecycleOpts(this.opts).concat({ // TODO: can be removed once npm-lifecycle is updated to modern // config practices. - config: this.opts + config: this.opts, + dir: this.prefix })) ).tap(() => { this.timings.scripts += Date.now() - start }) } diff --git a/node_modules/libcipm/package.json b/node_modules/libcipm/package.json index 981a22234c9bb..153dc1acbaada 100644 --- a/node_modules/libcipm/package.json +++ b/node_modules/libcipm/package.json @@ -1,27 +1,27 @@ { - "_from": "libcipm@^3.0.2", - "_id": "libcipm@3.0.2", + "_from": "libcipm@latest", + "_id": "libcipm@3.0.3", "_inBundle": false, - "_integrity": "sha512-bK16Bynv5Ukg5sI9J70hH5KRF5/p9lNmYxKzeKgRNtx6sbwK6aozxFgGuXUBgiwu+N/ubo5KMqPy/LcXE8K2ZA==", + "_integrity": "sha512-71V5CpTI+zFydTc5IjJ/tx8JHbXEJvmYF2zaSVW1V3X1rRnRjXqh44iuiyry1xgi3ProUQ1vX1uwFiWs00+2og==", "_location": "/libcipm", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "tag", "registry": true, - "raw": "libcipm@^3.0.2", + "raw": "libcipm@latest", "name": "libcipm", "escapedName": "libcipm", - "rawSpec": "^3.0.2", + "rawSpec": "latest", "saveSpec": null, - "fetchSpec": "^3.0.2" + "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], - "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-3.0.2.tgz", - "_shasum": "baba173f02db659d60f58f34bcf605f22a39d9b8", - "_spec": "libcipm@^3.0.2", + "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-3.0.3.tgz", + "_shasum": "2e764effe0b90d458790dab3165794c804075ed3", + "_spec": "libcipm@latest", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kat Marchán", @@ -96,5 +96,5 @@ "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, - "version": "3.0.2" + "version": "3.0.3" } diff --git a/package-lock.json b/package-lock.json index 5e1edf623be2b..fd53413c60dba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2526,9 +2526,9 @@ } }, "libcipm": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/libcipm/-/libcipm-3.0.2.tgz", - "integrity": "sha512-bK16Bynv5Ukg5sI9J70hH5KRF5/p9lNmYxKzeKgRNtx6sbwK6aozxFgGuXUBgiwu+N/ubo5KMqPy/LcXE8K2ZA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/libcipm/-/libcipm-3.0.3.tgz", + "integrity": "sha512-71V5CpTI+zFydTc5IjJ/tx8JHbXEJvmYF2zaSVW1V3X1rRnRjXqh44iuiyry1xgi3ProUQ1vX1uwFiWs00+2og==", "requires": { "bin-links": "^1.1.2", "bluebird": "^3.5.1", diff --git a/package.json b/package.json index 2c6d6b7066cf2..a6d55458971be 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "is-cidr": "^3.0.0", "json-parse-better-errors": "^1.0.2", "lazy-property": "~1.0.0", - "libcipm": "^3.0.2", + "libcipm": "^3.0.3", "libnpm": "^2.0.1", "libnpmhook": "^5.0.2", "libnpx": "^10.2.0",