@pnpm/exe 11.19.0 → 11.21.0

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.
Files changed (3) hide show
  1. package/dist/pnpm.mjs +169491 -168623
  2. package/dist/worker.js +4 -0
  3. package/package.json +10 -10
package/dist/worker.js CHANGED
@@ -6904,6 +6904,10 @@ function filesIncludeInstallScripts(filesIndex) {
6904
6904
  var LOCKFILE_MAJOR_VERSION = "9";
6905
6905
  var LOCKFILE_VERSION = `${LOCKFILE_MAJOR_VERSION}.0`;
6906
6906
  var ENGINE_NAME = `${process.platform};${process.arch};node${process.version.split(".")[0].substring(1)}`;
6907
+ var BUILTIN_NAMED_REGISTRIES = Object.freeze({
6908
+ gh: "https://npm.pkg.github.com/",
6909
+ npmjs: "https://registry.npmjs.org/"
6910
+ });
6907
6911
 
6908
6912
  // ../core/error/lib/index.js
6909
6913
  var PnpmError = class extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/exe",
3
- "version": "11.19.0",
3
+ "version": "11.21.0",
4
4
  "description": "Fast, disk space efficient package manager",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -35,19 +35,19 @@
35
35
  "detect-libc": "^2.1.2"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@pnpm/linux-arm64": "11.19.0",
39
- "@pnpm/linux-x64": "11.19.0",
40
- "@pnpm/linuxstatic-arm64": "11.19.0",
41
- "@pnpm/linuxstatic-x64": "11.19.0",
42
- "@pnpm/macos-arm64": "11.19.0",
43
- "@pnpm/win-arm64": "11.19.0",
44
- "@pnpm/win-x64": "11.19.0"
38
+ "@pnpm/linux-arm64": "11.21.0",
39
+ "@pnpm/linux-x64": "11.21.0",
40
+ "@pnpm/linuxstatic-arm64": "11.21.0",
41
+ "@pnpm/linuxstatic-x64": "11.21.0",
42
+ "@pnpm/macos-arm64": "11.21.0",
43
+ "@pnpm/win-arm64": "11.21.0",
44
+ "@pnpm/win-x64": "11.21.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@jest/globals": "30.4.1",
48
- "@pnpm/exe": "11.19.0",
48
+ "@pnpm/exe": "11.21.0",
49
49
  "@pnpm/jest-config": "1100.0.22",
50
- "@zkochan/cmd-shim": "^9.0.6",
50
+ "@zkochan/cmd-shim": "^9.0.7",
51
51
  "execa": "npm:safe-execa@0.3.0"
52
52
  },
53
53
  "jest": {