pnpm 11.0.0-alpha.0 → 11.0.0-alpha.1
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.
|
@@ -16,9 +16,9 @@ hoistedLocations:
|
|
|
16
16
|
agent-base@7.1.4:
|
|
17
17
|
- node_modules/agent-base
|
|
18
18
|
ansi-regex@5.0.1:
|
|
19
|
-
- node_modules/wrap-ansi-cjs/node_modules/ansi-regex
|
|
20
19
|
- node_modules/strip-ansi-cjs/node_modules/ansi-regex
|
|
21
20
|
- node_modules/string-width-cjs/node_modules/ansi-regex
|
|
21
|
+
- node_modules/wrap-ansi-cjs/node_modules/ansi-regex
|
|
22
22
|
ansi-regex@6.2.2:
|
|
23
23
|
- node_modules/ansi-regex
|
|
24
24
|
ansi-styles@4.3.0:
|
|
@@ -44,8 +44,8 @@ hoistedLocations:
|
|
|
44
44
|
eastasianwidth@0.2.0:
|
|
45
45
|
- node_modules/eastasianwidth
|
|
46
46
|
emoji-regex@8.0.0:
|
|
47
|
-
- node_modules/wrap-ansi-cjs/node_modules/emoji-regex
|
|
48
47
|
- node_modules/string-width-cjs/node_modules/emoji-regex
|
|
48
|
+
- node_modules/wrap-ansi-cjs/node_modules/emoji-regex
|
|
49
49
|
emoji-regex@9.2.2:
|
|
50
50
|
- node_modules/emoji-regex
|
|
51
51
|
encoding@0.1.13:
|
|
@@ -158,8 +158,8 @@ hoistedLocations:
|
|
|
158
158
|
string-width@5.1.2:
|
|
159
159
|
- node_modules/string-width
|
|
160
160
|
strip-ansi@6.0.1:
|
|
161
|
-
- node_modules/wrap-ansi-cjs/node_modules/strip-ansi
|
|
162
161
|
- node_modules/string-width-cjs/node_modules/strip-ansi
|
|
162
|
+
- node_modules/wrap-ansi-cjs/node_modules/strip-ansi
|
|
163
163
|
- node_modules/strip-ansi-cjs
|
|
164
164
|
strip-ansi@7.1.2:
|
|
165
165
|
- node_modules/strip-ansi
|
|
@@ -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
|
|
199
|
+
prunedAt: Thu, 13 Nov 2025 17:30:23 GMT
|
|
200
200
|
publicHoistPattern: []
|
|
201
201
|
registries:
|
|
202
202
|
'@jsr': https://npm.jsr.io/
|
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.
|
|
1305
|
+
version: true ? "11.0.0-alpha.1" : "0.0.0"
|
|
1306
1306
|
};
|
|
1307
1307
|
pkgJson = defaultManifest;
|
|
1308
1308
|
packageManager = {
|