File tree 4 files changed +9
-9
lines changed
node_modules/@npmcli/map-workspaces
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 = {}) {
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
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
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
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 90
90
"@npmcli/arborist": "^8.0.0",
91
91
"@npmcli/config": "^9.0.0",
92
92
"@npmcli/fs": "^4.0.0",
93
- "@npmcli/map-workspaces": "^4.0.1 ",
93
+ "@npmcli/map-workspaces": "^4.0.2 ",
94
94
"@npmcli/package-json": "^6.1.0",
95
95
"@npmcli/promise-spawn": "^8.0.2",
96
96
"@npmcli/redact": "^3.0.0",
1655
1655
}
1656
1656
},
1657
1657
"node_modules/@npmcli/map-workspaces": {
1658
- "version": "4.0.1 ",
1659
- "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-4.0.1 .tgz",
1660
- "integrity": "sha512-g5H8ljH7Z+4T1ASsfcL09gZl4YGw6M4GbjzPt6HgE+pCRSKC4nlNc4nY75zshi88eEHcdoh3Q8XgWFkGKoVOPw ==",
1658
+ "version": "4.0.2 ",
1659
+ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-4.0.2 .tgz",
1660
+ "integrity": "sha512-mnuMuibEbkaBTYj9HQ3dMe6L0ylYW+s/gfz7tBDMFY/la0w9Kf44P9aLn4/+/t3aTR3YUHKoT6XQL9rlicIe3Q ==",
1661
1661
"inBundle": true,
1662
1662
"license": "ISC",
1663
1663
"dependencies": {
Original file line number Diff line number Diff line change 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.1.0" ,
60
60
"@npmcli/promise-spawn" : " ^8.0.2" ,
61
61
"@npmcli/redact" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments