Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-09-15 17:27:48 +0300
committerRebecca Turner <me@re-becca.org>2017-09-22 02:35:28 +0300
commit5cad1699a7a0fc85ac7f77a95087a9647f75e344 (patch)
tree791fbae5d3f75217c3835d88251c61100a3b24ee
parent20589f4b028d3e8a617800ac6289d27f39e548e8 (diff)
npm-lifecycle@1.0.3
-rw-r--r--node_modules/npm-lifecycle/CHANGELOG.md10
-rw-r--r--node_modules/npm-lifecycle/index.js2
-rw-r--r--node_modules/npm-lifecycle/package.json24
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
5 files changed, 27 insertions, 17 deletions
diff --git a/node_modules/npm-lifecycle/CHANGELOG.md b/node_modules/npm-lifecycle/CHANGELOG.md
index c3cde3dbc..6d1ee859f 100644
--- a/node_modules/npm-lifecycle/CHANGELOG.md
+++ b/node_modules/npm-lifecycle/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.
+<a name="1.0.3"></a>
+## [1.0.3](https://github.com/npm/lifecycle/compare/v1.0.2...v1.0.3) (2017-09-01)
+
+
+### Bug Fixes
+
+* **runCmd:** add missing option to runCmd recursive queue call ([1a69ce8](https://github.com/npm/lifecycle/commit/1a69ce8))
+
+
+
<a name="1.0.2"></a>
## [1.0.2](https://github.com/npm/lifecycle/compare/v1.0.1...v1.0.2) (2017-08-17)
diff --git a/node_modules/npm-lifecycle/index.js b/node_modules/npm-lifecycle/index.js
index 1ed5d3f64..be5eadb3e 100644
--- a/node_modules/npm-lifecycle/index.js
+++ b/node_modules/npm-lifecycle/index.js
@@ -204,7 +204,7 @@ function dequeue () {
function runCmd (note, cmd, pkg, env, stage, wd, opts, cb) {
if (running) {
- queue.push([note, cmd, pkg, env, stage, wd, cb])
+ queue.push([note, cmd, pkg, env, stage, wd, opts, cb])
return
}
diff --git a/node_modules/npm-lifecycle/package.json b/node_modules/npm-lifecycle/package.json
index 5f766aee4..4a5992b1a 100644
--- a/node_modules/npm-lifecycle/package.json
+++ b/node_modules/npm-lifecycle/package.json
@@ -1,28 +1,28 @@
{
- "_from": "npm-lifecycle@1.0.2",
- "_id": "npm-lifecycle@1.0.2",
+ "_from": "npm-lifecycle@~1.0.2",
+ "_id": "npm-lifecycle@1.0.3",
"_inBundle": false,
- "_integrity": "sha512-tuSfwKmTiJMVeQdvAfYJ1I+sC6tTpN2W6UWuHPkCy4FtM29Oc+DsuMDdTSaJTmbTairCtx9gXPI8DqZL42GF5g==",
+ "_integrity": "sha512-CsdargNux7vbv2oeJg7Jb3AH6LPydR06s051A/6tNBGtHo4USlCzfbRn6mSaJELA0sZpaWfqVUNFQ1arOb6rIg==",
"_location": "/npm-lifecycle",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "npm-lifecycle@1.0.2",
+ "raw": "npm-lifecycle@~1.0.2",
"name": "npm-lifecycle",
"escapedName": "npm-lifecycle",
- "rawSpec": "1.0.2",
+ "rawSpec": "~1.0.2",
"saveSpec": null,
- "fetchSpec": "1.0.2"
+ "fetchSpec": "~1.0.2"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-1.0.2.tgz",
- "_shasum": "1ff54561a7cec3813e89c22a362de4a1ed7e2ae5",
- "_spec": "npm-lifecycle@1.0.2",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-1.0.3.tgz",
+ "_shasum": "4cd60543247dbba631281e48ce665ffd52380cce",
+ "_spec": "npm-lifecycle@~1.0.2",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Mike Sherov"
},
@@ -74,5 +74,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": "1.0.2"
+ "version": "1.0.3"
}
diff --git a/package-lock.json b/package-lock.json
index 771af34ba..5616521fe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1295,9 +1295,9 @@
}
},
"npm-lifecycle": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-1.0.2.tgz",
- "integrity": "sha512-tuSfwKmTiJMVeQdvAfYJ1I+sC6tTpN2W6UWuHPkCy4FtM29Oc+DsuMDdTSaJTmbTairCtx9gXPI8DqZL42GF5g==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-1.0.3.tgz",
+ "integrity": "sha512-CsdargNux7vbv2oeJg7Jb3AH6LPydR06s051A/6tNBGtHo4USlCzfbRn6mSaJELA0sZpaWfqVUNFQ1arOb6rIg==",
"requires": {
"graceful-fs": "4.1.11",
"slide": "1.1.6",
diff --git a/package.json b/package.json
index c05b426a2..e59627951 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
"normalize-package-data": "~2.4.0",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
- "npm-lifecycle": "~1.0.2",
+ "npm-lifecycle": "~1.0.3",
"npm-package-arg": "~5.1.2",
"npm-packlist": "~1.1.8",
"npm-registry-client": "~8.4.0",