+9
-9
lines changedFilter options
+9
-9
lines changed Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ async function mapWorkspaces (opts = {}) {
134
134
try {
135
135
pkg = await pkgJson.normalize(path.join(opts.cwd, match))
136
136
} catch (err) {
137
-
if (err.code === 'ENOENT') {
137
+
if (err.code === 'ENOENT' || err.code === 'ENOTDIR') {
138
138
continue
139
139
} else {
140
140
throw err
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@npmcli/map-workspaces",
3
-
"version": "4.0.1",
3
+
"version": "4.0.2",
4
4
"main": "lib/index.js",
5
5
"files": [
6
6
"bin/",
@@ -44,7 +44,7 @@
44
44
},
45
45
"devDependencies": {
46
46
"@npmcli/eslint-config": "^5.0.0",
47
-
"@npmcli/template-oss": "4.23.3",
47
+
"@npmcli/template-oss": "4.23.4",
48
48
"tap": "^16.0.1"
49
49
},
50
50
"dependencies": {
@@ -55,7 +55,7 @@
55
55
},
56
56
"templateOSS": {
57
57
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
58
-
"version": "4.23.3",
58
+
"version": "4.23.4",
59
59
"publish": "true"
60
60
}
61
61
}
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@
88
88
"@npmcli/arborist": "^8.0.0",
89
89
"@npmcli/config": "^9.0.0",
90
90
"@npmcli/fs": "^4.0.0",
91
-
"@npmcli/map-workspaces": "^4.0.1",
91
+
"@npmcli/map-workspaces": "^4.0.2",
92
92
"@npmcli/package-json": "^6.0.1",
93
93
"@npmcli/promise-spawn": "^8.0.1",
94
94
"@npmcli/redact": "^3.0.0",
@@ -3385,9 +3385,9 @@
3385
3385
}
3386
3386
},
3387
3387
"node_modules/@npmcli/map-workspaces": {
3388
-
"version": "4.0.1",
3389
-
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-4.0.1.tgz",
3390
-
"integrity": "sha512-g5H8ljH7Z+4T1ASsfcL09gZl4YGw6M4GbjzPt6HgE+pCRSKC4nlNc4nY75zshi88eEHcdoh3Q8XgWFkGKoVOPw==",
3388
+
"version": "4.0.2",
3389
+
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-4.0.2.tgz",
3390
+
"integrity": "sha512-mnuMuibEbkaBTYj9HQ3dMe6L0ylYW+s/gfz7tBDMFY/la0w9Kf44P9aLn4/+/t3aTR3YUHKoT6XQL9rlicIe3Q==",
3391
3391
"inBundle": true,
3392
3392
"license": "ISC",
3393
3393
"dependencies": {
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
55
55
"@npmcli/arborist": "^8.0.0",
56
56
"@npmcli/config": "^9.0.0",
57
57
"@npmcli/fs": "^4.0.0",
58
-
"@npmcli/map-workspaces": "^4.0.1",
58
+
"@npmcli/map-workspaces": "^4.0.2",
59
59
"@npmcli/package-json": "^6.0.1",
60
60
"@npmcli/promise-spawn": "^8.0.1",
61
61
"@npmcli/redact": "^3.0.0",
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4