@hot-updater/cloudflare 0.19.9 → 0.19.10
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 +96 -100
- package/worker/dist/index.js.map +2 -2
package/worker/dist/index.js
CHANGED
|
@@ -929,7 +929,7 @@ var __toESM = /* @__PURE__ */ __name((mod, isNodeMode, target) => (target = mod
|
|
|
929
929
|
value: mod,
|
|
930
930
|
enumerable: true
|
|
931
931
|
}) : target, mod)), "__toESM");
|
|
932
|
-
var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js"(exports, module) {
|
|
932
|
+
var require_constants = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js": /* @__PURE__ */ __name((exports, module) => {
|
|
933
933
|
const SEMVER_SPEC_VERSION = "2.0.0";
|
|
934
934
|
const MAX_LENGTH$2 = 256;
|
|
935
935
|
const MAX_SAFE_INTEGER$1 = Number.MAX_SAFE_INTEGER || 9007199254740991;
|
|
@@ -954,13 +954,13 @@ var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
954
954
|
FLAG_INCLUDE_PRERELEASE: 1,
|
|
955
955
|
FLAG_LOOSE: 2
|
|
956
956
|
};
|
|
957
|
-
} });
|
|
958
|
-
var require_debug = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js"(exports, module) {
|
|
957
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js") });
|
|
958
|
+
var require_debug = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js": /* @__PURE__ */ __name((exports, module) => {
|
|
959
959
|
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
960
|
};
|
|
961
961
|
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) {
|
|
962
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js") });
|
|
963
|
+
var require_re = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js": /* @__PURE__ */ __name((exports, module) => {
|
|
964
964
|
const { MAX_SAFE_COMPONENT_LENGTH, MAX_SAFE_BUILD_LENGTH, MAX_LENGTH: MAX_LENGTH$1 } = require_constants();
|
|
965
965
|
const debug$3 = require_debug();
|
|
966
966
|
exports = module.exports = {};
|
|
@@ -1036,8 +1036,8 @@ var require_re = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_module
|
|
|
1036
1036
|
createToken("STAR", "(<|>)?=?\\s*\\*");
|
|
1037
1037
|
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
|
1038
1038
|
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) {
|
|
1039
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js") });
|
|
1040
|
+
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
1041
|
const looseOption = Object.freeze({ loose: true });
|
|
1042
1042
|
const emptyOpts = Object.freeze({});
|
|
1043
1043
|
const parseOptions$3 = /* @__PURE__ */ __name((options) => {
|
|
@@ -1046,8 +1046,8 @@ var require_parse_options = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
1046
1046
|
return options;
|
|
1047
1047
|
}, "parseOptions$3");
|
|
1048
1048
|
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) {
|
|
1049
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js") });
|
|
1050
|
+
var require_identifiers = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1051
1051
|
const numeric = /^[0-9]+$/;
|
|
1052
1052
|
const compareIdentifiers$1 = /* @__PURE__ */ __name((a, b) => {
|
|
1053
1053
|
const anum = numeric.test(a);
|
|
@@ -1063,8 +1063,8 @@ var require_identifiers = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
1063
1063
|
compareIdentifiers: compareIdentifiers$1,
|
|
1064
1064
|
rcompareIdentifiers
|
|
1065
1065
|
};
|
|
1066
|
-
} });
|
|
1067
|
-
var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js"(exports, module) {
|
|
1066
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js") });
|
|
1067
|
+
var require_semver$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1068
1068
|
const debug$2 = require_debug();
|
|
1069
1069
|
const { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
1070
1070
|
const { safeRe: re$3, t: t$3 } = require_re();
|
|
@@ -1238,8 +1238,8 @@ var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
1238
1238
|
}
|
|
1239
1239
|
};
|
|
1240
1240
|
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) {
|
|
1241
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js") });
|
|
1242
|
+
var require_parse = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1243
1243
|
const SemVer$14 = require_semver$1();
|
|
1244
1244
|
const parse$6 = /* @__PURE__ */ __name((version2, options, throwErrors = false) => {
|
|
1245
1245
|
if (version2 instanceof SemVer$14) return version2;
|
|
@@ -1251,24 +1251,24 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1251
1251
|
}
|
|
1252
1252
|
}, "parse$6");
|
|
1253
1253
|
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) {
|
|
1254
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js") });
|
|
1255
|
+
var require_valid$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1256
1256
|
const parse$5 = require_parse();
|
|
1257
1257
|
const valid$1 = /* @__PURE__ */ __name((version2, options) => {
|
|
1258
1258
|
const v = parse$5(version2, options);
|
|
1259
1259
|
return v ? v.version : null;
|
|
1260
1260
|
}, "valid$1");
|
|
1261
1261
|
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) {
|
|
1262
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js") });
|
|
1263
|
+
var require_clean = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1264
1264
|
const parse$4 = require_parse();
|
|
1265
1265
|
const clean$1 = /* @__PURE__ */ __name((version2, options) => {
|
|
1266
1266
|
const s = parse$4(version2.trim().replace(/^[=v]+/, ""), options);
|
|
1267
1267
|
return s ? s.version : null;
|
|
1268
1268
|
}, "clean$1");
|
|
1269
1269
|
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) {
|
|
1270
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js") });
|
|
1271
|
+
var require_inc = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1272
1272
|
const SemVer$13 = require_semver$1();
|
|
1273
1273
|
const inc$1 = /* @__PURE__ */ __name((version2, release2, options, identifier, identifierBase) => {
|
|
1274
1274
|
if (typeof options === "string") {
|
|
@@ -1283,8 +1283,8 @@ var require_inc = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
1283
1283
|
}
|
|
1284
1284
|
}, "inc$1");
|
|
1285
1285
|
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) {
|
|
1286
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js") });
|
|
1287
|
+
var require_diff = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1288
1288
|
const parse$3 = require_parse();
|
|
1289
1289
|
const diff$1 = /* @__PURE__ */ __name((version1, version2) => {
|
|
1290
1290
|
const v1 = parse$3(version1, null, true);
|
|
@@ -1310,46 +1310,46 @@ var require_diff = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modu
|
|
|
1310
1310
|
return "prerelease";
|
|
1311
1311
|
}, "diff$1");
|
|
1312
1312
|
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) {
|
|
1313
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js") });
|
|
1314
|
+
var require_major = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1315
1315
|
const SemVer$12 = require_semver$1();
|
|
1316
1316
|
const major$1 = /* @__PURE__ */ __name((a, loose) => new SemVer$12(a, loose).major, "major$1");
|
|
1317
1317
|
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) {
|
|
1318
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js") });
|
|
1319
|
+
var require_minor = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1320
1320
|
const SemVer$11 = require_semver$1();
|
|
1321
1321
|
const minor$1 = /* @__PURE__ */ __name((a, loose) => new SemVer$11(a, loose).minor, "minor$1");
|
|
1322
1322
|
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) {
|
|
1323
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js") });
|
|
1324
|
+
var require_patch = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1325
1325
|
const SemVer$10 = require_semver$1();
|
|
1326
1326
|
const patch$1 = /* @__PURE__ */ __name((a, loose) => new SemVer$10(a, loose).patch, "patch$1");
|
|
1327
1327
|
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) {
|
|
1328
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js") });
|
|
1329
|
+
var require_prerelease = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1330
1330
|
const parse$2 = require_parse();
|
|
1331
1331
|
const prerelease$1 = /* @__PURE__ */ __name((version2, options) => {
|
|
1332
1332
|
const parsed = parse$2(version2, options);
|
|
1333
1333
|
return parsed && parsed.prerelease.length ? parsed.prerelease : null;
|
|
1334
1334
|
}, "prerelease$1");
|
|
1335
1335
|
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) {
|
|
1336
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js") });
|
|
1337
|
+
var require_compare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1338
1338
|
const SemVer$9 = require_semver$1();
|
|
1339
1339
|
const compare$11 = /* @__PURE__ */ __name((a, b, loose) => new SemVer$9(a, loose).compare(new SemVer$9(b, loose)), "compare$11");
|
|
1340
1340
|
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) {
|
|
1341
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js") });
|
|
1342
|
+
var require_rcompare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1343
1343
|
const compare$10 = require_compare();
|
|
1344
1344
|
const rcompare$1 = /* @__PURE__ */ __name((a, b, loose) => compare$10(b, a, loose), "rcompare$1");
|
|
1345
1345
|
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) {
|
|
1346
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js") });
|
|
1347
|
+
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
1348
|
const compare$9 = require_compare();
|
|
1349
1349
|
const compareLoose$1 = /* @__PURE__ */ __name((a, b) => compare$9(a, b, true), "compareLoose$1");
|
|
1350
1350
|
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) {
|
|
1351
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js") });
|
|
1352
|
+
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
1353
|
const SemVer$8 = require_semver$1();
|
|
1354
1354
|
const compareBuild$3 = /* @__PURE__ */ __name((a, b, loose) => {
|
|
1355
1355
|
const versionA = new SemVer$8(a, loose);
|
|
@@ -1357,48 +1357,48 @@ var require_compare_build = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
1357
1357
|
return versionA.compare(versionB) || versionA.compareBuild(versionB);
|
|
1358
1358
|
}, "compareBuild$3");
|
|
1359
1359
|
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) {
|
|
1360
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js") });
|
|
1361
|
+
var require_sort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1362
1362
|
const compareBuild$2 = require_compare_build();
|
|
1363
1363
|
const sort$1 = /* @__PURE__ */ __name((list, loose) => list.sort((a, b) => compareBuild$2(a, b, loose)), "sort$1");
|
|
1364
1364
|
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) {
|
|
1365
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js") });
|
|
1366
|
+
var require_rsort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1367
1367
|
const compareBuild$1 = require_compare_build();
|
|
1368
1368
|
const rsort$1 = /* @__PURE__ */ __name((list, loose) => list.sort((a, b) => compareBuild$1(b, a, loose)), "rsort$1");
|
|
1369
1369
|
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) {
|
|
1370
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js") });
|
|
1371
|
+
var require_gt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1372
1372
|
const compare$8 = require_compare();
|
|
1373
1373
|
const gt$4 = /* @__PURE__ */ __name((a, b, loose) => compare$8(a, b, loose) > 0, "gt$4");
|
|
1374
1374
|
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) {
|
|
1375
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js") });
|
|
1376
|
+
var require_lt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1377
1377
|
const compare$7 = require_compare();
|
|
1378
1378
|
const lt$3 = /* @__PURE__ */ __name((a, b, loose) => compare$7(a, b, loose) < 0, "lt$3");
|
|
1379
1379
|
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) {
|
|
1380
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js") });
|
|
1381
|
+
var require_eq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1382
1382
|
const compare$6 = require_compare();
|
|
1383
1383
|
const eq$2 = /* @__PURE__ */ __name((a, b, loose) => compare$6(a, b, loose) === 0, "eq$2");
|
|
1384
1384
|
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) {
|
|
1385
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js") });
|
|
1386
|
+
var require_neq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1387
1387
|
const compare$5 = require_compare();
|
|
1388
1388
|
const neq$2 = /* @__PURE__ */ __name((a, b, loose) => compare$5(a, b, loose) !== 0, "neq$2");
|
|
1389
1389
|
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) {
|
|
1390
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js") });
|
|
1391
|
+
var require_gte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1392
1392
|
const compare$4 = require_compare();
|
|
1393
1393
|
const gte$3 = /* @__PURE__ */ __name((a, b, loose) => compare$4(a, b, loose) >= 0, "gte$3");
|
|
1394
1394
|
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) {
|
|
1395
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js") });
|
|
1396
|
+
var require_lte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1397
1397
|
const compare$3 = require_compare();
|
|
1398
1398
|
const lte$3 = /* @__PURE__ */ __name((a, b, loose) => compare$3(a, b, loose) <= 0, "lte$3");
|
|
1399
1399
|
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) {
|
|
1400
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js") });
|
|
1401
|
+
var require_cmp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1402
1402
|
const eq$1 = require_eq();
|
|
1403
1403
|
const neq$1 = require_neq();
|
|
1404
1404
|
const gt$3 = require_gt();
|
|
@@ -1434,8 +1434,8 @@ var require_cmp = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
1434
1434
|
}
|
|
1435
1435
|
}, "cmp$2");
|
|
1436
1436
|
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) {
|
|
1437
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js") });
|
|
1438
|
+
var require_coerce = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1439
1439
|
const SemVer$7 = require_semver$1();
|
|
1440
1440
|
const parse$1 = require_parse();
|
|
1441
1441
|
const { safeRe: re$2, t: t$2 } = require_re();
|
|
@@ -1464,8 +1464,8 @@ var require_coerce = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
1464
1464
|
return parse$1(`${major$2}.${minor$2}.${patch$2}${prerelease$2}${build}`, options);
|
|
1465
1465
|
}, "coerce$1");
|
|
1466
1466
|
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) {
|
|
1467
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js") });
|
|
1468
|
+
var require_lrucache = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1469
1469
|
var LRUCache = class {
|
|
1470
1470
|
static {
|
|
1471
1471
|
__name(this, "LRUCache");
|
|
@@ -1499,8 +1499,8 @@ var require_lrucache = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
1499
1499
|
}
|
|
1500
1500
|
};
|
|
1501
1501
|
module.exports = LRUCache;
|
|
1502
|
-
} });
|
|
1503
|
-
var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js"(exports, module) {
|
|
1502
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js") });
|
|
1503
|
+
var require_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1504
1504
|
const SPACE_CHARACTERS = /\s+/g;
|
|
1505
1505
|
var Range$11 = class Range$112 {
|
|
1506
1506
|
static {
|
|
@@ -1774,8 +1774,8 @@ var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1774
1774
|
}
|
|
1775
1775
|
return true;
|
|
1776
1776
|
}, "testSet");
|
|
1777
|
-
} });
|
|
1778
|
-
var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js"(exports, module) {
|
|
1777
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js") });
|
|
1778
|
+
var require_comparator = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1779
1779
|
const ANY$2 = Symbol("SemVer ANY");
|
|
1780
1780
|
var Comparator$3 = class Comparator$32 {
|
|
1781
1781
|
static {
|
|
@@ -1846,8 +1846,8 @@ var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
1846
1846
|
const debug3 = require_debug();
|
|
1847
1847
|
const SemVer$5 = require_semver$1();
|
|
1848
1848
|
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) {
|
|
1849
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js") });
|
|
1850
|
+
var require_satisfies = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1851
1851
|
const Range$9 = require_range();
|
|
1852
1852
|
const satisfies$4 = /* @__PURE__ */ __name((version2, range, options) => {
|
|
1853
1853
|
try {
|
|
@@ -1858,13 +1858,13 @@ var require_satisfies = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
1858
1858
|
return range.test(version2);
|
|
1859
1859
|
}, "satisfies$4");
|
|
1860
1860
|
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) {
|
|
1861
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js") });
|
|
1862
|
+
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
1863
|
const Range$8 = require_range();
|
|
1864
1864
|
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
1865
|
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) {
|
|
1866
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js") });
|
|
1867
|
+
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
1868
|
const SemVer$4 = require_semver$1();
|
|
1869
1869
|
const Range$7 = require_range();
|
|
1870
1870
|
const maxSatisfying$1 = /* @__PURE__ */ __name((versions2, range, options) => {
|
|
@@ -1887,8 +1887,8 @@ var require_max_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1887
1887
|
return max;
|
|
1888
1888
|
}, "maxSatisfying$1");
|
|
1889
1889
|
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) {
|
|
1890
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js") });
|
|
1891
|
+
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
1892
|
const SemVer$3 = require_semver$1();
|
|
1893
1893
|
const Range$6 = require_range();
|
|
1894
1894
|
const minSatisfying$1 = /* @__PURE__ */ __name((versions2, range, options) => {
|
|
@@ -1911,8 +1911,8 @@ var require_min_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1911
1911
|
return min;
|
|
1912
1912
|
}, "minSatisfying$1");
|
|
1913
1913
|
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) {
|
|
1914
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js") });
|
|
1915
|
+
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
1916
|
const SemVer$2 = require_semver$1();
|
|
1917
1917
|
const Range$5 = require_range();
|
|
1918
1918
|
const gt$2 = require_gt();
|
|
@@ -1950,8 +1950,8 @@ var require_min_version = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
1950
1950
|
return null;
|
|
1951
1951
|
}, "minVersion$1");
|
|
1952
1952
|
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) {
|
|
1953
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js") });
|
|
1954
|
+
var require_valid = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1955
1955
|
const Range$4 = require_range();
|
|
1956
1956
|
const validRange$1 = /* @__PURE__ */ __name((range, options) => {
|
|
1957
1957
|
try {
|
|
@@ -1961,8 +1961,8 @@ var require_valid = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1961
1961
|
}
|
|
1962
1962
|
}, "validRange$1");
|
|
1963
1963
|
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) {
|
|
1964
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js") });
|
|
1965
|
+
var require_outside = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js": /* @__PURE__ */ __name((exports, module) => {
|
|
1966
1966
|
const SemVer$1 = require_semver$1();
|
|
1967
1967
|
const Comparator$2 = require_comparator();
|
|
1968
1968
|
const { ANY: ANY$1 } = Comparator$2;
|
|
@@ -2013,18 +2013,18 @@ var require_outside = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_m
|
|
|
2013
2013
|
return true;
|
|
2014
2014
|
}, "outside$3");
|
|
2015
2015
|
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) {
|
|
2016
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js") });
|
|
2017
|
+
var require_gtr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2018
2018
|
const outside$2 = require_outside();
|
|
2019
2019
|
const gtr$1 = /* @__PURE__ */ __name((version2, range, options) => outside$2(version2, range, ">", options), "gtr$1");
|
|
2020
2020
|
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) {
|
|
2021
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js") });
|
|
2022
|
+
var require_ltr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2023
2023
|
const outside$1 = require_outside();
|
|
2024
2024
|
const ltr$1 = /* @__PURE__ */ __name((version2, range, options) => outside$1(version2, range, "<", options), "ltr$1");
|
|
2025
2025
|
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) {
|
|
2026
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js") });
|
|
2027
|
+
var require_intersects = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2028
2028
|
const Range$2 = require_range();
|
|
2029
2029
|
const intersects$1 = /* @__PURE__ */ __name((r1, r2, options) => {
|
|
2030
2030
|
r1 = new Range$2(r1, options);
|
|
@@ -2032,8 +2032,8 @@ var require_intersects = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
2032
2032
|
return r1.intersects(r2, options);
|
|
2033
2033
|
}, "intersects$1");
|
|
2034
2034
|
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) {
|
|
2035
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js") });
|
|
2036
|
+
var require_simplify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2037
2037
|
const satisfies$2 = require_satisfies();
|
|
2038
2038
|
const compare$2 = require_compare();
|
|
2039
2039
|
module.exports = (versions2, range, options) => {
|
|
@@ -2063,8 +2063,8 @@ var require_simplify = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
2063
2063
|
const original = typeof range.raw === "string" ? range.raw : String(range);
|
|
2064
2064
|
return simplified.length < original.length ? simplified : range;
|
|
2065
2065
|
};
|
|
2066
|
-
} });
|
|
2067
|
-
var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js"(exports, module) {
|
|
2066
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js") });
|
|
2067
|
+
var require_subset = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2068
2068
|
const Range$1 = require_range();
|
|
2069
2069
|
const Comparator$1 = require_comparator();
|
|
2070
2070
|
const { ANY } = Comparator$1;
|
|
@@ -2156,8 +2156,8 @@ var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
2156
2156
|
return comp < 0 ? a : comp > 0 ? b : b.operator === "<" && a.operator === "<=" ? b : a;
|
|
2157
2157
|
}, "lowerLT");
|
|
2158
2158
|
module.exports = subset$1;
|
|
2159
|
-
} });
|
|
2160
|
-
var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js"(exports, module) {
|
|
2159
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js") });
|
|
2160
|
+
var require_semver = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js": /* @__PURE__ */ __name((exports, module) => {
|
|
2161
2161
|
const internalRe = require_re();
|
|
2162
2162
|
const constants = require_constants();
|
|
2163
2163
|
const SemVer = require_semver$1();
|
|
@@ -2246,8 +2246,8 @@ var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
2246
2246
|
compareIdentifiers: identifiers.compareIdentifiers,
|
|
2247
2247
|
rcompareIdentifiers: identifiers.rcompareIdentifiers
|
|
2248
2248
|
};
|
|
2249
|
-
} });
|
|
2250
|
-
var import_semver = __toESM(require_semver());
|
|
2249
|
+
}, "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js") });
|
|
2250
|
+
var import_semver = /* @__PURE__ */ __toESM(require_semver(), 1);
|
|
2251
2251
|
var semverSatisfies = /* @__PURE__ */ __name((targetAppVersion, currentVersion) => {
|
|
2252
2252
|
const currentCoerce = import_semver.default.coerce(currentVersion);
|
|
2253
2253
|
if (!currentCoerce) return false;
|
|
@@ -2400,7 +2400,7 @@ var JWSSignatureVerificationFailed = class extends JOSEError {
|
|
|
2400
2400
|
}
|
|
2401
2401
|
};
|
|
2402
2402
|
function unusable(name, prop = "algorithm.name") {
|
|
2403
|
-
return new TypeError(`CryptoKey does not support this operation, its ${prop} must be ${name}`);
|
|
2403
|
+
return /* @__PURE__ */ new TypeError(`CryptoKey does not support this operation, its ${prop} must be ${name}`);
|
|
2404
2404
|
}
|
|
2405
2405
|
__name(unusable, "unusable");
|
|
2406
2406
|
function isAlgorithm(algorithm, name) {
|
|
@@ -2458,10 +2458,9 @@ function checkSigCryptoKey(key, alg, usage) {
|
|
|
2458
2458
|
break;
|
|
2459
2459
|
}
|
|
2460
2460
|
case "Ed25519":
|
|
2461
|
-
case "EdDSA":
|
|
2461
|
+
case "EdDSA":
|
|
2462
2462
|
if (!isAlgorithm(key.algorithm, "Ed25519")) throw unusable("Ed25519");
|
|
2463
2463
|
break;
|
|
2464
|
-
}
|
|
2465
2464
|
case "ES256":
|
|
2466
2465
|
case "ES384":
|
|
2467
2466
|
case "ES512": {
|
|
@@ -2548,7 +2547,7 @@ function subtleMapping(jwk) {
|
|
|
2548
2547
|
let algorithm;
|
|
2549
2548
|
let keyUsages;
|
|
2550
2549
|
switch (jwk.kty) {
|
|
2551
|
-
case "RSA":
|
|
2550
|
+
case "RSA":
|
|
2552
2551
|
switch (jwk.alg) {
|
|
2553
2552
|
case "PS256":
|
|
2554
2553
|
case "PS384":
|
|
@@ -2582,8 +2581,7 @@ function subtleMapping(jwk) {
|
|
|
2582
2581
|
throw new JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
|
|
2583
2582
|
}
|
|
2584
2583
|
break;
|
|
2585
|
-
|
|
2586
|
-
case "EC": {
|
|
2584
|
+
case "EC":
|
|
2587
2585
|
switch (jwk.alg) {
|
|
2588
2586
|
case "ES256":
|
|
2589
2587
|
algorithm = {
|
|
@@ -2620,8 +2618,7 @@ function subtleMapping(jwk) {
|
|
|
2620
2618
|
throw new JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
|
|
2621
2619
|
}
|
|
2622
2620
|
break;
|
|
2623
|
-
|
|
2624
|
-
case "OKP": {
|
|
2621
|
+
case "OKP":
|
|
2625
2622
|
switch (jwk.alg) {
|
|
2626
2623
|
case "Ed25519":
|
|
2627
2624
|
case "EdDSA":
|
|
@@ -2639,7 +2636,6 @@ function subtleMapping(jwk) {
|
|
|
2639
2636
|
throw new JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');
|
|
2640
2637
|
}
|
|
2641
2638
|
break;
|
|
2642
|
-
}
|
|
2643
2639
|
default:
|
|
2644
2640
|
throw new JOSENotSupported('Invalid or unsupported JWK "kty" (Key Type) Parameter value');
|
|
2645
2641
|
}
|