@pnpm/exe 11.0.0-beta.6 → 11.0.0-beta.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.
- package/dist/node_modules/minimatch/dist/commonjs/ast.js +9 -10
- package/dist/node_modules/minimatch/dist/commonjs/index.js +26 -20
- package/dist/node_modules/minimatch/dist/commonjs/unescape.js +6 -6
- package/dist/node_modules/minimatch/dist/esm/ast.js +9 -10
- package/dist/node_modules/minimatch/dist/esm/index.js +26 -20
- package/dist/node_modules/minimatch/dist/esm/unescape.js +6 -6
- package/dist/node_modules/minimatch/package.json +14 -8
- package/dist/pnpm.mjs +6068 -8162
- package/dist/worker.js +0 -6
- package/package.json +8 -8
package/dist/worker.js
CHANGED
|
@@ -6885,11 +6885,6 @@ function importIndexedDir(importer, newDir, filenames, opts2) {
|
|
|
6885
6885
|
if (util6.types.isNativeError(err) && "code" in err && err.code === "EEXIST") {
|
|
6886
6886
|
if (allFilesMatch(newDir, filenames))
|
|
6887
6887
|
return;
|
|
6888
|
-
} else {
|
|
6889
|
-
try {
|
|
6890
|
-
rimrafSync(newDir);
|
|
6891
|
-
} catch {
|
|
6892
|
-
}
|
|
6893
6888
|
}
|
|
6894
6889
|
}
|
|
6895
6890
|
const stage = fastPathTemp(newDir);
|
|
@@ -10810,7 +10805,6 @@ function initStore({ storeDir }) {
|
|
|
10810
10805
|
}
|
|
10811
10806
|
}
|
|
10812
10807
|
}
|
|
10813
|
-
getStoreIndex(storeDir);
|
|
10814
10808
|
return { status: "success" };
|
|
10815
10809
|
}
|
|
10816
10810
|
function addFilesFromDir2({ appendManifest, dir, files, filesIndexFile, includeNodeModules, sideEffectsCacheKey, storeDir }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/exe",
|
|
3
|
-
"version": "11.0.0-beta.
|
|
3
|
+
"version": "11.0.0-beta.7",
|
|
4
4
|
"description": "Fast, disk space efficient package manager",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"@reflink/reflink": "0.1.19"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@pnpm/linux-arm64": "11.0.0-beta.
|
|
34
|
-
"@pnpm/
|
|
35
|
-
"@pnpm/
|
|
36
|
-
"@pnpm/
|
|
37
|
-
"@pnpm/win-
|
|
38
|
-
"@pnpm/
|
|
33
|
+
"@pnpm/linux-arm64": "11.0.0-beta.7",
|
|
34
|
+
"@pnpm/linux-x64": "11.0.0-beta.7",
|
|
35
|
+
"@pnpm/macos-arm64": "11.0.0-beta.7",
|
|
36
|
+
"@pnpm/macos-x64": "11.0.0-beta.7",
|
|
37
|
+
"@pnpm/win-arm64": "11.0.0-beta.7",
|
|
38
|
+
"@pnpm/win-x64": "11.0.0-beta.7"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@jest/globals": "30.3.0",
|
|
42
42
|
"execa": "npm:safe-execa@0.3.0",
|
|
43
43
|
"tar": "^7.5.10",
|
|
44
|
-
"@pnpm/exe": "11.0.0-beta.
|
|
44
|
+
"@pnpm/exe": "11.0.0-beta.7",
|
|
45
45
|
"@pnpm/jest-config": "1000.0.5"
|
|
46
46
|
},
|
|
47
47
|
"jest": {
|