libnpmexec 4.0.4 → 4.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -166,7 +166,7 @@ const exec = async (opts) => {
166
166
  const add = manis
167
167
  .filter(mani => !mani[_localManifest])
168
168
  .filter(filterMissingPackagesFromInstallDir)
169
- .map(mani => mani._from)
169
+ .map(mani => mani._id || mani._from)
170
170
  .sort((a, b) => a.localeCompare(b, 'en'))
171
171
 
172
172
  // no need to install if already present
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libnpmexec",
3
- "version": "4.0.4",
3
+ "version": "4.0.7",
4
4
  "files": [
5
5
  "bin/",
6
6
  "lib/"
@@ -50,19 +50,19 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@npmcli/eslint-config": "^3.0.1",
53
- "@npmcli/template-oss": "3.3.2",
53
+ "@npmcli/template-oss": "3.5.0",
54
54
  "bin-links": "^3.0.0",
55
55
  "tap": "^16.0.1"
56
56
  },
57
57
  "dependencies": {
58
58
  "@npmcli/arborist": "^5.0.0",
59
59
  "@npmcli/ci-detect": "^2.0.0",
60
- "@npmcli/run-script": "^3.0.0",
60
+ "@npmcli/run-script": "^4.1.0",
61
61
  "chalk": "^4.1.0",
62
62
  "mkdirp-infer-owner": "^2.0.0",
63
63
  "npm-package-arg": "^9.0.1",
64
- "npmlog": "^6.0.1",
65
- "pacote": "^13.0.5",
64
+ "npmlog": "^6.0.2",
65
+ "pacote": "^13.6.1",
66
66
  "proc-log": "^2.0.0",
67
67
  "read": "^1.0.7",
68
68
  "read-package-json-fast": "^2.0.2",
@@ -70,6 +70,6 @@
70
70
  },
71
71
  "templateOSS": {
72
72
  "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
73
- "version": "3.3.2"
73
+ "version": "3.5.0"
74
74
  }
75
75
  }