@hot-updater/postgres 0.20.0-rc.0 → 0.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +103 -104
- package/dist/index.js +103 -104
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -165,7 +165,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
165
165
|
value: mod,
|
|
166
166
|
enumerable: true
|
|
167
167
|
}) : target, mod));
|
|
168
|
-
var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js"(exports$1, module$1) {
|
|
168
|
+
var require_constants = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js": ((exports$1, module$1) => {
|
|
169
169
|
const SEMVER_SPEC_VERSION = "2.0.0";
|
|
170
170
|
const MAX_LENGTH$2 = 256;
|
|
171
171
|
const MAX_SAFE_INTEGER$1 = Number.MAX_SAFE_INTEGER || 9007199254740991;
|
|
@@ -190,12 +190,12 @@ var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
190
190
|
FLAG_INCLUDE_PRERELEASE: 1,
|
|
191
191
|
FLAG_LOOSE: 2
|
|
192
192
|
};
|
|
193
|
-
} });
|
|
194
|
-
var require_debug = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js"(exports$1, module$1) {
|
|
193
|
+
}) });
|
|
194
|
+
var require_debug = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js": ((exports$1, module$1) => {
|
|
195
195
|
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) : () => {};
|
|
196
196
|
module$1.exports = debug$4;
|
|
197
|
-
} });
|
|
198
|
-
var require_re = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js"(exports$1, module$1) {
|
|
197
|
+
}) });
|
|
198
|
+
var require_re = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js": ((exports$1, module$1) => {
|
|
199
199
|
const { MAX_SAFE_COMPONENT_LENGTH, MAX_SAFE_BUILD_LENGTH, MAX_LENGTH: MAX_LENGTH$1 } = require_constants();
|
|
200
200
|
const debug$3 = require_debug();
|
|
201
201
|
exports$1 = module$1.exports = {};
|
|
@@ -271,8 +271,8 @@ var require_re = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_module
|
|
|
271
271
|
createToken("STAR", "(<|>)?=?\\s*\\*");
|
|
272
272
|
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
|
273
273
|
createToken("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
274
|
-
} });
|
|
275
|
-
var require_parse_options = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js"(exports$1, module$1) {
|
|
274
|
+
}) });
|
|
275
|
+
var require_parse_options = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js": ((exports$1, module$1) => {
|
|
276
276
|
const looseOption = Object.freeze({ loose: true });
|
|
277
277
|
const emptyOpts = Object.freeze({});
|
|
278
278
|
const parseOptions$3 = (options) => {
|
|
@@ -281,8 +281,8 @@ var require_parse_options = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
281
281
|
return options;
|
|
282
282
|
};
|
|
283
283
|
module$1.exports = parseOptions$3;
|
|
284
|
-
} });
|
|
285
|
-
var require_identifiers = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js"(exports$1, module$1) {
|
|
284
|
+
}) });
|
|
285
|
+
var require_identifiers = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js": ((exports$1, module$1) => {
|
|
286
286
|
const numeric = /^[0-9]+$/;
|
|
287
287
|
const compareIdentifiers$1 = (a, b) => {
|
|
288
288
|
const anum = numeric.test(a);
|
|
@@ -298,8 +298,8 @@ var require_identifiers = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
298
298
|
compareIdentifiers: compareIdentifiers$1,
|
|
299
299
|
rcompareIdentifiers
|
|
300
300
|
};
|
|
301
|
-
} });
|
|
302
|
-
var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js"(exports$1, module$1) {
|
|
301
|
+
}) });
|
|
302
|
+
var require_semver$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js": ((exports$1, module$1) => {
|
|
303
303
|
const debug$2 = require_debug();
|
|
304
304
|
const { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
305
305
|
const { safeRe: re$3, t: t$3 } = require_re();
|
|
@@ -469,8 +469,8 @@ var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
469
469
|
}
|
|
470
470
|
};
|
|
471
471
|
module$1.exports = SemVer$15;
|
|
472
|
-
} });
|
|
473
|
-
var require_parse = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js"(exports$1, module$1) {
|
|
472
|
+
}) });
|
|
473
|
+
var require_parse = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js": ((exports$1, module$1) => {
|
|
474
474
|
const SemVer$14 = require_semver$1();
|
|
475
475
|
const parse$6 = (version, options, throwErrors = false) => {
|
|
476
476
|
if (version instanceof SemVer$14) return version;
|
|
@@ -482,24 +482,24 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
482
482
|
}
|
|
483
483
|
};
|
|
484
484
|
module$1.exports = parse$6;
|
|
485
|
-
} });
|
|
486
|
-
var require_valid$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js"(exports$1, module$1) {
|
|
485
|
+
}) });
|
|
486
|
+
var require_valid$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js": ((exports$1, module$1) => {
|
|
487
487
|
const parse$5 = require_parse();
|
|
488
488
|
const valid$1 = (version, options) => {
|
|
489
489
|
const v = parse$5(version, options);
|
|
490
490
|
return v ? v.version : null;
|
|
491
491
|
};
|
|
492
492
|
module$1.exports = valid$1;
|
|
493
|
-
} });
|
|
494
|
-
var require_clean = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js"(exports$1, module$1) {
|
|
493
|
+
}) });
|
|
494
|
+
var require_clean = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js": ((exports$1, module$1) => {
|
|
495
495
|
const parse$4 = require_parse();
|
|
496
496
|
const clean$1 = (version, options) => {
|
|
497
497
|
const s = parse$4(version.trim().replace(/^[=v]+/, ""), options);
|
|
498
498
|
return s ? s.version : null;
|
|
499
499
|
};
|
|
500
500
|
module$1.exports = clean$1;
|
|
501
|
-
} });
|
|
502
|
-
var require_inc = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js"(exports$1, module$1) {
|
|
501
|
+
}) });
|
|
502
|
+
var require_inc = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js": ((exports$1, module$1) => {
|
|
503
503
|
const SemVer$13 = require_semver$1();
|
|
504
504
|
const inc$1 = (version, release, options, identifier, identifierBase) => {
|
|
505
505
|
if (typeof options === "string") {
|
|
@@ -514,8 +514,8 @@ var require_inc = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
514
514
|
}
|
|
515
515
|
};
|
|
516
516
|
module$1.exports = inc$1;
|
|
517
|
-
} });
|
|
518
|
-
var require_diff = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js"(exports$1, module$1) {
|
|
517
|
+
}) });
|
|
518
|
+
var require_diff = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js": ((exports$1, module$1) => {
|
|
519
519
|
const parse$3 = require_parse();
|
|
520
520
|
const diff$1 = (version1, version2) => {
|
|
521
521
|
const v1 = parse$3(version1, null, true);
|
|
@@ -541,46 +541,46 @@ var require_diff = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modu
|
|
|
541
541
|
return "prerelease";
|
|
542
542
|
};
|
|
543
543
|
module$1.exports = diff$1;
|
|
544
|
-
} });
|
|
545
|
-
var require_major = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js"(exports$1, module$1) {
|
|
544
|
+
}) });
|
|
545
|
+
var require_major = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js": ((exports$1, module$1) => {
|
|
546
546
|
const SemVer$12 = require_semver$1();
|
|
547
547
|
const major$1 = (a, loose) => new SemVer$12(a, loose).major;
|
|
548
548
|
module$1.exports = major$1;
|
|
549
|
-
} });
|
|
550
|
-
var require_minor = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js"(exports$1, module$1) {
|
|
549
|
+
}) });
|
|
550
|
+
var require_minor = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js": ((exports$1, module$1) => {
|
|
551
551
|
const SemVer$11 = require_semver$1();
|
|
552
552
|
const minor$1 = (a, loose) => new SemVer$11(a, loose).minor;
|
|
553
553
|
module$1.exports = minor$1;
|
|
554
|
-
} });
|
|
555
|
-
var require_patch = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js"(exports$1, module$1) {
|
|
554
|
+
}) });
|
|
555
|
+
var require_patch = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js": ((exports$1, module$1) => {
|
|
556
556
|
const SemVer$10 = require_semver$1();
|
|
557
557
|
const patch$1 = (a, loose) => new SemVer$10(a, loose).patch;
|
|
558
558
|
module$1.exports = patch$1;
|
|
559
|
-
} });
|
|
560
|
-
var require_prerelease = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js"(exports$1, module$1) {
|
|
559
|
+
}) });
|
|
560
|
+
var require_prerelease = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js": ((exports$1, module$1) => {
|
|
561
561
|
const parse$2 = require_parse();
|
|
562
562
|
const prerelease$1 = (version, options) => {
|
|
563
563
|
const parsed = parse$2(version, options);
|
|
564
564
|
return parsed && parsed.prerelease.length ? parsed.prerelease : null;
|
|
565
565
|
};
|
|
566
566
|
module$1.exports = prerelease$1;
|
|
567
|
-
} });
|
|
568
|
-
var require_compare = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js"(exports$1, module$1) {
|
|
567
|
+
}) });
|
|
568
|
+
var require_compare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js": ((exports$1, module$1) => {
|
|
569
569
|
const SemVer$9 = require_semver$1();
|
|
570
570
|
const compare$11 = (a, b, loose) => new SemVer$9(a, loose).compare(new SemVer$9(b, loose));
|
|
571
571
|
module$1.exports = compare$11;
|
|
572
|
-
} });
|
|
573
|
-
var require_rcompare = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js"(exports$1, module$1) {
|
|
572
|
+
}) });
|
|
573
|
+
var require_rcompare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js": ((exports$1, module$1) => {
|
|
574
574
|
const compare$10 = require_compare();
|
|
575
575
|
const rcompare$1 = (a, b, loose) => compare$10(b, a, loose);
|
|
576
576
|
module$1.exports = rcompare$1;
|
|
577
|
-
} });
|
|
578
|
-
var require_compare_loose = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js"(exports$1, module$1) {
|
|
577
|
+
}) });
|
|
578
|
+
var require_compare_loose = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js": ((exports$1, module$1) => {
|
|
579
579
|
const compare$9 = require_compare();
|
|
580
580
|
const compareLoose$1 = (a, b) => compare$9(a, b, true);
|
|
581
581
|
module$1.exports = compareLoose$1;
|
|
582
|
-
} });
|
|
583
|
-
var require_compare_build = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js"(exports$1, module$1) {
|
|
582
|
+
}) });
|
|
583
|
+
var require_compare_build = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js": ((exports$1, module$1) => {
|
|
584
584
|
const SemVer$8 = require_semver$1();
|
|
585
585
|
const compareBuild$3 = (a, b, loose) => {
|
|
586
586
|
const versionA = new SemVer$8(a, loose);
|
|
@@ -588,48 +588,48 @@ var require_compare_build = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
588
588
|
return versionA.compare(versionB) || versionA.compareBuild(versionB);
|
|
589
589
|
};
|
|
590
590
|
module$1.exports = compareBuild$3;
|
|
591
|
-
} });
|
|
592
|
-
var require_sort = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js"(exports$1, module$1) {
|
|
591
|
+
}) });
|
|
592
|
+
var require_sort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js": ((exports$1, module$1) => {
|
|
593
593
|
const compareBuild$2 = require_compare_build();
|
|
594
594
|
const sort$1 = (list, loose) => list.sort((a, b) => compareBuild$2(a, b, loose));
|
|
595
595
|
module$1.exports = sort$1;
|
|
596
|
-
} });
|
|
597
|
-
var require_rsort = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js"(exports$1, module$1) {
|
|
596
|
+
}) });
|
|
597
|
+
var require_rsort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js": ((exports$1, module$1) => {
|
|
598
598
|
const compareBuild$1 = require_compare_build();
|
|
599
599
|
const rsort$1 = (list, loose) => list.sort((a, b) => compareBuild$1(b, a, loose));
|
|
600
600
|
module$1.exports = rsort$1;
|
|
601
|
-
} });
|
|
602
|
-
var require_gt = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js"(exports$1, module$1) {
|
|
601
|
+
}) });
|
|
602
|
+
var require_gt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js": ((exports$1, module$1) => {
|
|
603
603
|
const compare$8 = require_compare();
|
|
604
604
|
const gt$4 = (a, b, loose) => compare$8(a, b, loose) > 0;
|
|
605
605
|
module$1.exports = gt$4;
|
|
606
|
-
} });
|
|
607
|
-
var require_lt = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js"(exports$1, module$1) {
|
|
606
|
+
}) });
|
|
607
|
+
var require_lt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js": ((exports$1, module$1) => {
|
|
608
608
|
const compare$7 = require_compare();
|
|
609
609
|
const lt$3 = (a, b, loose) => compare$7(a, b, loose) < 0;
|
|
610
610
|
module$1.exports = lt$3;
|
|
611
|
-
} });
|
|
612
|
-
var require_eq = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js"(exports$1, module$1) {
|
|
611
|
+
}) });
|
|
612
|
+
var require_eq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js": ((exports$1, module$1) => {
|
|
613
613
|
const compare$6 = require_compare();
|
|
614
614
|
const eq$2 = (a, b, loose) => compare$6(a, b, loose) === 0;
|
|
615
615
|
module$1.exports = eq$2;
|
|
616
|
-
} });
|
|
617
|
-
var require_neq = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js"(exports$1, module$1) {
|
|
616
|
+
}) });
|
|
617
|
+
var require_neq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js": ((exports$1, module$1) => {
|
|
618
618
|
const compare$5 = require_compare();
|
|
619
619
|
const neq$2 = (a, b, loose) => compare$5(a, b, loose) !== 0;
|
|
620
620
|
module$1.exports = neq$2;
|
|
621
|
-
} });
|
|
622
|
-
var require_gte = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js"(exports$1, module$1) {
|
|
621
|
+
}) });
|
|
622
|
+
var require_gte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js": ((exports$1, module$1) => {
|
|
623
623
|
const compare$4 = require_compare();
|
|
624
624
|
const gte$3 = (a, b, loose) => compare$4(a, b, loose) >= 0;
|
|
625
625
|
module$1.exports = gte$3;
|
|
626
|
-
} });
|
|
627
|
-
var require_lte = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js"(exports$1, module$1) {
|
|
626
|
+
}) });
|
|
627
|
+
var require_lte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js": ((exports$1, module$1) => {
|
|
628
628
|
const compare$3 = require_compare();
|
|
629
629
|
const lte$3 = (a, b, loose) => compare$3(a, b, loose) <= 0;
|
|
630
630
|
module$1.exports = lte$3;
|
|
631
|
-
} });
|
|
632
|
-
var require_cmp = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js"(exports$1, module$1) {
|
|
631
|
+
}) });
|
|
632
|
+
var require_cmp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js": ((exports$1, module$1) => {
|
|
633
633
|
const eq$1 = require_eq();
|
|
634
634
|
const neq$1 = require_neq();
|
|
635
635
|
const gt$3 = require_gt();
|
|
@@ -658,8 +658,8 @@ var require_cmp = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
658
658
|
}
|
|
659
659
|
};
|
|
660
660
|
module$1.exports = cmp$2;
|
|
661
|
-
} });
|
|
662
|
-
var require_coerce = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js"(exports$1, module$1) {
|
|
661
|
+
}) });
|
|
662
|
+
var require_coerce = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js": ((exports$1, module$1) => {
|
|
663
663
|
const SemVer$7 = require_semver$1();
|
|
664
664
|
const parse$1 = require_parse();
|
|
665
665
|
const { safeRe: re$2, t: t$2 } = require_re();
|
|
@@ -688,8 +688,8 @@ var require_coerce = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
688
688
|
return parse$1(`${major$2}.${minor$2}.${patch$2}${prerelease$2}${build}`, options);
|
|
689
689
|
};
|
|
690
690
|
module$1.exports = coerce$1;
|
|
691
|
-
} });
|
|
692
|
-
var require_lrucache = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js"(exports$1, module$1) {
|
|
691
|
+
}) });
|
|
692
|
+
var require_lrucache = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js": ((exports$1, module$1) => {
|
|
693
693
|
var LRUCache = class {
|
|
694
694
|
constructor() {
|
|
695
695
|
this.max = 1e3;
|
|
@@ -720,8 +720,8 @@ var require_lrucache = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
720
720
|
}
|
|
721
721
|
};
|
|
722
722
|
module$1.exports = LRUCache;
|
|
723
|
-
} });
|
|
724
|
-
var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js"(exports$1, module$1) {
|
|
723
|
+
}) });
|
|
724
|
+
var require_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js": ((exports$1, module$1) => {
|
|
725
725
|
const SPACE_CHARACTERS = /\s+/g;
|
|
726
726
|
var Range$11 = class Range$11$1 {
|
|
727
727
|
constructor(range, options) {
|
|
@@ -992,8 +992,8 @@ var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
992
992
|
}
|
|
993
993
|
return true;
|
|
994
994
|
};
|
|
995
|
-
} });
|
|
996
|
-
var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js"(exports$1, module$1) {
|
|
995
|
+
}) });
|
|
996
|
+
var require_comparator = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js": ((exports$1, module$1) => {
|
|
997
997
|
const ANY$2 = Symbol("SemVer ANY");
|
|
998
998
|
var Comparator$3 = class Comparator$3$1 {
|
|
999
999
|
static get ANY() {
|
|
@@ -1061,8 +1061,8 @@ var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
1061
1061
|
const debug = require_debug();
|
|
1062
1062
|
const SemVer$5 = require_semver$1();
|
|
1063
1063
|
const Range$10 = require_range();
|
|
1064
|
-
} });
|
|
1065
|
-
var require_satisfies = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js"(exports$1, module$1) {
|
|
1064
|
+
}) });
|
|
1065
|
+
var require_satisfies = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js": ((exports$1, module$1) => {
|
|
1066
1066
|
const Range$9 = require_range();
|
|
1067
1067
|
const satisfies$4 = (version, range, options) => {
|
|
1068
1068
|
try {
|
|
@@ -1073,13 +1073,13 @@ var require_satisfies = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
1073
1073
|
return range.test(version);
|
|
1074
1074
|
};
|
|
1075
1075
|
module$1.exports = satisfies$4;
|
|
1076
|
-
} });
|
|
1077
|
-
var require_to_comparators = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js"(exports$1, module$1) {
|
|
1076
|
+
}) });
|
|
1077
|
+
var require_to_comparators = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js": ((exports$1, module$1) => {
|
|
1078
1078
|
const Range$8 = require_range();
|
|
1079
1079
|
const toComparators$1 = (range, options) => new Range$8(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
|
|
1080
1080
|
module$1.exports = toComparators$1;
|
|
1081
|
-
} });
|
|
1082
|
-
var require_max_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js"(exports$1, module$1) {
|
|
1081
|
+
}) });
|
|
1082
|
+
var require_max_satisfying = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js": ((exports$1, module$1) => {
|
|
1083
1083
|
const SemVer$4 = require_semver$1();
|
|
1084
1084
|
const Range$7 = require_range();
|
|
1085
1085
|
const maxSatisfying$1 = (versions, range, options) => {
|
|
@@ -1102,8 +1102,8 @@ var require_max_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1102
1102
|
return max;
|
|
1103
1103
|
};
|
|
1104
1104
|
module$1.exports = maxSatisfying$1;
|
|
1105
|
-
} });
|
|
1106
|
-
var require_min_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js"(exports$1, module$1) {
|
|
1105
|
+
}) });
|
|
1106
|
+
var require_min_satisfying = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js": ((exports$1, module$1) => {
|
|
1107
1107
|
const SemVer$3 = require_semver$1();
|
|
1108
1108
|
const Range$6 = require_range();
|
|
1109
1109
|
const minSatisfying$1 = (versions, range, options) => {
|
|
@@ -1126,8 +1126,8 @@ var require_min_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1126
1126
|
return min;
|
|
1127
1127
|
};
|
|
1128
1128
|
module$1.exports = minSatisfying$1;
|
|
1129
|
-
} });
|
|
1130
|
-
var require_min_version = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js"(exports$1, module$1) {
|
|
1129
|
+
}) });
|
|
1130
|
+
var require_min_version = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js": ((exports$1, module$1) => {
|
|
1131
1131
|
const SemVer$2 = require_semver$1();
|
|
1132
1132
|
const Range$5 = require_range();
|
|
1133
1133
|
const gt$2 = require_gt();
|
|
@@ -1163,8 +1163,8 @@ var require_min_version = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
1163
1163
|
return null;
|
|
1164
1164
|
};
|
|
1165
1165
|
module$1.exports = minVersion$1;
|
|
1166
|
-
} });
|
|
1167
|
-
var require_valid = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js"(exports$1, module$1) {
|
|
1166
|
+
}) });
|
|
1167
|
+
var require_valid = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js": ((exports$1, module$1) => {
|
|
1168
1168
|
const Range$4 = require_range();
|
|
1169
1169
|
const validRange$1 = (range, options) => {
|
|
1170
1170
|
try {
|
|
@@ -1174,8 +1174,8 @@ var require_valid = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1174
1174
|
}
|
|
1175
1175
|
};
|
|
1176
1176
|
module$1.exports = validRange$1;
|
|
1177
|
-
} });
|
|
1178
|
-
var require_outside = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js"(exports$1, module$1) {
|
|
1177
|
+
}) });
|
|
1178
|
+
var require_outside = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js": ((exports$1, module$1) => {
|
|
1179
1179
|
const SemVer$1 = require_semver$1();
|
|
1180
1180
|
const Comparator$2 = require_comparator();
|
|
1181
1181
|
const { ANY: ANY$1 } = Comparator$2;
|
|
@@ -1225,18 +1225,18 @@ var require_outside = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_m
|
|
|
1225
1225
|
return true;
|
|
1226
1226
|
};
|
|
1227
1227
|
module$1.exports = outside$3;
|
|
1228
|
-
} });
|
|
1229
|
-
var require_gtr = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js"(exports$1, module$1) {
|
|
1228
|
+
}) });
|
|
1229
|
+
var require_gtr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js": ((exports$1, module$1) => {
|
|
1230
1230
|
const outside$2 = require_outside();
|
|
1231
1231
|
const gtr$1 = (version, range, options) => outside$2(version, range, ">", options);
|
|
1232
1232
|
module$1.exports = gtr$1;
|
|
1233
|
-
} });
|
|
1234
|
-
var require_ltr = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js"(exports$1, module$1) {
|
|
1233
|
+
}) });
|
|
1234
|
+
var require_ltr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js": ((exports$1, module$1) => {
|
|
1235
1235
|
const outside$1 = require_outside();
|
|
1236
1236
|
const ltr$1 = (version, range, options) => outside$1(version, range, "<", options);
|
|
1237
1237
|
module$1.exports = ltr$1;
|
|
1238
|
-
} });
|
|
1239
|
-
var require_intersects = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js"(exports$1, module$1) {
|
|
1238
|
+
}) });
|
|
1239
|
+
var require_intersects = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js": ((exports$1, module$1) => {
|
|
1240
1240
|
const Range$2 = require_range();
|
|
1241
1241
|
const intersects$1 = (r1, r2, options) => {
|
|
1242
1242
|
r1 = new Range$2(r1, options);
|
|
@@ -1244,8 +1244,8 @@ var require_intersects = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
1244
1244
|
return r1.intersects(r2, options);
|
|
1245
1245
|
};
|
|
1246
1246
|
module$1.exports = intersects$1;
|
|
1247
|
-
} });
|
|
1248
|
-
var require_simplify = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js"(exports$1, module$1) {
|
|
1247
|
+
}) });
|
|
1248
|
+
var require_simplify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js": ((exports$1, module$1) => {
|
|
1249
1249
|
const satisfies$2 = require_satisfies();
|
|
1250
1250
|
const compare$2 = require_compare();
|
|
1251
1251
|
module$1.exports = (versions, range, options) => {
|
|
@@ -1275,8 +1275,8 @@ var require_simplify = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
1275
1275
|
const original = typeof range.raw === "string" ? range.raw : String(range);
|
|
1276
1276
|
return simplified.length < original.length ? simplified : range;
|
|
1277
1277
|
};
|
|
1278
|
-
} });
|
|
1279
|
-
var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js"(exports$1, module$1) {
|
|
1278
|
+
}) });
|
|
1279
|
+
var require_subset = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js": ((exports$1, module$1) => {
|
|
1280
1280
|
const Range$1 = require_range();
|
|
1281
1281
|
const Comparator$1 = require_comparator();
|
|
1282
1282
|
const { ANY } = Comparator$1;
|
|
@@ -1368,8 +1368,8 @@ var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
1368
1368
|
return comp < 0 ? a : comp > 0 ? b : b.operator === "<" && a.operator === "<=" ? b : a;
|
|
1369
1369
|
};
|
|
1370
1370
|
module$1.exports = subset$1;
|
|
1371
|
-
} });
|
|
1372
|
-
var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js"(exports$1, module$1) {
|
|
1371
|
+
}) });
|
|
1372
|
+
var require_semver = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js": ((exports$1, module$1) => {
|
|
1373
1373
|
const internalRe = require_re();
|
|
1374
1374
|
const constants = require_constants();
|
|
1375
1375
|
const SemVer = require_semver$1();
|
|
@@ -1458,8 +1458,8 @@ var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
1458
1458
|
compareIdentifiers: identifiers.compareIdentifiers,
|
|
1459
1459
|
rcompareIdentifiers: identifiers.rcompareIdentifiers
|
|
1460
1460
|
};
|
|
1461
|
-
} });
|
|
1462
|
-
var import_semver = __toESM(require_semver());
|
|
1461
|
+
}) });
|
|
1462
|
+
var import_semver = /* @__PURE__ */ __toESM(require_semver(), 1);
|
|
1463
1463
|
const semverSatisfies = (targetAppVersion, currentVersion) => {
|
|
1464
1464
|
const currentCoerce = import_semver.default.coerce(currentVersion);
|
|
1465
1465
|
if (!currentCoerce) return false;
|
|
@@ -1479,7 +1479,6 @@ const filterCompatibleAppVersions = (targetAppVersionList, currentVersion) => {
|
|
|
1479
1479
|
};
|
|
1480
1480
|
const encoder = new TextEncoder();
|
|
1481
1481
|
const decoder = new TextDecoder();
|
|
1482
|
-
const MAX_INT32 = 2 ** 32;
|
|
1483
1482
|
var JOSEError = class extends Error {
|
|
1484
1483
|
static code = "ERR_JOSE_GENERIC";
|
|
1485
1484
|
code = "ERR_JOSE_GENERIC";
|
|
@@ -1489,14 +1488,14 @@ var JOSEError = class extends Error {
|
|
|
1489
1488
|
Error.captureStackTrace?.(this, this.constructor);
|
|
1490
1489
|
}
|
|
1491
1490
|
};
|
|
1492
|
-
|
|
1491
|
+
(class extends JOSEError {
|
|
1493
1492
|
[Symbol.asyncIterator];
|
|
1494
1493
|
static code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1495
1494
|
code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1496
1495
|
constructor(message$1 = "multiple matching keys found in the JSON Web Key Set", options) {
|
|
1497
1496
|
super(message$1, options);
|
|
1498
1497
|
}
|
|
1499
|
-
};
|
|
1498
|
+
});
|
|
1500
1499
|
const minute = 60;
|
|
1501
1500
|
const hour = minute * 60;
|
|
1502
1501
|
const day = hour * 24;
|
|
@@ -1542,7 +1541,7 @@ const LOWERCASE = /[\p{Ll}]/u;
|
|
|
1542
1541
|
const LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu;
|
|
1543
1542
|
const IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u;
|
|
1544
1543
|
const SEPARATORS = /[_.\- ]+/;
|
|
1545
|
-
const LEADING_SEPARATORS = new RegExp("^" + SEPARATORS.source);
|
|
1544
|
+
const LEADING_SEPARATORS = /* @__PURE__ */ new RegExp("^" + SEPARATORS.source);
|
|
1546
1545
|
const SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, "gu");
|
|
1547
1546
|
const NUMBERS_AND_IDENTIFIER = new RegExp("\\d+" + IDENTIFIER.source, "gu");
|
|
1548
1547
|
const preserveCamelCase = (string, toLowerCase, toUpperCase, preserveConsecutiveUppercase$1) => {
|
|
@@ -1829,7 +1828,7 @@ function camelcaseKeys(input, options) {
|
|
|
1829
1828
|
|
|
1830
1829
|
//#endregion
|
|
1831
1830
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/utils.js
|
|
1832
|
-
var require_utils = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/utils.js"(exports, module) {
|
|
1831
|
+
var require_utils = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/utils.js": ((exports, module) => {
|
|
1833
1832
|
const { inspect } = require("util");
|
|
1834
1833
|
function getIndexPos$1(text, index) {
|
|
1835
1834
|
let lineIdx = 0, colIdx = index, pos = 0;
|
|
@@ -1856,11 +1855,11 @@ var require_utils = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/nod
|
|
|
1856
1855
|
messageGap: messageGap$1,
|
|
1857
1856
|
addInspection: addInspection$1
|
|
1858
1857
|
};
|
|
1859
|
-
} });
|
|
1858
|
+
}) });
|
|
1860
1859
|
|
|
1861
1860
|
//#endregion
|
|
1862
1861
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/error.js
|
|
1863
|
-
var require_error = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/error.js"(exports, module) {
|
|
1862
|
+
var require_error = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/error.js": ((exports, module) => {
|
|
1864
1863
|
const { EOL } = require("os");
|
|
1865
1864
|
const { addInspection, messageGap } = require_utils();
|
|
1866
1865
|
const parsingErrorCode$1 = {
|
|
@@ -1919,11 +1918,11 @@ var require_error = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/nod
|
|
|
1919
1918
|
SQLParsingError: SQLParsingError$1,
|
|
1920
1919
|
parsingErrorCode: parsingErrorCode$1
|
|
1921
1920
|
};
|
|
1922
|
-
} });
|
|
1921
|
+
}) });
|
|
1923
1922
|
|
|
1924
1923
|
//#endregion
|
|
1925
1924
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/parser.js
|
|
1926
|
-
var require_parser = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/parser.js"(exports, module) {
|
|
1925
|
+
var require_parser = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/parser.js": ((exports, module) => {
|
|
1927
1926
|
const { parsingErrorCode, SQLParsingError } = require_error();
|
|
1928
1927
|
const { getIndexPos } = require_utils();
|
|
1929
1928
|
const compressors = ".,;:()[]=<>+-*/|!?@#";
|
|
@@ -2053,21 +2052,21 @@ var require_parser = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/no
|
|
|
2053
2052
|
return s === " " || s === " " || s === "\r" || s === "\n";
|
|
2054
2053
|
}
|
|
2055
2054
|
module.exports = minify$1;
|
|
2056
|
-
} });
|
|
2055
|
+
}) });
|
|
2057
2056
|
|
|
2058
2057
|
//#endregion
|
|
2059
2058
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/index.js
|
|
2060
|
-
var require_lib = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/index.js"(exports, module) {
|
|
2059
|
+
var require_lib = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/index.js": ((exports, module) => {
|
|
2061
2060
|
const parser = require_parser();
|
|
2062
2061
|
const error = require_error();
|
|
2063
2062
|
parser.SQLParsingError = error.SQLParsingError;
|
|
2064
2063
|
parser.parsingErrorCode = error.parsingErrorCode;
|
|
2065
2064
|
module.exports = parser;
|
|
2066
|
-
} });
|
|
2065
|
+
}) });
|
|
2067
2066
|
|
|
2068
2067
|
//#endregion
|
|
2069
2068
|
//#region src/getUpdateInfo.ts
|
|
2070
|
-
var import_lib = __toESM$1(require_lib());
|
|
2069
|
+
var import_lib = /* @__PURE__ */ __toESM$1(require_lib(), 1);
|
|
2071
2070
|
const appVersionStrategy = async (pool, { platform, appVersion, bundleId, minBundleId = __hot_updater_core.NIL_UUID, channel = "production" }) => {
|
|
2072
2071
|
const sqlGetTargetAppVersionList = (0, import_lib.default)(`
|
|
2073
2072
|
SELECT target_app_version
|
package/dist/index.js
CHANGED
|
@@ -167,7 +167,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
167
167
|
value: mod,
|
|
168
168
|
enumerable: true
|
|
169
169
|
}) : target, mod));
|
|
170
|
-
var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js"(exports, module$1) {
|
|
170
|
+
var require_constants = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js": ((exports, module$1) => {
|
|
171
171
|
const SEMVER_SPEC_VERSION = "2.0.0";
|
|
172
172
|
const MAX_LENGTH$2 = 256;
|
|
173
173
|
const MAX_SAFE_INTEGER$1 = Number.MAX_SAFE_INTEGER || 9007199254740991;
|
|
@@ -192,12 +192,12 @@ var require_constants = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
192
192
|
FLAG_INCLUDE_PRERELEASE: 1,
|
|
193
193
|
FLAG_LOOSE: 2
|
|
194
194
|
};
|
|
195
|
-
} });
|
|
196
|
-
var require_debug = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js"(exports, module$1) {
|
|
195
|
+
}) });
|
|
196
|
+
var require_debug = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js": ((exports, module$1) => {
|
|
197
197
|
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) : () => {};
|
|
198
198
|
module$1.exports = debug$4;
|
|
199
|
-
} });
|
|
200
|
-
var require_re = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js"(exports, module$1) {
|
|
199
|
+
}) });
|
|
200
|
+
var require_re = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js": ((exports, module$1) => {
|
|
201
201
|
const { MAX_SAFE_COMPONENT_LENGTH, MAX_SAFE_BUILD_LENGTH, MAX_LENGTH: MAX_LENGTH$1 } = require_constants();
|
|
202
202
|
const debug$3 = require_debug();
|
|
203
203
|
exports = module$1.exports = {};
|
|
@@ -273,8 +273,8 @@ var require_re = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_module
|
|
|
273
273
|
createToken("STAR", "(<|>)?=?\\s*\\*");
|
|
274
274
|
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
|
275
275
|
createToken("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
276
|
-
} });
|
|
277
|
-
var require_parse_options = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js"(exports, module$1) {
|
|
276
|
+
}) });
|
|
277
|
+
var require_parse_options = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js": ((exports, module$1) => {
|
|
278
278
|
const looseOption = Object.freeze({ loose: true });
|
|
279
279
|
const emptyOpts = Object.freeze({});
|
|
280
280
|
const parseOptions$3 = (options) => {
|
|
@@ -283,8 +283,8 @@ var require_parse_options = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
283
283
|
return options;
|
|
284
284
|
};
|
|
285
285
|
module$1.exports = parseOptions$3;
|
|
286
|
-
} });
|
|
287
|
-
var require_identifiers = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js"(exports, module$1) {
|
|
286
|
+
}) });
|
|
287
|
+
var require_identifiers = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js": ((exports, module$1) => {
|
|
288
288
|
const numeric = /^[0-9]+$/;
|
|
289
289
|
const compareIdentifiers$1 = (a, b) => {
|
|
290
290
|
const anum = numeric.test(a);
|
|
@@ -300,8 +300,8 @@ var require_identifiers = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
300
300
|
compareIdentifiers: compareIdentifiers$1,
|
|
301
301
|
rcompareIdentifiers
|
|
302
302
|
};
|
|
303
|
-
} });
|
|
304
|
-
var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js"(exports, module$1) {
|
|
303
|
+
}) });
|
|
304
|
+
var require_semver$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js": ((exports, module$1) => {
|
|
305
305
|
const debug$2 = require_debug();
|
|
306
306
|
const { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
307
307
|
const { safeRe: re$3, t: t$3 } = require_re();
|
|
@@ -471,8 +471,8 @@ var require_semver$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
471
471
|
}
|
|
472
472
|
};
|
|
473
473
|
module$1.exports = SemVer$15;
|
|
474
|
-
} });
|
|
475
|
-
var require_parse = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js"(exports, module$1) {
|
|
474
|
+
}) });
|
|
475
|
+
var require_parse = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js": ((exports, module$1) => {
|
|
476
476
|
const SemVer$14 = require_semver$1();
|
|
477
477
|
const parse$6 = (version, options, throwErrors = false) => {
|
|
478
478
|
if (version instanceof SemVer$14) return version;
|
|
@@ -484,24 +484,24 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
484
484
|
}
|
|
485
485
|
};
|
|
486
486
|
module$1.exports = parse$6;
|
|
487
|
-
} });
|
|
488
|
-
var require_valid$1 = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js"(exports, module$1) {
|
|
487
|
+
}) });
|
|
488
|
+
var require_valid$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js": ((exports, module$1) => {
|
|
489
489
|
const parse$5 = require_parse();
|
|
490
490
|
const valid$1 = (version, options) => {
|
|
491
491
|
const v = parse$5(version, options);
|
|
492
492
|
return v ? v.version : null;
|
|
493
493
|
};
|
|
494
494
|
module$1.exports = valid$1;
|
|
495
|
-
} });
|
|
496
|
-
var require_clean = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js"(exports, module$1) {
|
|
495
|
+
}) });
|
|
496
|
+
var require_clean = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js": ((exports, module$1) => {
|
|
497
497
|
const parse$4 = require_parse();
|
|
498
498
|
const clean$1 = (version, options) => {
|
|
499
499
|
const s = parse$4(version.trim().replace(/^[=v]+/, ""), options);
|
|
500
500
|
return s ? s.version : null;
|
|
501
501
|
};
|
|
502
502
|
module$1.exports = clean$1;
|
|
503
|
-
} });
|
|
504
|
-
var require_inc = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js"(exports, module$1) {
|
|
503
|
+
}) });
|
|
504
|
+
var require_inc = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js": ((exports, module$1) => {
|
|
505
505
|
const SemVer$13 = require_semver$1();
|
|
506
506
|
const inc$1 = (version, release, options, identifier, identifierBase) => {
|
|
507
507
|
if (typeof options === "string") {
|
|
@@ -516,8 +516,8 @@ var require_inc = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
516
516
|
}
|
|
517
517
|
};
|
|
518
518
|
module$1.exports = inc$1;
|
|
519
|
-
} });
|
|
520
|
-
var require_diff = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js"(exports, module$1) {
|
|
519
|
+
}) });
|
|
520
|
+
var require_diff = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js": ((exports, module$1) => {
|
|
521
521
|
const parse$3 = require_parse();
|
|
522
522
|
const diff$1 = (version1, version2) => {
|
|
523
523
|
const v1 = parse$3(version1, null, true);
|
|
@@ -543,46 +543,46 @@ var require_diff = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modu
|
|
|
543
543
|
return "prerelease";
|
|
544
544
|
};
|
|
545
545
|
module$1.exports = diff$1;
|
|
546
|
-
} });
|
|
547
|
-
var require_major = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js"(exports, module$1) {
|
|
546
|
+
}) });
|
|
547
|
+
var require_major = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js": ((exports, module$1) => {
|
|
548
548
|
const SemVer$12 = require_semver$1();
|
|
549
549
|
const major$1 = (a, loose) => new SemVer$12(a, loose).major;
|
|
550
550
|
module$1.exports = major$1;
|
|
551
|
-
} });
|
|
552
|
-
var require_minor = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js"(exports, module$1) {
|
|
551
|
+
}) });
|
|
552
|
+
var require_minor = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js": ((exports, module$1) => {
|
|
553
553
|
const SemVer$11 = require_semver$1();
|
|
554
554
|
const minor$1 = (a, loose) => new SemVer$11(a, loose).minor;
|
|
555
555
|
module$1.exports = minor$1;
|
|
556
|
-
} });
|
|
557
|
-
var require_patch = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js"(exports, module$1) {
|
|
556
|
+
}) });
|
|
557
|
+
var require_patch = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js": ((exports, module$1) => {
|
|
558
558
|
const SemVer$10 = require_semver$1();
|
|
559
559
|
const patch$1 = (a, loose) => new SemVer$10(a, loose).patch;
|
|
560
560
|
module$1.exports = patch$1;
|
|
561
|
-
} });
|
|
562
|
-
var require_prerelease = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js"(exports, module$1) {
|
|
561
|
+
}) });
|
|
562
|
+
var require_prerelease = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js": ((exports, module$1) => {
|
|
563
563
|
const parse$2 = require_parse();
|
|
564
564
|
const prerelease$1 = (version, options) => {
|
|
565
565
|
const parsed = parse$2(version, options);
|
|
566
566
|
return parsed && parsed.prerelease.length ? parsed.prerelease : null;
|
|
567
567
|
};
|
|
568
568
|
module$1.exports = prerelease$1;
|
|
569
|
-
} });
|
|
570
|
-
var require_compare = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js"(exports, module$1) {
|
|
569
|
+
}) });
|
|
570
|
+
var require_compare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js": ((exports, module$1) => {
|
|
571
571
|
const SemVer$9 = require_semver$1();
|
|
572
572
|
const compare$11 = (a, b, loose) => new SemVer$9(a, loose).compare(new SemVer$9(b, loose));
|
|
573
573
|
module$1.exports = compare$11;
|
|
574
|
-
} });
|
|
575
|
-
var require_rcompare = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js"(exports, module$1) {
|
|
574
|
+
}) });
|
|
575
|
+
var require_rcompare = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js": ((exports, module$1) => {
|
|
576
576
|
const compare$10 = require_compare();
|
|
577
577
|
const rcompare$1 = (a, b, loose) => compare$10(b, a, loose);
|
|
578
578
|
module$1.exports = rcompare$1;
|
|
579
|
-
} });
|
|
580
|
-
var require_compare_loose = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js"(exports, module$1) {
|
|
579
|
+
}) });
|
|
580
|
+
var require_compare_loose = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js": ((exports, module$1) => {
|
|
581
581
|
const compare$9 = require_compare();
|
|
582
582
|
const compareLoose$1 = (a, b) => compare$9(a, b, true);
|
|
583
583
|
module$1.exports = compareLoose$1;
|
|
584
|
-
} });
|
|
585
|
-
var require_compare_build = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js"(exports, module$1) {
|
|
584
|
+
}) });
|
|
585
|
+
var require_compare_build = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js": ((exports, module$1) => {
|
|
586
586
|
const SemVer$8 = require_semver$1();
|
|
587
587
|
const compareBuild$3 = (a, b, loose) => {
|
|
588
588
|
const versionA = new SemVer$8(a, loose);
|
|
@@ -590,48 +590,48 @@ var require_compare_build = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/
|
|
|
590
590
|
return versionA.compare(versionB) || versionA.compareBuild(versionB);
|
|
591
591
|
};
|
|
592
592
|
module$1.exports = compareBuild$3;
|
|
593
|
-
} });
|
|
594
|
-
var require_sort = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js"(exports, module$1) {
|
|
593
|
+
}) });
|
|
594
|
+
var require_sort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js": ((exports, module$1) => {
|
|
595
595
|
const compareBuild$2 = require_compare_build();
|
|
596
596
|
const sort$1 = (list, loose) => list.sort((a, b) => compareBuild$2(a, b, loose));
|
|
597
597
|
module$1.exports = sort$1;
|
|
598
|
-
} });
|
|
599
|
-
var require_rsort = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js"(exports, module$1) {
|
|
598
|
+
}) });
|
|
599
|
+
var require_rsort = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js": ((exports, module$1) => {
|
|
600
600
|
const compareBuild$1 = require_compare_build();
|
|
601
601
|
const rsort$1 = (list, loose) => list.sort((a, b) => compareBuild$1(b, a, loose));
|
|
602
602
|
module$1.exports = rsort$1;
|
|
603
|
-
} });
|
|
604
|
-
var require_gt = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js"(exports, module$1) {
|
|
603
|
+
}) });
|
|
604
|
+
var require_gt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js": ((exports, module$1) => {
|
|
605
605
|
const compare$8 = require_compare();
|
|
606
606
|
const gt$4 = (a, b, loose) => compare$8(a, b, loose) > 0;
|
|
607
607
|
module$1.exports = gt$4;
|
|
608
|
-
} });
|
|
609
|
-
var require_lt = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js"(exports, module$1) {
|
|
608
|
+
}) });
|
|
609
|
+
var require_lt = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js": ((exports, module$1) => {
|
|
610
610
|
const compare$7 = require_compare();
|
|
611
611
|
const lt$3 = (a, b, loose) => compare$7(a, b, loose) < 0;
|
|
612
612
|
module$1.exports = lt$3;
|
|
613
|
-
} });
|
|
614
|
-
var require_eq = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js"(exports, module$1) {
|
|
613
|
+
}) });
|
|
614
|
+
var require_eq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js": ((exports, module$1) => {
|
|
615
615
|
const compare$6 = require_compare();
|
|
616
616
|
const eq$2 = (a, b, loose) => compare$6(a, b, loose) === 0;
|
|
617
617
|
module$1.exports = eq$2;
|
|
618
|
-
} });
|
|
619
|
-
var require_neq = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js"(exports, module$1) {
|
|
618
|
+
}) });
|
|
619
|
+
var require_neq = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js": ((exports, module$1) => {
|
|
620
620
|
const compare$5 = require_compare();
|
|
621
621
|
const neq$2 = (a, b, loose) => compare$5(a, b, loose) !== 0;
|
|
622
622
|
module$1.exports = neq$2;
|
|
623
|
-
} });
|
|
624
|
-
var require_gte = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js"(exports, module$1) {
|
|
623
|
+
}) });
|
|
624
|
+
var require_gte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js": ((exports, module$1) => {
|
|
625
625
|
const compare$4 = require_compare();
|
|
626
626
|
const gte$3 = (a, b, loose) => compare$4(a, b, loose) >= 0;
|
|
627
627
|
module$1.exports = gte$3;
|
|
628
|
-
} });
|
|
629
|
-
var require_lte = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js"(exports, module$1) {
|
|
628
|
+
}) });
|
|
629
|
+
var require_lte = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js": ((exports, module$1) => {
|
|
630
630
|
const compare$3 = require_compare();
|
|
631
631
|
const lte$3 = (a, b, loose) => compare$3(a, b, loose) <= 0;
|
|
632
632
|
module$1.exports = lte$3;
|
|
633
|
-
} });
|
|
634
|
-
var require_cmp = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js"(exports, module$1) {
|
|
633
|
+
}) });
|
|
634
|
+
var require_cmp = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js": ((exports, module$1) => {
|
|
635
635
|
const eq$1 = require_eq();
|
|
636
636
|
const neq$1 = require_neq();
|
|
637
637
|
const gt$3 = require_gt();
|
|
@@ -660,8 +660,8 @@ var require_cmp = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modul
|
|
|
660
660
|
}
|
|
661
661
|
};
|
|
662
662
|
module$1.exports = cmp$2;
|
|
663
|
-
} });
|
|
664
|
-
var require_coerce = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js"(exports, module$1) {
|
|
663
|
+
}) });
|
|
664
|
+
var require_coerce = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js": ((exports, module$1) => {
|
|
665
665
|
const SemVer$7 = require_semver$1();
|
|
666
666
|
const parse$1 = require_parse();
|
|
667
667
|
const { safeRe: re$2, t: t$2 } = require_re();
|
|
@@ -690,8 +690,8 @@ var require_coerce = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
690
690
|
return parse$1(`${major$2}.${minor$2}.${patch$2}${prerelease$2}${build}`, options);
|
|
691
691
|
};
|
|
692
692
|
module$1.exports = coerce$1;
|
|
693
|
-
} });
|
|
694
|
-
var require_lrucache = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js"(exports, module$1) {
|
|
693
|
+
}) });
|
|
694
|
+
var require_lrucache = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js": ((exports, module$1) => {
|
|
695
695
|
var LRUCache = class {
|
|
696
696
|
constructor() {
|
|
697
697
|
this.max = 1e3;
|
|
@@ -722,8 +722,8 @@ var require_lrucache = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
722
722
|
}
|
|
723
723
|
};
|
|
724
724
|
module$1.exports = LRUCache;
|
|
725
|
-
} });
|
|
726
|
-
var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js"(exports, module$1) {
|
|
725
|
+
}) });
|
|
726
|
+
var require_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js": ((exports, module$1) => {
|
|
727
727
|
const SPACE_CHARACTERS = /\s+/g;
|
|
728
728
|
var Range$11 = class Range$11$1 {
|
|
729
729
|
constructor(range, options) {
|
|
@@ -994,8 +994,8 @@ var require_range = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
994
994
|
}
|
|
995
995
|
return true;
|
|
996
996
|
};
|
|
997
|
-
} });
|
|
998
|
-
var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js"(exports, module$1) {
|
|
997
|
+
}) });
|
|
998
|
+
var require_comparator = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js": ((exports, module$1) => {
|
|
999
999
|
const ANY$2 = Symbol("SemVer ANY");
|
|
1000
1000
|
var Comparator$3 = class Comparator$3$1 {
|
|
1001
1001
|
static get ANY() {
|
|
@@ -1063,8 +1063,8 @@ var require_comparator = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
1063
1063
|
const debug = require_debug();
|
|
1064
1064
|
const SemVer$5 = require_semver$1();
|
|
1065
1065
|
const Range$10 = require_range();
|
|
1066
|
-
} });
|
|
1067
|
-
var require_satisfies = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js"(exports, module$1) {
|
|
1066
|
+
}) });
|
|
1067
|
+
var require_satisfies = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js": ((exports, module$1) => {
|
|
1068
1068
|
const Range$9 = require_range();
|
|
1069
1069
|
const satisfies$4 = (version, range, options) => {
|
|
1070
1070
|
try {
|
|
@@ -1075,13 +1075,13 @@ var require_satisfies = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node
|
|
|
1075
1075
|
return range.test(version);
|
|
1076
1076
|
};
|
|
1077
1077
|
module$1.exports = satisfies$4;
|
|
1078
|
-
} });
|
|
1079
|
-
var require_to_comparators = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js"(exports, module$1) {
|
|
1078
|
+
}) });
|
|
1079
|
+
var require_to_comparators = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js": ((exports, module$1) => {
|
|
1080
1080
|
const Range$8 = require_range();
|
|
1081
1081
|
const toComparators$1 = (range, options) => new Range$8(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
|
|
1082
1082
|
module$1.exports = toComparators$1;
|
|
1083
|
-
} });
|
|
1084
|
-
var require_max_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js"(exports, module$1) {
|
|
1083
|
+
}) });
|
|
1084
|
+
var require_max_satisfying = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js": ((exports, module$1) => {
|
|
1085
1085
|
const SemVer$4 = require_semver$1();
|
|
1086
1086
|
const Range$7 = require_range();
|
|
1087
1087
|
const maxSatisfying$1 = (versions, range, options) => {
|
|
@@ -1104,8 +1104,8 @@ var require_max_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1104
1104
|
return max;
|
|
1105
1105
|
};
|
|
1106
1106
|
module$1.exports = maxSatisfying$1;
|
|
1107
|
-
} });
|
|
1108
|
-
var require_min_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js"(exports, module$1) {
|
|
1107
|
+
}) });
|
|
1108
|
+
var require_min_satisfying = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js": ((exports, module$1) => {
|
|
1109
1109
|
const SemVer$3 = require_semver$1();
|
|
1110
1110
|
const Range$6 = require_range();
|
|
1111
1111
|
const minSatisfying$1 = (versions, range, options) => {
|
|
@@ -1128,8 +1128,8 @@ var require_min_satisfying = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2
|
|
|
1128
1128
|
return min;
|
|
1129
1129
|
};
|
|
1130
1130
|
module$1.exports = minSatisfying$1;
|
|
1131
|
-
} });
|
|
1132
|
-
var require_min_version = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js"(exports, module$1) {
|
|
1131
|
+
}) });
|
|
1132
|
+
var require_min_version = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js": ((exports, module$1) => {
|
|
1133
1133
|
const SemVer$2 = require_semver$1();
|
|
1134
1134
|
const Range$5 = require_range();
|
|
1135
1135
|
const gt$2 = require_gt();
|
|
@@ -1165,8 +1165,8 @@ var require_min_version = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/no
|
|
|
1165
1165
|
return null;
|
|
1166
1166
|
};
|
|
1167
1167
|
module$1.exports = minVersion$1;
|
|
1168
|
-
} });
|
|
1169
|
-
var require_valid = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js"(exports, module$1) {
|
|
1168
|
+
}) });
|
|
1169
|
+
var require_valid = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js": ((exports, module$1) => {
|
|
1170
1170
|
const Range$4 = require_range();
|
|
1171
1171
|
const validRange$1 = (range, options) => {
|
|
1172
1172
|
try {
|
|
@@ -1176,8 +1176,8 @@ var require_valid = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mod
|
|
|
1176
1176
|
}
|
|
1177
1177
|
};
|
|
1178
1178
|
module$1.exports = validRange$1;
|
|
1179
|
-
} });
|
|
1180
|
-
var require_outside = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js"(exports, module$1) {
|
|
1179
|
+
}) });
|
|
1180
|
+
var require_outside = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js": ((exports, module$1) => {
|
|
1181
1181
|
const SemVer$1 = require_semver$1();
|
|
1182
1182
|
const Comparator$2 = require_comparator();
|
|
1183
1183
|
const { ANY: ANY$1 } = Comparator$2;
|
|
@@ -1227,18 +1227,18 @@ var require_outside = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_m
|
|
|
1227
1227
|
return true;
|
|
1228
1228
|
};
|
|
1229
1229
|
module$1.exports = outside$3;
|
|
1230
|
-
} });
|
|
1231
|
-
var require_gtr = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js"(exports, module$1) {
|
|
1230
|
+
}) });
|
|
1231
|
+
var require_gtr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js": ((exports, module$1) => {
|
|
1232
1232
|
const outside$2 = require_outside();
|
|
1233
1233
|
const gtr$1 = (version, range, options) => outside$2(version, range, ">", options);
|
|
1234
1234
|
module$1.exports = gtr$1;
|
|
1235
|
-
} });
|
|
1236
|
-
var require_ltr = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js"(exports, module$1) {
|
|
1235
|
+
}) });
|
|
1236
|
+
var require_ltr = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js": ((exports, module$1) => {
|
|
1237
1237
|
const outside$1 = require_outside();
|
|
1238
1238
|
const ltr$1 = (version, range, options) => outside$1(version, range, "<", options);
|
|
1239
1239
|
module$1.exports = ltr$1;
|
|
1240
|
-
} });
|
|
1241
|
-
var require_intersects = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js"(exports, module$1) {
|
|
1240
|
+
}) });
|
|
1241
|
+
var require_intersects = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js": ((exports, module$1) => {
|
|
1242
1242
|
const Range$2 = require_range();
|
|
1243
1243
|
const intersects$1 = (r1, r2, options) => {
|
|
1244
1244
|
r1 = new Range$2(r1, options);
|
|
@@ -1246,8 +1246,8 @@ var require_intersects = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/nod
|
|
|
1246
1246
|
return r1.intersects(r2, options);
|
|
1247
1247
|
};
|
|
1248
1248
|
module$1.exports = intersects$1;
|
|
1249
|
-
} });
|
|
1250
|
-
var require_simplify = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js"(exports, module$1) {
|
|
1249
|
+
}) });
|
|
1250
|
+
var require_simplify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js": ((exports, module$1) => {
|
|
1251
1251
|
const satisfies$2 = require_satisfies();
|
|
1252
1252
|
const compare$2 = require_compare();
|
|
1253
1253
|
module$1.exports = (versions, range, options) => {
|
|
@@ -1277,8 +1277,8 @@ var require_simplify = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_
|
|
|
1277
1277
|
const original = typeof range.raw === "string" ? range.raw : String(range);
|
|
1278
1278
|
return simplified.length < original.length ? simplified : range;
|
|
1279
1279
|
};
|
|
1280
|
-
} });
|
|
1281
|
-
var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js"(exports, module$1) {
|
|
1280
|
+
}) });
|
|
1281
|
+
var require_subset = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js": ((exports, module$1) => {
|
|
1282
1282
|
const Range$1 = require_range();
|
|
1283
1283
|
const Comparator$1 = require_comparator();
|
|
1284
1284
|
const { ANY } = Comparator$1;
|
|
@@ -1370,8 +1370,8 @@ var require_subset = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
1370
1370
|
return comp < 0 ? a : comp > 0 ? b : b.operator === "<" && a.operator === "<=" ? b : a;
|
|
1371
1371
|
};
|
|
1372
1372
|
module$1.exports = subset$1;
|
|
1373
|
-
} });
|
|
1374
|
-
var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js"(exports, module$1) {
|
|
1373
|
+
}) });
|
|
1374
|
+
var require_semver = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js": ((exports, module$1) => {
|
|
1375
1375
|
const internalRe = require_re();
|
|
1376
1376
|
const constants = require_constants();
|
|
1377
1377
|
const SemVer = require_semver$1();
|
|
@@ -1460,8 +1460,8 @@ var require_semver = __commonJS({ "../../node_modules/.pnpm/semver@7.7.2/node_mo
|
|
|
1460
1460
|
compareIdentifiers: identifiers.compareIdentifiers,
|
|
1461
1461
|
rcompareIdentifiers: identifiers.rcompareIdentifiers
|
|
1462
1462
|
};
|
|
1463
|
-
} });
|
|
1464
|
-
var import_semver = __toESM(require_semver());
|
|
1463
|
+
}) });
|
|
1464
|
+
var import_semver = /* @__PURE__ */ __toESM(require_semver(), 1);
|
|
1465
1465
|
const semverSatisfies = (targetAppVersion, currentVersion) => {
|
|
1466
1466
|
const currentCoerce = import_semver.default.coerce(currentVersion);
|
|
1467
1467
|
if (!currentCoerce) return false;
|
|
@@ -1481,7 +1481,6 @@ const filterCompatibleAppVersions = (targetAppVersionList, currentVersion) => {
|
|
|
1481
1481
|
};
|
|
1482
1482
|
const encoder = new TextEncoder();
|
|
1483
1483
|
const decoder = new TextDecoder();
|
|
1484
|
-
const MAX_INT32 = 2 ** 32;
|
|
1485
1484
|
var JOSEError = class extends Error {
|
|
1486
1485
|
static code = "ERR_JOSE_GENERIC";
|
|
1487
1486
|
code = "ERR_JOSE_GENERIC";
|
|
@@ -1491,14 +1490,14 @@ var JOSEError = class extends Error {
|
|
|
1491
1490
|
Error.captureStackTrace?.(this, this.constructor);
|
|
1492
1491
|
}
|
|
1493
1492
|
};
|
|
1494
|
-
|
|
1493
|
+
(class extends JOSEError {
|
|
1495
1494
|
[Symbol.asyncIterator];
|
|
1496
1495
|
static code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1497
1496
|
code = "ERR_JWKS_MULTIPLE_MATCHING_KEYS";
|
|
1498
1497
|
constructor(message$1 = "multiple matching keys found in the JSON Web Key Set", options) {
|
|
1499
1498
|
super(message$1, options);
|
|
1500
1499
|
}
|
|
1501
|
-
};
|
|
1500
|
+
});
|
|
1502
1501
|
const minute = 60;
|
|
1503
1502
|
const hour = minute * 60;
|
|
1504
1503
|
const day = hour * 24;
|
|
@@ -1544,7 +1543,7 @@ const LOWERCASE = /[\p{Ll}]/u;
|
|
|
1544
1543
|
const LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu;
|
|
1545
1544
|
const IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u;
|
|
1546
1545
|
const SEPARATORS = /[_.\- ]+/;
|
|
1547
|
-
const LEADING_SEPARATORS = new RegExp("^" + SEPARATORS.source);
|
|
1546
|
+
const LEADING_SEPARATORS = /* @__PURE__ */ new RegExp("^" + SEPARATORS.source);
|
|
1548
1547
|
const SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, "gu");
|
|
1549
1548
|
const NUMBERS_AND_IDENTIFIER = new RegExp("\\d+" + IDENTIFIER.source, "gu");
|
|
1550
1549
|
const preserveCamelCase = (string, toLowerCase, toUpperCase, preserveConsecutiveUppercase$1) => {
|
|
@@ -1831,7 +1830,7 @@ function camelcaseKeys(input, options) {
|
|
|
1831
1830
|
|
|
1832
1831
|
//#endregion
|
|
1833
1832
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/utils.js
|
|
1834
|
-
var require_utils = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/utils.js"(exports, module) {
|
|
1833
|
+
var require_utils = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/utils.js": ((exports, module) => {
|
|
1835
1834
|
const { inspect } = __require("util");
|
|
1836
1835
|
function getIndexPos$1(text, index) {
|
|
1837
1836
|
let lineIdx = 0, colIdx = index, pos = 0;
|
|
@@ -1858,11 +1857,11 @@ var require_utils = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/nod
|
|
|
1858
1857
|
messageGap: messageGap$1,
|
|
1859
1858
|
addInspection: addInspection$1
|
|
1860
1859
|
};
|
|
1861
|
-
} });
|
|
1860
|
+
}) });
|
|
1862
1861
|
|
|
1863
1862
|
//#endregion
|
|
1864
1863
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/error.js
|
|
1865
|
-
var require_error = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/error.js"(exports, module) {
|
|
1864
|
+
var require_error = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/error.js": ((exports, module) => {
|
|
1866
1865
|
const { EOL } = __require("os");
|
|
1867
1866
|
const { addInspection, messageGap } = require_utils();
|
|
1868
1867
|
const parsingErrorCode$1 = {
|
|
@@ -1921,11 +1920,11 @@ var require_error = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/nod
|
|
|
1921
1920
|
SQLParsingError: SQLParsingError$1,
|
|
1922
1921
|
parsingErrorCode: parsingErrorCode$1
|
|
1923
1922
|
};
|
|
1924
|
-
} });
|
|
1923
|
+
}) });
|
|
1925
1924
|
|
|
1926
1925
|
//#endregion
|
|
1927
1926
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/parser.js
|
|
1928
|
-
var require_parser = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/parser.js"(exports, module) {
|
|
1927
|
+
var require_parser = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/parser.js": ((exports, module) => {
|
|
1929
1928
|
const { parsingErrorCode, SQLParsingError } = require_error();
|
|
1930
1929
|
const { getIndexPos } = require_utils();
|
|
1931
1930
|
const compressors = ".,;:()[]=<>+-*/|!?@#";
|
|
@@ -2055,21 +2054,21 @@ var require_parser = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/no
|
|
|
2055
2054
|
return s === " " || s === " " || s === "\r" || s === "\n";
|
|
2056
2055
|
}
|
|
2057
2056
|
module.exports = minify$1;
|
|
2058
|
-
} });
|
|
2057
|
+
}) });
|
|
2059
2058
|
|
|
2060
2059
|
//#endregion
|
|
2061
2060
|
//#region ../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/index.js
|
|
2062
|
-
var require_lib = __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/index.js"(exports, module) {
|
|
2061
|
+
var require_lib = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/pg-minify@1.6.5/node_modules/pg-minify/lib/index.js": ((exports, module) => {
|
|
2063
2062
|
const parser = require_parser();
|
|
2064
2063
|
const error = require_error();
|
|
2065
2064
|
parser.SQLParsingError = error.SQLParsingError;
|
|
2066
2065
|
parser.parsingErrorCode = error.parsingErrorCode;
|
|
2067
2066
|
module.exports = parser;
|
|
2068
|
-
} });
|
|
2067
|
+
}) });
|
|
2069
2068
|
|
|
2070
2069
|
//#endregion
|
|
2071
2070
|
//#region src/getUpdateInfo.ts
|
|
2072
|
-
var import_lib = __toESM$1(require_lib());
|
|
2071
|
+
var import_lib = /* @__PURE__ */ __toESM$1(require_lib(), 1);
|
|
2073
2072
|
const appVersionStrategy = async (pool, { platform, appVersion, bundleId, minBundleId = NIL_UUID, channel = "production" }) => {
|
|
2074
2073
|
const sqlGetTargetAppVersionList = (0, import_lib.default)(`
|
|
2075
2074
|
SELECT target_app_version
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/postgres",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.1",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"kysely": "^0.27.5",
|
|
33
33
|
"pg": "^8.13.1",
|
|
34
|
-
"@hot-updater/core": "0.20.
|
|
35
|
-
"@hot-updater/plugin-core": "0.20.
|
|
34
|
+
"@hot-updater/core": "0.20.1",
|
|
35
|
+
"@hot-updater/plugin-core": "0.20.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@electric-sql/pglite": "^0.2.15",
|
|
39
39
|
"@types/pg": "^8.11.10",
|
|
40
40
|
"camelcase-keys": "^9.1.3",
|
|
41
41
|
"pg-minify": "^1.6.5",
|
|
42
|
-
"@hot-updater/js": "0.20.
|
|
42
|
+
"@hot-updater/js": "0.20.1"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "tsdown",
|