@hot-updater/cloudflare 0.20.0-rc.0 → 0.20.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.
- package/dist/iac/index.cjs +136 -154
- package/dist/iac/index.js +136 -154
- package/dist/index.cjs +58 -58
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +59 -59
- package/package.json +4 -4
- package/worker/dist/README.md +1 -1
- package/worker/dist/index.js +116 -117
- package/worker/dist/index.js.map +3 -3
- package/worker/wrangler.json +1 -1
package/worker/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
3
|
|
|
4
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
4
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/_internal/utils.mjs
|
|
5
5
|
// @__NO_SIDE_EFFECTS__
|
|
6
6
|
function createNotImplementedError(name) {
|
|
7
7
|
return new Error(`[unenv] ${name} is not implemented yet!`);
|
|
@@ -26,7 +26,7 @@ function notImplementedClass(name) {
|
|
|
26
26
|
}
|
|
27
27
|
__name(notImplementedClass, "notImplementedClass");
|
|
28
28
|
|
|
29
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
29
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/internal/perf_hooks/performance.mjs
|
|
30
30
|
var _timeOrigin = globalThis.performance?.timeOrigin ?? Date.now();
|
|
31
31
|
var _performanceNow = globalThis.performance?.now ? globalThis.performance.now.bind(globalThis.performance) : () => Date.now() - _timeOrigin;
|
|
32
32
|
var nodeTiming = {
|
|
@@ -264,7 +264,7 @@ var PerformanceObserver = class {
|
|
|
264
264
|
};
|
|
265
265
|
var performance = globalThis.performance && "addEventListener" in globalThis.performance ? globalThis.performance : new Performance();
|
|
266
266
|
|
|
267
|
-
// ../../node_modules/.pnpm/@cloudflare+unenv-preset@2.
|
|
267
|
+
// ../../node_modules/.pnpm/@cloudflare+unenv-preset@2.4.1_unenv@2.0.0-rc.17_workerd@1.20250712.0/node_modules/@cloudflare/unenv-preset/dist/runtime/polyfill/performance.mjs
|
|
268
268
|
globalThis.performance = performance;
|
|
269
269
|
globalThis.Performance = Performance;
|
|
270
270
|
globalThis.PerformanceEntry = PerformanceEntry;
|
|
@@ -274,14 +274,14 @@ globalThis.PerformanceObserver = PerformanceObserver;
|
|
|
274
274
|
globalThis.PerformanceObserverEntryList = PerformanceObserverEntryList;
|
|
275
275
|
globalThis.PerformanceResourceTiming = PerformanceResourceTiming;
|
|
276
276
|
|
|
277
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
277
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/console.mjs
|
|
278
278
|
import { Writable } from "node:stream";
|
|
279
279
|
|
|
280
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
280
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/mock/noop.mjs
|
|
281
281
|
var noop_default = Object.assign(() => {
|
|
282
282
|
}, { __unenv__: true });
|
|
283
283
|
|
|
284
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
284
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/console.mjs
|
|
285
285
|
var _console = globalThis.console;
|
|
286
286
|
var _ignoreErrors = true;
|
|
287
287
|
var _stderr = new Writable();
|
|
@@ -313,7 +313,7 @@ var _times = /* @__PURE__ */ new Map();
|
|
|
313
313
|
var _stdoutErrorHandler = noop_default;
|
|
314
314
|
var _stderrErrorHandler = noop_default;
|
|
315
315
|
|
|
316
|
-
// ../../node_modules/.pnpm/@cloudflare+unenv-preset@2.
|
|
316
|
+
// ../../node_modules/.pnpm/@cloudflare+unenv-preset@2.4.1_unenv@2.0.0-rc.17_workerd@1.20250712.0/node_modules/@cloudflare/unenv-preset/dist/runtime/node/console.mjs
|
|
317
317
|
var workerdConsole = globalThis["console"];
|
|
318
318
|
var {
|
|
319
319
|
assert,
|
|
@@ -354,10 +354,10 @@ Object.assign(workerdConsole, {
|
|
|
354
354
|
});
|
|
355
355
|
var console_default = workerdConsole;
|
|
356
356
|
|
|
357
|
-
// ../../node_modules/.pnpm/wrangler@4.
|
|
357
|
+
// ../../node_modules/.pnpm/wrangler@4.26.0_@cloudflare+workers-types@4.20250507.0/node_modules/wrangler/_virtual_unenv_global_polyfill-@cloudflare-unenv-preset-node-console
|
|
358
358
|
globalThis.console = console_default;
|
|
359
359
|
|
|
360
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
360
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/internal/process/hrtime.mjs
|
|
361
361
|
var hrtime = /* @__PURE__ */ Object.assign(/* @__PURE__ */ __name(function hrtime2(startTime) {
|
|
362
362
|
const now = Date.now();
|
|
363
363
|
const seconds = Math.trunc(now / 1e3);
|
|
@@ -376,10 +376,10 @@ var hrtime = /* @__PURE__ */ Object.assign(/* @__PURE__ */ __name(function hrtim
|
|
|
376
376
|
return BigInt(Date.now() * 1e6);
|
|
377
377
|
}, "bigint") });
|
|
378
378
|
|
|
379
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
379
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/internal/process/process.mjs
|
|
380
380
|
import { EventEmitter } from "node:events";
|
|
381
381
|
|
|
382
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
382
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/internal/tty/write-stream.mjs
|
|
383
383
|
var WriteStream = class {
|
|
384
384
|
static {
|
|
385
385
|
__name(this, "WriteStream");
|
|
@@ -429,7 +429,7 @@ var WriteStream = class {
|
|
|
429
429
|
}
|
|
430
430
|
};
|
|
431
431
|
|
|
432
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
432
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/internal/tty/read-stream.mjs
|
|
433
433
|
var ReadStream = class {
|
|
434
434
|
static {
|
|
435
435
|
__name(this, "ReadStream");
|
|
@@ -446,7 +446,10 @@ var ReadStream = class {
|
|
|
446
446
|
}
|
|
447
447
|
};
|
|
448
448
|
|
|
449
|
-
// ../../node_modules/.pnpm/unenv@2.0.0-rc.
|
|
449
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/internal/process/node-version.mjs
|
|
450
|
+
var NODE_VERSION = "22.14.0";
|
|
451
|
+
|
|
452
|
+
// ../../node_modules/.pnpm/unenv@2.0.0-rc.17/node_modules/unenv/dist/runtime/node/internal/process/process.mjs
|
|
450
453
|
var Process = class _Process extends EventEmitter {
|
|
451
454
|
static {
|
|
452
455
|
__name(this, "Process");
|
|
@@ -504,10 +507,10 @@ var Process = class _Process extends EventEmitter {
|
|
|
504
507
|
pid = 200;
|
|
505
508
|
ppid = 100;
|
|
506
509
|
get version() {
|
|
507
|
-
return
|
|
510
|
+
return `v${NODE_VERSION}`;
|
|
508
511
|
}
|
|
509
512
|
get versions() {
|
|
510
|
-
return {};
|
|
513
|
+
return { node: NODE_VERSION };
|
|
511
514
|
}
|
|
512
515
|
get allowedNodeEnvironmentFlags() {
|
|
513
516
|
return /* @__PURE__ */ new Set();
|
|
@@ -671,7 +674,7 @@ var Process = class _Process extends EventEmitter {
|
|
|
671
674
|
_linkedBinding = void 0;
|
|
672
675
|
};
|
|
673
676
|
|
|
674
|
-
// ../../node_modules/.pnpm/@cloudflare+unenv-preset@2.
|
|
677
|
+
// ../../node_modules/.pnpm/@cloudflare+unenv-preset@2.4.1_unenv@2.0.0-rc.17_workerd@1.20250712.0/node_modules/@cloudflare/unenv-preset/dist/runtime/node/process.mjs
|
|
675
678
|
var globalProcess = globalThis["process"];
|
|
676
679
|
var getBuiltinModule = globalProcess.getBuiltinModule;
|
|
677
680
|
var { exit, platform, nextTick } = getBuiltinModule(
|
|
@@ -899,7 +902,7 @@ var _process = {
|
|
|
899
902
|
};
|
|
900
903
|
var process_default = _process;
|
|
901
904
|
|
|
902
|
-
// ../../node_modules/.pnpm/wrangler@4.
|
|
905
|
+
// ../../node_modules/.pnpm/wrangler@4.26.0_@cloudflare+workers-types@4.20250507.0/node_modules/wrangler/_virtual_unenv_global_polyfill-@cloudflare-unenv-preset-node-process
|
|
903
906
|
globalThis.process = process_default;
|
|
904
907
|
|
|
905
908
|
// ../../packages/core/dist/index.js
|
|
@@ -929,7 +932,7 @@ var __toESM = /* @__PURE__ */ __name((mod, isNodeMode, target) => (target = mod
|
|
|
929
932
|
value: mod,
|
|
930
933
|
enumerable: true
|
|
931
934
|
}) : target, mod)), "__toESM");
|
|
932
|
-
var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js"(exports, module) {
|
|
935
|
+
var require_constants = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js": /* @__PURE__ */ __name((exports, module) => {
|
|
933
936
|
const SEMVER_SPEC_VERSION = "2.0.0";
|
|
934
937
|
const MAX_LENGTH$2 = 256;
|
|
935
938
|
const MAX_SAFE_INTEGER$1 = Number.MAX_SAFE_INTEGER || 9007199254740991;
|
|
@@ -954,13 +957,13 @@ var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
954
957
|
FLAG_INCLUDE_PRERELEASE: 1,
|
|
955
958
|
FLAG_LOOSE: 2
|
|
956
959
|
};
|
|
957
|
-
} });
|
|
958
|
-
var require_debug = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js"(exports, module) {
|
|
960
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js") });
|
|
961
|
+
var require_debug = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js": /* @__PURE__ */ __name((exports, module) => {
|
|
959
962
|
const debug$4 = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
960
963
|
};
|
|
961
964
|
module.exports = debug$4;
|
|
962
|
-
} });
|
|
963
|
-
var require_re = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js"(exports, module) {
|
|
965
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js") });
|
|
966
|
+
var require_re = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js": /* @__PURE__ */ __name((exports, module) => {
|
|
964
967
|
const { MAX_SAFE_COMPONENT_LENGTH, MAX_SAFE_BUILD_LENGTH, MAX_LENGTH: MAX_LENGTH$1 } = require_constants();
|
|
965
968
|
const debug$3 = require_debug();
|
|
966
969
|
exports = module.exports = {};
|
|
@@ -1036,8 +1039,8 @@ var require_re = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_module
|
|
|
1036
1039
|
createToken("STAR", "(<|>)?=?\\s*\\*");
|
|
1037
1040
|
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
|
1038
1041
|
createToken("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
1039
|
-
} });
|
|
1040
|
-
var require_parse_options = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js"(exports, module) {
|
|
1042
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js") });
|
|
1043
|
+
var require_parse_options = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1041
1044
|
const looseOption = Object.freeze({ loose: true });
|
|
1042
1045
|
const emptyOpts = Object.freeze({});
|
|
1043
1046
|
const parseOptions$3 = /* @__PURE__ */ __name((options) => {
|
|
@@ -1046,8 +1049,8 @@ var require_parse_options = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
1046
1049
|
return options;
|
|
1047
1050
|
}, "parseOptions$3");
|
|
1048
1051
|
module.exports = parseOptions$3;
|
|
1049
|
-
} });
|
|
1050
|
-
var require_identifiers = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js"(exports, module) {
|
|
1052
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js") });
|
|
1053
|
+
var require_identifiers = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1051
1054
|
const numeric = /^[0-9]+$/;
|
|
1052
1055
|
const compareIdentifiers$1 = /* @__PURE__ */ __name((a, b) => {
|
|
1053
1056
|
const anum = numeric.test(a);
|
|
@@ -1063,8 +1066,8 @@ var require_identifiers = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
1063
1066
|
compareIdentifiers: compareIdentifiers$1,
|
|
1064
1067
|
rcompareIdentifiers
|
|
1065
1068
|
};
|
|
1066
|
-
} });
|
|
1067
|
-
var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js"(exports, module) {
|
|
1069
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js") });
|
|
1070
|
+
var require_semver$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1068
1071
|
const debug$2 = require_debug();
|
|
1069
1072
|
const { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
1070
1073
|
const { safeRe: re$3, t: t$3 } = require_re();
|
|
@@ -1238,8 +1241,8 @@ var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
1238
1241
|
}
|
|
1239
1242
|
};
|
|
1240
1243
|
module.exports = SemVer$15;
|
|
1241
|
-
} });
|
|
1242
|
-
var require_parse = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js"(exports, module) {
|
|
1244
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js") });
|
|
1245
|
+
var require_parse = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1243
1246
|
const SemVer$14 = require_semver$1();
|
|
1244
1247
|
const parse$6 = /* @__PURE__ */ __name((version2, options, throwErrors = false) => {
|
|
1245
1248
|
if (version2 instanceof SemVer$14) return version2;
|
|
@@ -1251,24 +1254,24 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1251
1254
|
}
|
|
1252
1255
|
}, "parse$6");
|
|
1253
1256
|
module.exports = parse$6;
|
|
1254
|
-
} });
|
|
1255
|
-
var require_valid$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js"(exports, module) {
|
|
1257
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js") });
|
|
1258
|
+
var require_valid$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1256
1259
|
const parse$5 = require_parse();
|
|
1257
1260
|
const valid$1 = /* @__PURE__ */ __name((version2, options) => {
|
|
1258
1261
|
const v = parse$5(version2, options);
|
|
1259
1262
|
return v ? v.version : null;
|
|
1260
1263
|
}, "valid$1");
|
|
1261
1264
|
module.exports = valid$1;
|
|
1262
|
-
} });
|
|
1263
|
-
var require_clean = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js"(exports, module) {
|
|
1265
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js") });
|
|
1266
|
+
var require_clean = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1264
1267
|
const parse$4 = require_parse();
|
|
1265
1268
|
const clean$1 = /* @__PURE__ */ __name((version2, options) => {
|
|
1266
1269
|
const s = parse$4(version2.trim().replace(/^[=v]+/, ""), options);
|
|
1267
1270
|
return s ? s.version : null;
|
|
1268
1271
|
}, "clean$1");
|
|
1269
1272
|
module.exports = clean$1;
|
|
1270
|
-
} });
|
|
1271
|
-
var require_inc = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js"(exports, module) {
|
|
1273
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js") });
|
|
1274
|
+
var require_inc = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1272
1275
|
const SemVer$13 = require_semver$1();
|
|
1273
1276
|
const inc$1 = /* @__PURE__ */ __name((version2, release2, options, identifier, identifierBase) => {
|
|
1274
1277
|
if (typeof options === "string") {
|
|
@@ -1283,8 +1286,8 @@ var require_inc = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
1283
1286
|
}
|
|
1284
1287
|
}, "inc$1");
|
|
1285
1288
|
module.exports = inc$1;
|
|
1286
|
-
} });
|
|
1287
|
-
var require_diff = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js"(exports, module) {
|
|
1289
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js") });
|
|
1290
|
+
var require_diff = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1288
1291
|
const parse$3 = require_parse();
|
|
1289
1292
|
const diff$1 = /* @__PURE__ */ __name((version1, version2) => {
|
|
1290
1293
|
const v1 = parse$3(version1, null, true);
|
|
@@ -1310,46 +1313,46 @@ var require_diff = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modu
|
|
|
1310
1313
|
return "prerelease";
|
|
1311
1314
|
}, "diff$1");
|
|
1312
1315
|
module.exports = diff$1;
|
|
1313
|
-
} });
|
|
1314
|
-
var require_major = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js"(exports, module) {
|
|
1316
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js") });
|
|
1317
|
+
var require_major = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1315
1318
|
const SemVer$12 = require_semver$1();
|
|
1316
1319
|
const major$1 = /* @__PURE__ */ __name((a, loose) => new SemVer$12(a, loose).major, "major$1");
|
|
1317
1320
|
module.exports = major$1;
|
|
1318
|
-
} });
|
|
1319
|
-
var require_minor = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js"(exports, module) {
|
|
1321
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js") });
|
|
1322
|
+
var require_minor = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1320
1323
|
const SemVer$11 = require_semver$1();
|
|
1321
1324
|
const minor$1 = /* @__PURE__ */ __name((a, loose) => new SemVer$11(a, loose).minor, "minor$1");
|
|
1322
1325
|
module.exports = minor$1;
|
|
1323
|
-
} });
|
|
1324
|
-
var require_patch = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js"(exports, module) {
|
|
1326
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js") });
|
|
1327
|
+
var require_patch = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1325
1328
|
const SemVer$10 = require_semver$1();
|
|
1326
1329
|
const patch$1 = /* @__PURE__ */ __name((a, loose) => new SemVer$10(a, loose).patch, "patch$1");
|
|
1327
1330
|
module.exports = patch$1;
|
|
1328
|
-
} });
|
|
1329
|
-
var require_prerelease = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js"(exports, module) {
|
|
1331
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js") });
|
|
1332
|
+
var require_prerelease = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1330
1333
|
const parse$2 = require_parse();
|
|
1331
1334
|
const prerelease$1 = /* @__PURE__ */ __name((version2, options) => {
|
|
1332
1335
|
const parsed = parse$2(version2, options);
|
|
1333
1336
|
return parsed && parsed.prerelease.length ? parsed.prerelease : null;
|
|
1334
1337
|
}, "prerelease$1");
|
|
1335
1338
|
module.exports = prerelease$1;
|
|
1336
|
-
} });
|
|
1337
|
-
var require_compare = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js"(exports, module) {
|
|
1339
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js") });
|
|
1340
|
+
var require_compare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1338
1341
|
const SemVer$9 = require_semver$1();
|
|
1339
1342
|
const compare$11 = /* @__PURE__ */ __name((a, b, loose) => new SemVer$9(a, loose).compare(new SemVer$9(b, loose)), "compare$11");
|
|
1340
1343
|
module.exports = compare$11;
|
|
1341
|
-
} });
|
|
1342
|
-
var require_rcompare = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js"(exports, module) {
|
|
1344
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js") });
|
|
1345
|
+
var require_rcompare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1343
1346
|
const compare$10 = require_compare();
|
|
1344
1347
|
const rcompare$1 = /* @__PURE__ */ __name((a, b, loose) => compare$10(b, a, loose), "rcompare$1");
|
|
1345
1348
|
module.exports = rcompare$1;
|
|
1346
|
-
} });
|
|
1347
|
-
var require_compare_loose = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js"(exports, module) {
|
|
1349
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js") });
|
|
1350
|
+
var require_compare_loose = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1348
1351
|
const compare$9 = require_compare();
|
|
1349
1352
|
const compareLoose$1 = /* @__PURE__ */ __name((a, b) => compare$9(a, b, true), "compareLoose$1");
|
|
1350
1353
|
module.exports = compareLoose$1;
|
|
1351
|
-
} });
|
|
1352
|
-
var require_compare_build = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js"(exports, module) {
|
|
1354
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js") });
|
|
1355
|
+
var require_compare_build = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1353
1356
|
const SemVer$8 = require_semver$1();
|
|
1354
1357
|
const compareBuild$3 = /* @__PURE__ */ __name((a, b, loose) => {
|
|
1355
1358
|
const versionA = new SemVer$8(a, loose);
|
|
@@ -1357,48 +1360,48 @@ var require_compare_build = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
1357
1360
|
return versionA.compare(versionB) || versionA.compareBuild(versionB);
|
|
1358
1361
|
}, "compareBuild$3");
|
|
1359
1362
|
module.exports = compareBuild$3;
|
|
1360
|
-
} });
|
|
1361
|
-
var require_sort = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js"(exports, module) {
|
|
1363
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js") });
|
|
1364
|
+
var require_sort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1362
1365
|
const compareBuild$2 = require_compare_build();
|
|
1363
1366
|
const sort$1 = /* @__PURE__ */ __name((list, loose) => list.sort((a, b) => compareBuild$2(a, b, loose)), "sort$1");
|
|
1364
1367
|
module.exports = sort$1;
|
|
1365
|
-
} });
|
|
1366
|
-
var require_rsort = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js"(exports, module) {
|
|
1368
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js") });
|
|
1369
|
+
var require_rsort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1367
1370
|
const compareBuild$1 = require_compare_build();
|
|
1368
1371
|
const rsort$1 = /* @__PURE__ */ __name((list, loose) => list.sort((a, b) => compareBuild$1(b, a, loose)), "rsort$1");
|
|
1369
1372
|
module.exports = rsort$1;
|
|
1370
|
-
} });
|
|
1371
|
-
var require_gt = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js"(exports, module) {
|
|
1373
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js") });
|
|
1374
|
+
var require_gt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1372
1375
|
const compare$8 = require_compare();
|
|
1373
1376
|
const gt$4 = /* @__PURE__ */ __name((a, b, loose) => compare$8(a, b, loose) > 0, "gt$4");
|
|
1374
1377
|
module.exports = gt$4;
|
|
1375
|
-
} });
|
|
1376
|
-
var require_lt = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js"(exports, module) {
|
|
1378
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js") });
|
|
1379
|
+
var require_lt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1377
1380
|
const compare$7 = require_compare();
|
|
1378
1381
|
const lt$3 = /* @__PURE__ */ __name((a, b, loose) => compare$7(a, b, loose) < 0, "lt$3");
|
|
1379
1382
|
module.exports = lt$3;
|
|
1380
|
-
} });
|
|
1381
|
-
var require_eq = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js"(exports, module) {
|
|
1383
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js") });
|
|
1384
|
+
var require_eq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1382
1385
|
const compare$6 = require_compare();
|
|
1383
1386
|
const eq$2 = /* @__PURE__ */ __name((a, b, loose) => compare$6(a, b, loose) === 0, "eq$2");
|
|
1384
1387
|
module.exports = eq$2;
|
|
1385
|
-
} });
|
|
1386
|
-
var require_neq = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js"(exports, module) {
|
|
1388
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js") });
|
|
1389
|
+
var require_neq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1387
1390
|
const compare$5 = require_compare();
|
|
1388
1391
|
const neq$2 = /* @__PURE__ */ __name((a, b, loose) => compare$5(a, b, loose) !== 0, "neq$2");
|
|
1389
1392
|
module.exports = neq$2;
|
|
1390
|
-
} });
|
|
1391
|
-
var require_gte = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js"(exports, module) {
|
|
1393
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js") });
|
|
1394
|
+
var require_gte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1392
1395
|
const compare$4 = require_compare();
|
|
1393
1396
|
const gte$3 = /* @__PURE__ */ __name((a, b, loose) => compare$4(a, b, loose) >= 0, "gte$3");
|
|
1394
1397
|
module.exports = gte$3;
|
|
1395
|
-
} });
|
|
1396
|
-
var require_lte = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js"(exports, module) {
|
|
1398
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js") });
|
|
1399
|
+
var require_lte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1397
1400
|
const compare$3 = require_compare();
|
|
1398
1401
|
const lte$3 = /* @__PURE__ */ __name((a, b, loose) => compare$3(a, b, loose) <= 0, "lte$3");
|
|
1399
1402
|
module.exports = lte$3;
|
|
1400
|
-
} });
|
|
1401
|
-
var require_cmp = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js"(exports, module) {
|
|
1403
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js") });
|
|
1404
|
+
var require_cmp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1402
1405
|
const eq$1 = require_eq();
|
|
1403
1406
|
const neq$1 = require_neq();
|
|
1404
1407
|
const gt$3 = require_gt();
|
|
@@ -1434,8 +1437,8 @@ var require_cmp = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
1434
1437
|
}
|
|
1435
1438
|
}, "cmp$2");
|
|
1436
1439
|
module.exports = cmp$2;
|
|
1437
|
-
} });
|
|
1438
|
-
var require_coerce = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js"(exports, module) {
|
|
1440
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js") });
|
|
1441
|
+
var require_coerce = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1439
1442
|
const SemVer$7 = require_semver$1();
|
|
1440
1443
|
const parse$1 = require_parse();
|
|
1441
1444
|
const { safeRe: re$2, t: t$2 } = require_re();
|
|
@@ -1464,8 +1467,8 @@ var require_coerce = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
1464
1467
|
return parse$1(`${major$2}.${minor$2}.${patch$2}${prerelease$2}${build}`, options);
|
|
1465
1468
|
}, "coerce$1");
|
|
1466
1469
|
module.exports = coerce$1;
|
|
1467
|
-
} });
|
|
1468
|
-
var require_lrucache = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js"(exports, module) {
|
|
1470
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js") });
|
|
1471
|
+
var require_lrucache = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1469
1472
|
var LRUCache = class {
|
|
1470
1473
|
static {
|
|
1471
1474
|
__name(this, "LRUCache");
|
|
@@ -1499,8 +1502,8 @@ var require_lrucache = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
1499
1502
|
}
|
|
1500
1503
|
};
|
|
1501
1504
|
module.exports = LRUCache;
|
|
1502
|
-
} });
|
|
1503
|
-
var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js"(exports, module) {
|
|
1505
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js") });
|
|
1506
|
+
var require_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1504
1507
|
const SPACE_CHARACTERS = /\s+/g;
|
|
1505
1508
|
var Range$11 = class Range$112 {
|
|
1506
1509
|
static {
|
|
@@ -1774,8 +1777,8 @@ var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1774
1777
|
}
|
|
1775
1778
|
return true;
|
|
1776
1779
|
}, "testSet");
|
|
1777
|
-
} });
|
|
1778
|
-
var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js"(exports, module) {
|
|
1780
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js") });
|
|
1781
|
+
var require_comparator = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1779
1782
|
const ANY$2 = Symbol("SemVer ANY");
|
|
1780
1783
|
var Comparator$3 = class Comparator$32 {
|
|
1781
1784
|
static {
|
|
@@ -1846,8 +1849,8 @@ var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
1846
1849
|
const debug3 = require_debug();
|
|
1847
1850
|
const SemVer$5 = require_semver$1();
|
|
1848
1851
|
const Range$10 = require_range();
|
|
1849
|
-
} });
|
|
1850
|
-
var require_satisfies = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js"(exports, module) {
|
|
1852
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js") });
|
|
1853
|
+
var require_satisfies = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1851
1854
|
const Range$9 = require_range();
|
|
1852
1855
|
const satisfies$4 = /* @__PURE__ */ __name((version2, range, options) => {
|
|
1853
1856
|
try {
|
|
@@ -1858,13 +1861,13 @@ var require_satisfies = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
1858
1861
|
return range.test(version2);
|
|
1859
1862
|
}, "satisfies$4");
|
|
1860
1863
|
module.exports = satisfies$4;
|
|
1861
|
-
} });
|
|
1862
|
-
var require_to_comparators = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js"(exports, module) {
|
|
1864
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js") });
|
|
1865
|
+
var require_to_comparators = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1863
1866
|
const Range$8 = require_range();
|
|
1864
1867
|
const toComparators$1 = /* @__PURE__ */ __name((range, options) => new Range$8(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" ")), "toComparators$1");
|
|
1865
1868
|
module.exports = toComparators$1;
|
|
1866
|
-
} });
|
|
1867
|
-
var require_max_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js"(exports, module) {
|
|
1869
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js") });
|
|
1870
|
+
var require_max_satisfying = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1868
1871
|
const SemVer$4 = require_semver$1();
|
|
1869
1872
|
const Range$7 = require_range();
|
|
1870
1873
|
const maxSatisfying$1 = /* @__PURE__ */ __name((versions2, range, options) => {
|
|
@@ -1887,8 +1890,8 @@ var require_max_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1887
1890
|
return max;
|
|
1888
1891
|
}, "maxSatisfying$1");
|
|
1889
1892
|
module.exports = maxSatisfying$1;
|
|
1890
|
-
} });
|
|
1891
|
-
var require_min_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js"(exports, module) {
|
|
1893
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js") });
|
|
1894
|
+
var require_min_satisfying = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1892
1895
|
const SemVer$3 = require_semver$1();
|
|
1893
1896
|
const Range$6 = require_range();
|
|
1894
1897
|
const minSatisfying$1 = /* @__PURE__ */ __name((versions2, range, options) => {
|
|
@@ -1911,8 +1914,8 @@ var require_min_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1911
1914
|
return min;
|
|
1912
1915
|
}, "minSatisfying$1");
|
|
1913
1916
|
module.exports = minSatisfying$1;
|
|
1914
|
-
} });
|
|
1915
|
-
var require_min_version = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js"(exports, module) {
|
|
1917
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js") });
|
|
1918
|
+
var require_min_version = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1916
1919
|
const SemVer$2 = require_semver$1();
|
|
1917
1920
|
const Range$5 = require_range();
|
|
1918
1921
|
const gt$2 = require_gt();
|
|
@@ -1950,8 +1953,8 @@ var require_min_version = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
1950
1953
|
return null;
|
|
1951
1954
|
}, "minVersion$1");
|
|
1952
1955
|
module.exports = minVersion$1;
|
|
1953
|
-
} });
|
|
1954
|
-
var require_valid = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js"(exports, module) {
|
|
1956
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js") });
|
|
1957
|
+
var require_valid = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1955
1958
|
const Range$4 = require_range();
|
|
1956
1959
|
const validRange$1 = /* @__PURE__ */ __name((range, options) => {
|
|
1957
1960
|
try {
|
|
@@ -1961,8 +1964,8 @@ var require_valid = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1961
1964
|
}
|
|
1962
1965
|
}, "validRange$1");
|
|
1963
1966
|
module.exports = validRange$1;
|
|
1964
|
-
} });
|
|
1965
|
-
var require_outside = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js"(exports, module) {
|
|
1967
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js") });
|
|
1968
|
+
var require_outside = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1966
1969
|
const SemVer$1 = require_semver$1();
|
|
1967
1970
|
const Comparator$2 = require_comparator();
|
|
1968
1971
|
const { ANY: ANY$1 } = Comparator$2;
|
|
@@ -2013,18 +2016,18 @@ var require_outside = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_m
|
|
|
2013
2016
|
return true;
|
|
2014
2017
|
}, "outside$3");
|
|
2015
2018
|
module.exports = outside$3;
|
|
2016
|
-
} });
|
|
2017
|
-
var require_gtr = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js"(exports, module) {
|
|
2019
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js") });
|
|
2020
|
+
var require_gtr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2018
2021
|
const outside$2 = require_outside();
|
|
2019
2022
|
const gtr$1 = /* @__PURE__ */ __name((version2, range, options) => outside$2(version2, range, ">", options), "gtr$1");
|
|
2020
2023
|
module.exports = gtr$1;
|
|
2021
|
-
} });
|
|
2022
|
-
var require_ltr = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js"(exports, module) {
|
|
2024
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js") });
|
|
2025
|
+
var require_ltr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2023
2026
|
const outside$1 = require_outside();
|
|
2024
2027
|
const ltr$1 = /* @__PURE__ */ __name((version2, range, options) => outside$1(version2, range, "<", options), "ltr$1");
|
|
2025
2028
|
module.exports = ltr$1;
|
|
2026
|
-
} });
|
|
2027
|
-
var require_intersects = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js"(exports, module) {
|
|
2029
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js") });
|
|
2030
|
+
var require_intersects = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2028
2031
|
const Range$2 = require_range();
|
|
2029
2032
|
const intersects$1 = /* @__PURE__ */ __name((r1, r2, options) => {
|
|
2030
2033
|
r1 = new Range$2(r1, options);
|
|
@@ -2032,8 +2035,8 @@ var require_intersects = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
2032
2035
|
return r1.intersects(r2, options);
|
|
2033
2036
|
}, "intersects$1");
|
|
2034
2037
|
module.exports = intersects$1;
|
|
2035
|
-
} });
|
|
2036
|
-
var require_simplify = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js"(exports, module) {
|
|
2038
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js") });
|
|
2039
|
+
var require_simplify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2037
2040
|
const satisfies$2 = require_satisfies();
|
|
2038
2041
|
const compare$2 = require_compare();
|
|
2039
2042
|
module.exports = (versions2, range, options) => {
|
|
@@ -2063,8 +2066,8 @@ var require_simplify = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
2063
2066
|
const original = typeof range.raw === "string" ? range.raw : String(range);
|
|
2064
2067
|
return simplified.length < original.length ? simplified : range;
|
|
2065
2068
|
};
|
|
2066
|
-
} });
|
|
2067
|
-
var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js"(exports, module) {
|
|
2069
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js") });
|
|
2070
|
+
var require_subset = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2068
2071
|
const Range$1 = require_range();
|
|
2069
2072
|
const Comparator$1 = require_comparator();
|
|
2070
2073
|
const { ANY } = Comparator$1;
|
|
@@ -2156,8 +2159,8 @@ var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
2156
2159
|
return comp < 0 ? a : comp > 0 ? b : b.operator === "<" && a.operator === "<=" ? b : a;
|
|
2157
2160
|
}, "lowerLT");
|
|
2158
2161
|
module.exports = subset$1;
|
|
2159
|
-
} });
|
|
2160
|
-
var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js"(exports, module) {
|
|
2162
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js") });
|
|
2163
|
+
var require_semver = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2161
2164
|
const internalRe = require_re();
|
|
2162
2165
|
const constants = require_constants();
|
|
2163
2166
|
const SemVer = require_semver$1();
|
|
@@ -2246,8 +2249,8 @@ var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
2246
2249
|
compareIdentifiers: identifiers.compareIdentifiers,
|
|
2247
2250
|
rcompareIdentifiers: identifiers.rcompareIdentifiers
|
|
2248
2251
|
};
|
|
2249
|
-
} });
|
|
2250
|
-
var import_semver = __toESM(require_semver());
|
|
2252
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js") });
|
|
2253
|
+
var import_semver = /* @__PURE__ */ __toESM(require_semver(), 1);
|
|
2251
2254
|
var semverSatisfies = /* @__PURE__ */ __name((targetAppVersion, currentVersion) => {
|
|
2252
2255
|
const currentCoerce = import_semver.default.coerce(currentVersion);
|
|
2253
2256
|
if (!currentCoerce) return false;
|
|
@@ -2400,7 +2403,7 @@ var JWSSignatureVerificationFailed = class extends JOSEError {
|
|
|
2400
2403
|
}
|
|
2401
2404
|
};
|
|
2402
2405
|
function unusable(name, prop = "algorithm.name") {
|
|
2403
|
-
return new TypeError(`CryptoKey does not support this operation, its ${prop} must be ${name}`);
|
|
2406
|
+
return /* @__PURE__ */ new TypeError(`CryptoKey does not support this operation, its ${prop} must be ${name}`);
|
|
2404
2407
|
}
|
|
2405
2408
|
__name(unusable, "unusable");
|
|
2406
2409
|
function isAlgorithm(algorithm, name) {
|
|
@@ -2458,10 +2461,9 @@ function checkSigCryptoKey(key, alg, usage) {
|
|
|
2458
2461
|
break;
|
|
2459
2462
|
}
|
|
2460
2463
|
case "Ed25519":
|
|
2461
|
-
case "EdDSA":
|
|
2464
|
+
case "EdDSA":
|
|
2462
2465
|
if (!isAlgorithm(key.algorithm, "Ed25519")) throw unusable("Ed25519");
|
|
2463
2466
|
break;
|
|
2464
|
-
}
|
|
2465
2467
|
case "ES256":
|
|
2466
2468
|
case "ES384":
|
|
2467
2469
|
case "ES512": {
|
|
@@ -2548,7 +2550,7 @@ function subtleMapping(jwk) {
|
|
|
2548
2550
|
let algorithm;
|
|
2549
2551
|
let keyUsages;
|
|
2550
2552
|
switch (jwk.kty) {
|
|
2551
|
-
case "RSA":
|
|
2553
|
+
case "RSA":
|
|
2552
2554
|
switch (jwk.alg) {
|
|
2553
2555
|
case "PS256":
|
|
2554
2556
|
case "PS384":
|
|
@@ -2582,8 +2584,7 @@ function subtleMapping(jwk) {
|
|
|
2582
2584
|
throw new JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
|
|
2583
2585
|
}
|
|
2584
2586
|
break;
|
|
2585
|
-
|
|
2586
|
-
case "EC": {
|
|
2587
|
+
case "EC":
|
|
2587
2588
|
switch (jwk.alg) {
|
|
2588
2589
|
case "ES256":
|
|
2589
2590
|
algorithm = {
|
|
@@ -2620,8 +2621,7 @@ function subtleMapping(jwk) {
|
|
|
2620
2621
|
throw new JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
|
|
2621
2622
|
}
|
|
2622
2623
|
break;
|
|
2623
|
-
|
|
2624
|
-
case "OKP": {
|
|
2624
|
+
case "OKP":
|
|
2625
2625
|
switch (jwk.alg) {
|
|
2626
2626
|
case "Ed25519":
|
|
2627
2627
|
case "EdDSA":
|
|
@@ -2639,7 +2639,6 @@ function subtleMapping(jwk) {
|
|
|
2639
2639
|
throw new JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
|
|
2640
2640
|
}
|
|
2641
2641
|
break;
|
|
2642
|
-
}
|
|
2643
2642
|
default:
|
|
2644
2643
|
throw new JOSENotSupported('Invalid or unsupported JWK "kty" (Key Type) Parameter value');
|
|
2645
2644
|
}
|