pnpm 11.0.0-alpha.1 → 11.0.0-dev.1002

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.
@@ -196,7 +196,7 @@ layoutVersion: 5
196
196
  nodeLinker: hoisted
197
197
  packageManager: pnpm@10.22.0
198
198
  pendingBuilds: []
199
- prunedAt: Thu, 13 Nov 2025 17:30:23 GMT
199
+ prunedAt: Thu, 13 Nov 2025 22:58:04 GMT
200
200
  publicHoistPattern: []
201
201
  registries:
202
202
  '@jsr': https://npm.jsr.io/
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastValidatedTimestamp": 1763055023343,
2
+ "lastValidatedTimestamp": 1763074684873,
3
3
  "projects": {},
4
4
  "pnpmfiles": [],
5
5
  "settings": {
package/dist/pnpm.mjs CHANGED
@@ -1302,7 +1302,7 @@ var init_lib2 = __esm({
1302
1302
  "use strict";
1303
1303
  defaultManifest = {
1304
1304
  name: true ? "pnpm" : "pnpm",
1305
- version: true ? "11.0.0-alpha.1" : "0.0.0"
1305
+ version: true ? "11.0.0-dev.1002" : "0.0.0"
1306
1306
  };
1307
1307
  pkgJson = defaultManifest;
1308
1308
  packageManager = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pnpm",
3
- "version": "11.0.0-alpha.1",
3
+ "version": "11.0.0-dev.1002",
4
4
  "description": "Fast, disk space efficient package manager",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -186,7 +186,7 @@
186
186
  ]
187
187
  },
188
188
  "scripts": {
189
- "bundle": "pnpm --config.useNodeVersion=24.6.0 exec ts-node bundle.ts",
189
+ "bundle": "ts-node bundle.ts",
190
190
  "start": "tsc --watch",
191
191
  "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
192
192
  "pretest:e2e": "rimraf node_modules/.bin/pnpm",