@pnpm/exe 11.0.7 → 11.0.8
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/pnpm.mjs +64 -24
- package/dist/worker.js +6 -6
- package/package.json +9 -9
package/dist/pnpm.mjs
CHANGED
|
@@ -1000,7 +1000,7 @@ var init_lib2 = __esm({
|
|
|
1000
1000
|
"use strict";
|
|
1001
1001
|
defaultManifest = {
|
|
1002
1002
|
name: true ? "pnpm" : "pnpm",
|
|
1003
|
-
version: true ? "11.0.
|
|
1003
|
+
version: true ? "11.0.8" : "0.0.0"
|
|
1004
1004
|
};
|
|
1005
1005
|
pkgJson = defaultManifest;
|
|
1006
1006
|
packageManager = {
|
|
@@ -12476,7 +12476,7 @@ var init_lib15 = __esm({
|
|
|
12476
12476
|
}
|
|
12477
12477
|
});
|
|
12478
12478
|
|
|
12479
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
12479
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/unpack.js
|
|
12480
12480
|
function checkedRead(options) {
|
|
12481
12481
|
try {
|
|
12482
12482
|
if (!currentUnpackr.trusted && !sequentialMode) {
|
|
@@ -13238,7 +13238,7 @@ function setReadStruct(updatedReadStruct, loadedStructs, saveState3) {
|
|
|
13238
13238
|
}
|
|
13239
13239
|
var decoder, src, srcEnd, position, EMPTY_ARRAY, strings, stringPosition, currentUnpackr, currentStructures, srcString, srcStringStart, srcStringEnd, bundledStrings, referenceMap, currentExtensions, dataView, defaultOptions, C1Type, C1, sequentialMode, inlineObjectReadThreshold, readStruct, onLoadedStructures, onSaveState, Unpackr, validName, createSecondByteReader, readFixedString, readString8, readString16, readString32, isNativeAccelerationEnabled, fromCharCode, keyCache, recordDefinition, errors, typedArrays, glbl, TEMP_BUNDLE, mult10, defaultUnpackr, unpack, unpackMultiple, decode, FLOAT32_OPTIONS, f32Array, u8Array;
|
|
13240
13240
|
var init_unpack = __esm({
|
|
13241
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
13241
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/unpack.js"() {
|
|
13242
13242
|
try {
|
|
13243
13243
|
decoder = new TextDecoder();
|
|
13244
13244
|
} catch (error) {
|
|
@@ -13587,7 +13587,7 @@ var init_unpack = __esm({
|
|
|
13587
13587
|
}
|
|
13588
13588
|
});
|
|
13589
13589
|
|
|
13590
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
13590
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/pack.js
|
|
13591
13591
|
function writeExtBuffer(typedArray, type4, allocateForWrite, encode2) {
|
|
13592
13592
|
let length = typedArray.byteLength;
|
|
13593
13593
|
if (length + 1 < 256) {
|
|
@@ -13714,7 +13714,7 @@ function setWriteStructSlots(writeSlots, makeStructures) {
|
|
|
13714
13714
|
}
|
|
13715
13715
|
var textEncoder, extensions, extensionClasses, hasNodeBuffer, ByteArrayAllocate, ByteArray, MAX_BUFFER_SIZE, target, keysTarget, targetView, position2, safeEnd, bundledStrings2, writeStructSlots, MAX_BUNDLE_SIZE, hasNonLatin, RECORD_SYMBOL, Packr, defaultPackr, pack, encode, NEVER, ALWAYS, DECIMAL_ROUND, DECIMAL_FIT, REUSE_BUFFER_MODE, RESET_BUFFER_MODE, RESERVE_START_SPACE;
|
|
13716
13716
|
var init_pack = __esm({
|
|
13717
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
13717
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/pack.js"() {
|
|
13718
13718
|
init_unpack();
|
|
13719
13719
|
init_unpack();
|
|
13720
13720
|
init_unpack();
|
|
@@ -14653,7 +14653,7 @@ var init_pack = __esm({
|
|
|
14653
14653
|
}
|
|
14654
14654
|
});
|
|
14655
14655
|
|
|
14656
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
14656
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/struct.js
|
|
14657
14657
|
function writeStruct(object, target2, encodingStart, position3, structures, makeRoom, pack2, packr2) {
|
|
14658
14658
|
let typedStructs = packr2.typedStructs || (packr2.typedStructs = []);
|
|
14659
14659
|
let targetView2 = target2.dataView;
|
|
@@ -15339,7 +15339,7 @@ function prepareStructures2(structures, packr2) {
|
|
|
15339
15339
|
}
|
|
15340
15340
|
var ASCII, NUMBER, UTF8, OBJECT_DATA, DATE, TYPE_NAMES, float32Headers, evalSupported, updatedPosition, hasNodeBuffer2, textEncoder2, currentSource, encodeUtf8, sourceSymbol;
|
|
15341
15341
|
var init_struct = __esm({
|
|
15342
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
15342
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/struct.js"() {
|
|
15343
15343
|
init_pack();
|
|
15344
15344
|
init_unpack();
|
|
15345
15345
|
ASCII = 3;
|
|
@@ -15371,17 +15371,17 @@ var init_struct = __esm({
|
|
|
15371
15371
|
}
|
|
15372
15372
|
});
|
|
15373
15373
|
|
|
15374
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
15374
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/stream.js
|
|
15375
15375
|
var init_stream = __esm({
|
|
15376
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
15376
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/stream.js"() {
|
|
15377
15377
|
init_pack();
|
|
15378
15378
|
init_unpack();
|
|
15379
15379
|
}
|
|
15380
15380
|
});
|
|
15381
15381
|
|
|
15382
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
15382
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/iterators.js
|
|
15383
15383
|
var init_iterators = __esm({
|
|
15384
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
15384
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/iterators.js"() {
|
|
15385
15385
|
init_pack();
|
|
15386
15386
|
init_unpack();
|
|
15387
15387
|
}
|
|
@@ -15950,18 +15950,18 @@ var require_node_gyp_build_optional_packages = __commonJS({
|
|
|
15950
15950
|
}
|
|
15951
15951
|
});
|
|
15952
15952
|
|
|
15953
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/
|
|
15953
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/dc63a7e9c8306acc1418464548648c97e4a5c8c81989d7240121ad9e55103078/node_modules/msgpackr-extract/index.js
|
|
15954
15954
|
var require_msgpackr_extract = __commonJS({
|
|
15955
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/
|
|
15955
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/dc63a7e9c8306acc1418464548648c97e4a5c8c81989d7240121ad9e55103078/node_modules/msgpackr-extract/index.js"(exports2, module2) {
|
|
15956
15956
|
module2.exports = require_node_gyp_build_optional_packages()(__dirname);
|
|
15957
15957
|
}
|
|
15958
15958
|
});
|
|
15959
15959
|
|
|
15960
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
15960
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/node-index.js
|
|
15961
15961
|
import { createRequire } from "module";
|
|
15962
15962
|
var nativeAccelerationDisabled;
|
|
15963
15963
|
var init_node_index = __esm({
|
|
15964
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
15964
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/node-index.js"() {
|
|
15965
15965
|
init_pack();
|
|
15966
15966
|
init_unpack();
|
|
15967
15967
|
init_struct();
|
|
@@ -78250,6 +78250,10 @@ function createDownloader(fetchFromRegistry, gotOpts) {
|
|
|
78250
78250
|
try {
|
|
78251
78251
|
const res = await fetchFromRegistry(url6, {
|
|
78252
78252
|
authHeaderValue,
|
|
78253
|
+
// Tarballs are already compressed; ask the server not to apply an additional
|
|
78254
|
+
// Content-Encoding so Content-Length matches the body we receive and we don't
|
|
78255
|
+
// waste CPU on round-trip re-compression. See https://github.com/pnpm/pnpm/issues/11506
|
|
78256
|
+
headers: { "accept-encoding": "identity" },
|
|
78253
78257
|
// The fetch library can retry requests on bad HTTP responses.
|
|
78254
78258
|
// However, it is not enough to retry on bad HTTP responses only.
|
|
78255
78259
|
// Requests should also be retried when the tarball's integrity check fails.
|
|
@@ -78261,7 +78265,8 @@ function createDownloader(fetchFromRegistry, gotOpts) {
|
|
|
78261
78265
|
if (res.status !== 200) {
|
|
78262
78266
|
throw new FetchError({ url: url6, authHeaderValue }, res);
|
|
78263
78267
|
}
|
|
78264
|
-
const
|
|
78268
|
+
const isEncoded = isContentEncoded(res.headers.get("content-encoding"));
|
|
78269
|
+
const contentLength = !isEncoded && res.headers.has("content-length") && res.headers.get("content-length");
|
|
78265
78270
|
const parsedLength = typeof contentLength === "string" ? parseInt(contentLength, 10) : NaN;
|
|
78266
78271
|
const size = Number.isFinite(parsedLength) && parsedLength >= 0 ? parsedLength : null;
|
|
78267
78272
|
if (opts2.onStart != null) {
|
|
@@ -78337,6 +78342,11 @@ function createDownloader(fetchFromRegistry, gotOpts) {
|
|
|
78337
78342
|
}
|
|
78338
78343
|
};
|
|
78339
78344
|
}
|
|
78345
|
+
function isContentEncoded(header) {
|
|
78346
|
+
if (header == null)
|
|
78347
|
+
return false;
|
|
78348
|
+
return header.split(",").map((coding) => coding.trim().toLowerCase()).some((coding) => coding !== "" && coding !== "identity");
|
|
78349
|
+
}
|
|
78340
78350
|
var retry2, import_lodash, BIG_TARBALL_SIZE;
|
|
78341
78351
|
var init_remoteTarballFetcher = __esm({
|
|
78342
78352
|
"../fetching/tarball-fetcher/lib/remoteTarballFetcher.js"() {
|
|
@@ -125523,24 +125533,22 @@ function toLockfileResolution(pkg, resolution, registry, lockfileIncludeTarballU
|
|
|
125523
125533
|
return resolution;
|
|
125524
125534
|
}
|
|
125525
125535
|
const tarball = resolution["tarball"];
|
|
125526
|
-
|
|
125536
|
+
if (tarball == null) {
|
|
125537
|
+
return { integrity: resolution["integrity"] };
|
|
125538
|
+
}
|
|
125539
|
+
const gitHosted = resolution.gitHosted === true || isGitHostedTarballUrl(tarball);
|
|
125527
125540
|
if (lockfileIncludeTarballUrl) {
|
|
125528
125541
|
return preservingGitHosted({
|
|
125529
125542
|
integrity: resolution["integrity"],
|
|
125530
125543
|
tarball
|
|
125531
125544
|
}, gitHosted);
|
|
125532
125545
|
}
|
|
125533
|
-
if (tarball
|
|
125546
|
+
if (tarball.startsWith("file:") || gitHosted) {
|
|
125534
125547
|
return preservingGitHosted({
|
|
125535
125548
|
integrity: resolution["integrity"],
|
|
125536
125549
|
tarball
|
|
125537
125550
|
}, gitHosted);
|
|
125538
125551
|
}
|
|
125539
|
-
if (lockfileIncludeTarballUrl === false) {
|
|
125540
|
-
return {
|
|
125541
|
-
integrity: resolution["integrity"]
|
|
125542
|
-
};
|
|
125543
|
-
}
|
|
125544
125552
|
const expectedTarball = src_default(pkg.name, pkg.version, { registry });
|
|
125545
125553
|
const actualTarball = tarball.replaceAll("%2f", "/");
|
|
125546
125554
|
if (removeProtocol(expectedTarball) !== removeProtocol(actualTarball)) {
|
|
@@ -249416,6 +249424,7 @@ async function handler58(opts2, params) {
|
|
|
249416
249424
|
if (!opts2.recursive && opts2.gitTagVersion !== false && await isGitRepo({ cwd: gitCwd })) {
|
|
249417
249425
|
await commitAndTag(changes, { ...opts2, cwd: gitCwd });
|
|
249418
249426
|
}
|
|
249427
|
+
await Promise.all(changes.map((change) => runVersionLifecycleHook("postversion", change, opts2)));
|
|
249419
249428
|
if (opts2.json) {
|
|
249420
249429
|
return JSON.stringify(changes.map(({ manifestPath: _manifestPath, ...change }) => change), null, 2);
|
|
249421
249430
|
}
|
|
@@ -249435,6 +249444,14 @@ async function bumpPackageVersion(pkgDir, rawBump, explicitVersion, opts2) {
|
|
|
249435
249444
|
if (!(0, import_semver48.valid)(currentVersion)) {
|
|
249436
249445
|
throw new PnpmError("INVALID_VERSION", `Invalid version in ${pkgDir}: ${currentVersion}`);
|
|
249437
249446
|
}
|
|
249447
|
+
const preVersionChange = {
|
|
249448
|
+
name: manifest.name,
|
|
249449
|
+
currentVersion,
|
|
249450
|
+
newVersion: currentVersion,
|
|
249451
|
+
path: pkgDir,
|
|
249452
|
+
manifestPath: path194.join(pkgDir, fileName)
|
|
249453
|
+
};
|
|
249454
|
+
await runVersionLifecycleHook("preversion", preVersionChange, opts2);
|
|
249438
249455
|
const newVersion = explicitVersion ?? (0, import_semver48.inc)(currentVersion, rawBump, false, opts2.preid);
|
|
249439
249456
|
if (!newVersion) {
|
|
249440
249457
|
throw new PnpmError("VERSION_BUMP_FAILED", `Failed to bump version from ${currentVersion} using ${rawBump}`);
|
|
@@ -249444,13 +249461,35 @@ async function bumpPackageVersion(pkgDir, rawBump, explicitVersion, opts2) {
|
|
|
249444
249461
|
}
|
|
249445
249462
|
manifest.version = newVersion;
|
|
249446
249463
|
await writeProjectManifest2(manifest);
|
|
249447
|
-
|
|
249464
|
+
const change = {
|
|
249448
249465
|
name: manifest.name,
|
|
249449
249466
|
currentVersion,
|
|
249450
249467
|
newVersion,
|
|
249451
249468
|
path: pkgDir,
|
|
249452
249469
|
manifestPath: path194.join(pkgDir, fileName)
|
|
249453
249470
|
};
|
|
249471
|
+
await runVersionLifecycleHook("version", change, opts2);
|
|
249472
|
+
return change;
|
|
249473
|
+
}
|
|
249474
|
+
async function runVersionLifecycleHook(stage, change, opts2) {
|
|
249475
|
+
if (opts2.ignoreScripts === true)
|
|
249476
|
+
return;
|
|
249477
|
+
const { manifest } = await readProjectManifest2(change.path);
|
|
249478
|
+
const lifecycleOpts = {
|
|
249479
|
+
depPath: change.name,
|
|
249480
|
+
extraBinPaths: opts2.extraBinPaths,
|
|
249481
|
+
extraEnv: opts2.extraEnv,
|
|
249482
|
+
initCwd: opts2.dir,
|
|
249483
|
+
pkgRoot: change.path,
|
|
249484
|
+
rootModulesDir: path194.join(change.path, opts2.modulesDir ?? "node_modules"),
|
|
249485
|
+
scriptShell: opts2.scriptShell,
|
|
249486
|
+
scriptsPrependNodePath: opts2.scriptsPrependNodePath,
|
|
249487
|
+
shellEmulator: opts2.shellEmulator,
|
|
249488
|
+
stdio: "inherit",
|
|
249489
|
+
unsafePerm: opts2.unsafePerm ?? false,
|
|
249490
|
+
userAgent: opts2.userAgent
|
|
249491
|
+
};
|
|
249492
|
+
await runLifecycleHook(stage, manifest, lifecycleOpts);
|
|
249454
249493
|
}
|
|
249455
249494
|
async function commitAndTag(changes, opts2) {
|
|
249456
249495
|
const resolvedCwd = path194.resolve(opts2.cwd);
|
|
@@ -249491,6 +249530,7 @@ var init_version = __esm({
|
|
|
249491
249530
|
init_lib27();
|
|
249492
249531
|
init_lib59();
|
|
249493
249532
|
init_lib5();
|
|
249533
|
+
init_lib42();
|
|
249494
249534
|
init_lib57();
|
|
249495
249535
|
init_lib30();
|
|
249496
249536
|
init_lib24();
|
package/dist/worker.js
CHANGED
|
@@ -6472,9 +6472,9 @@ var require_node_gyp_build_optional_packages = __commonJS({
|
|
|
6472
6472
|
}
|
|
6473
6473
|
});
|
|
6474
6474
|
|
|
6475
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/
|
|
6475
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/dc63a7e9c8306acc1418464548648c97e4a5c8c81989d7240121ad9e55103078/node_modules/msgpackr-extract/index.js
|
|
6476
6476
|
var require_msgpackr_extract = __commonJS({
|
|
6477
|
-
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/
|
|
6477
|
+
"../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr-extract/3.0.3/dc63a7e9c8306acc1418464548648c97e4a5c8c81989d7240121ad9e55103078/node_modules/msgpackr-extract/index.js"(exports, module) {
|
|
6478
6478
|
module.exports = require_node_gyp_build_optional_packages()(__dirname);
|
|
6479
6479
|
}
|
|
6480
6480
|
});
|
|
@@ -7684,7 +7684,7 @@ function createCafsStore(storeDir, opts2) {
|
|
|
7684
7684
|
import fs11 from "node:fs";
|
|
7685
7685
|
import { createRequire as createRequire2 } from "node:module";
|
|
7686
7686
|
|
|
7687
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
7687
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/unpack.js
|
|
7688
7688
|
var decoder;
|
|
7689
7689
|
try {
|
|
7690
7690
|
decoder = new TextDecoder();
|
|
@@ -8801,7 +8801,7 @@ function setReadStruct(updatedReadStruct, loadedStructs, saveState3) {
|
|
|
8801
8801
|
onSaveState = saveState3;
|
|
8802
8802
|
}
|
|
8803
8803
|
|
|
8804
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
8804
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/pack.js
|
|
8805
8805
|
var textEncoder;
|
|
8806
8806
|
try {
|
|
8807
8807
|
textEncoder = new TextEncoder();
|
|
@@ -9867,7 +9867,7 @@ var REUSE_BUFFER_MODE = 512;
|
|
|
9867
9867
|
var RESET_BUFFER_MODE = 1024;
|
|
9868
9868
|
var RESERVE_START_SPACE = 2048;
|
|
9869
9869
|
|
|
9870
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
9870
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/struct.js
|
|
9871
9871
|
var ASCII = 3;
|
|
9872
9872
|
var NUMBER = 0;
|
|
9873
9873
|
var UTF8 = 2;
|
|
@@ -10582,7 +10582,7 @@ function prepareStructures2(structures, packr2) {
|
|
|
10582
10582
|
}
|
|
10583
10583
|
setReadStruct(readStruct2, onLoadedStructures2, saveState2);
|
|
10584
10584
|
|
|
10585
|
-
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/
|
|
10585
|
+
// ../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/msgpackr/1.11.8/46dd53c5eb8ac19961b8dcfdc6cb3c46229e7d03ddda6f31cf5a680868f31b80/node_modules/msgpackr/node-index.js
|
|
10586
10586
|
import { createRequire } from "module";
|
|
10587
10587
|
var nativeAccelerationDisabled = process.env.MSGPACKR_NATIVE_ACCELERATION_DISABLED !== void 0 && process.env.MSGPACKR_NATIVE_ACCELERATION_DISABLED.toLowerCase() === "true";
|
|
10588
10588
|
if (!nativeAccelerationDisabled) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/exe",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.8",
|
|
4
4
|
"description": "Fast, disk space efficient package manager",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"detect-libc": "^2.1.2"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@pnpm/linux-
|
|
36
|
-
"@pnpm/
|
|
37
|
-
"@pnpm/linuxstatic-arm64": "11.0.
|
|
38
|
-
"@pnpm/
|
|
39
|
-
"@pnpm/macos-arm64": "11.0.
|
|
40
|
-
"@pnpm/win-arm64": "11.0.
|
|
41
|
-
"@pnpm/win-x64": "11.0.
|
|
35
|
+
"@pnpm/linux-x64": "11.0.8",
|
|
36
|
+
"@pnpm/linuxstatic-x64": "11.0.8",
|
|
37
|
+
"@pnpm/linuxstatic-arm64": "11.0.8",
|
|
38
|
+
"@pnpm/linux-arm64": "11.0.8",
|
|
39
|
+
"@pnpm/macos-arm64": "11.0.8",
|
|
40
|
+
"@pnpm/win-arm64": "11.0.8",
|
|
41
|
+
"@pnpm/win-x64": "11.0.8"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@jest/globals": "30.3.0",
|
|
45
45
|
"@zkochan/cmd-shim": "^9.0.2",
|
|
46
46
|
"execa": "npm:safe-execa@0.3.0",
|
|
47
|
-
"@pnpm/exe": "11.0.
|
|
47
|
+
"@pnpm/exe": "11.0.8",
|
|
48
48
|
"@pnpm/jest-config": "1100.0.5"
|
|
49
49
|
},
|
|
50
50
|
"jest": {
|