File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
node_modules/@npmcli/map-workspaces Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ async function mapWorkspaces (opts = {}) {
134134 try {
135135 pkg = await pkgJson . normalize ( path . join ( opts . cwd , match ) )
136136 } catch ( err ) {
137- if ( err . code === 'ENOENT' ) {
137+ if ( err . code === 'ENOENT' || err . code === 'ENOTDIR' ) {
138138 continue
139139 } else {
140140 throw err
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/map-workspaces" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2 " ,
44 "main" : " lib/index.js" ,
55 "files" : [
66 " bin/" ,
4444 },
4545 "devDependencies" : {
4646 "@npmcli/eslint-config" : " ^5.0.0" ,
47- "@npmcli/template-oss" : " 4.23.3 " ,
47+ "@npmcli/template-oss" : " 4.23.4 " ,
4848 "tap" : " ^16.0.1"
4949 },
5050 "dependencies" : {
5555 },
5656 "templateOSS" : {
5757 "//@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 " ,
5959 "publish" : " true"
6060 }
6161}
Original file line number Diff line number Diff line change 8888 "@npmcli/arborist": "^8.0.0",
8989 "@npmcli/config": "^9.0.0",
9090 "@npmcli/fs": "^4.0.0",
91- "@npmcli/map-workspaces": "^4.0.1 ",
91+ "@npmcli/map-workspaces": "^4.0.2 ",
9292 "@npmcli/package-json": "^6.0.1",
9393 "@npmcli/promise-spawn": "^8.0.1",
9494 "@npmcli/redact": "^3.0.0",
33853385 }
33863386 },
33873387 "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 ==",
33913391 "inBundle": true,
33923392 "license": "ISC",
33933393 "dependencies": {
Original file line number Diff line number Diff line change 5555 "@npmcli/arborist" : " ^8.0.0" ,
5656 "@npmcli/config" : " ^9.0.0" ,
5757 "@npmcli/fs" : " ^4.0.0" ,
58- "@npmcli/map-workspaces" : " ^4.0.1 " ,
58+ "@npmcli/map-workspaces" : " ^4.0.2 " ,
5959 "@npmcli/package-json" : " ^6.0.1" ,
6060 "@npmcli/promise-spawn" : " ^8.0.1" ,
6161 "@npmcli/redact" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments