File tree Expand file tree Collapse file tree
node_modules/@npmcli/map-workspaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function appendNegatedPatterns (patterns) {
1212 for ( let pattern of patterns ) {
1313 const excl = pattern . match ( / ^ ! + / )
1414 if ( excl ) {
15- pattern = pattern . substr ( excl [ 0 ] . length )
15+ pattern = pattern . slice ( excl [ 0 ] . length )
1616 }
1717
1818 // strip off any / from the start of the pattern. /foo => foo
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/map-workspaces" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.0.4 " ,
44 "main" : " lib/index.js" ,
55 "files" : [
66 " bin/" ,
4242 },
4343 "devDependencies" : {
4444 "@npmcli/eslint-config" : " ^3.0.1" ,
45- "@npmcli/template-oss" : " 3.4.1 " ,
45+ "@npmcli/template-oss" : " 3.5.0 " ,
4646 "tap" : " ^16.0.1"
4747 },
4848 "dependencies" : {
5353 },
5454 "templateOSS" : {
5555 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
56- "version" : " 3.4.1 "
56+ "version" : " 3.5.0 "
5757 }
5858}
Original file line number Diff line number Diff line change 964964 }
965965 },
966966 "node_modules/@npmcli/map-workspaces" : {
967- "version" : " 2.0.3 " ,
968- "resolved" : " https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.3 .tgz" ,
969- "integrity" : " sha512-X6suAun5QyupNM8iHkNPh0AHdRC2rb1W+MTdMvvA/2ixgmqZwlq5cGUBgmKHUHT2LgrkKJMAXbfAoTxOigpK8Q ==" ,
967+ "version" : " 2.0.4 " ,
968+ "resolved" : " https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.4 .tgz" ,
969+ "integrity" : " sha512-bMo0aAfwhVwqoVM5UzX1DJnlvVvzDCHae821jv48L1EsrYwfOZChlqWYXEtto/+BkBXetPbEWgau++/brh4oVg ==" ,
970970 "inBundle" : true ,
971971 "dependencies" : {
972972 "@npmcli/name-from-folder" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments