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:
-rw-r--r--package-lock.json2
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md8
-rw-r--r--workspaces/libnpmexec/package.json2
3 files changed, 10 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 59e4e90b0..eaed3d668 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9846,7 +9846,7 @@
}
},
"workspaces/libnpmexec": {
- "version": "4.0.3",
+ "version": "4.0.4",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^5.0.0",
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index 7e31757ac..ffa1212ee 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [4.0.4](https://github.com/npm/cli/compare/libnpmexec-v4.0.3...libnpmexec-v4.0.4) (2022-04-19)
+
+
+### Bug Fixes
+
+* **exec:** workspaces support ([6253d19](https://github.com/npm/cli/commit/6253d1968d8390ea6b16604ff3abb5e6509349c9))
+* **libnpmexec:** fix read mixed local/registry pkg ([4a46a27](https://github.com/npm/cli/commit/4a46a27f2b968e2f8c1f4821508f93013738c482))
+
### [4.0.3](https://github.com/npm/cli/compare/libnpmexec-v4.0.2...libnpmexec-v4.0.3) (2022-04-06)
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 72a1ee983..5a8f7e4af 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "4.0.3",
+ "version": "4.0.4",
"files": [
"bin/",
"lib/"