@cloudflare/autoconfig 0.3.0 → 0.4.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.d.ts +3 -0
- package/dist/index.js +533 -414
- package/dist/metafile-esm.json +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -31244,9 +31244,9 @@ var require_typescript2 = __commonJS({
|
|
|
31244
31244
|
}
|
|
31245
31245
|
});
|
|
31246
31246
|
|
|
31247
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31247
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/constants.js
|
|
31248
31248
|
var require_constants = __commonJS({
|
|
31249
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31249
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/constants.js"(exports$1, module) {
|
|
31250
31250
|
var SEMVER_SPEC_VERSION = "2.0.0";
|
|
31251
31251
|
var MAX_LENGTH = 256;
|
|
31252
31252
|
var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
@@ -31275,18 +31275,18 @@ var require_constants = __commonJS({
|
|
|
31275
31275
|
}
|
|
31276
31276
|
});
|
|
31277
31277
|
|
|
31278
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31278
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/debug.js
|
|
31279
31279
|
var require_debug = __commonJS({
|
|
31280
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31280
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/debug.js"(exports$1, module) {
|
|
31281
31281
|
var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
31282
31282
|
};
|
|
31283
31283
|
module.exports = debug;
|
|
31284
31284
|
}
|
|
31285
31285
|
});
|
|
31286
31286
|
|
|
31287
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31287
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/re.js
|
|
31288
31288
|
var require_re = __commonJS({
|
|
31289
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31289
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/re.js"(exports$1, module) {
|
|
31290
31290
|
var {
|
|
31291
31291
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
31292
31292
|
MAX_SAFE_BUILD_LENGTH,
|
|
@@ -31371,9 +31371,9 @@ var require_re = __commonJS({
|
|
|
31371
31371
|
}
|
|
31372
31372
|
});
|
|
31373
31373
|
|
|
31374
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31374
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/parse-options.js
|
|
31375
31375
|
var require_parse_options = __commonJS({
|
|
31376
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31376
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/parse-options.js"(exports$1, module) {
|
|
31377
31377
|
var looseOption = Object.freeze({ loose: true });
|
|
31378
31378
|
var emptyOpts = Object.freeze({});
|
|
31379
31379
|
var parseOptions = /* @__PURE__ */ __name((options) => {
|
|
@@ -31389,9 +31389,9 @@ var require_parse_options = __commonJS({
|
|
|
31389
31389
|
}
|
|
31390
31390
|
});
|
|
31391
31391
|
|
|
31392
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31392
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/identifiers.js
|
|
31393
31393
|
var require_identifiers = __commonJS({
|
|
31394
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31394
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/identifiers.js"(exports$1, module) {
|
|
31395
31395
|
var numeric2 = /^[0-9]+$/;
|
|
31396
31396
|
var compareIdentifiers = /* @__PURE__ */ __name((a, b5) => {
|
|
31397
31397
|
if (typeof a === "number" && typeof b5 === "number") {
|
|
@@ -31413,14 +31413,26 @@ var require_identifiers = __commonJS({
|
|
|
31413
31413
|
}
|
|
31414
31414
|
});
|
|
31415
31415
|
|
|
31416
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31416
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/classes/semver.js
|
|
31417
31417
|
var require_semver = __commonJS({
|
|
31418
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31418
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/classes/semver.js"(exports$1, module) {
|
|
31419
31419
|
var debug = require_debug();
|
|
31420
31420
|
var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
31421
31421
|
var { safeRe: re, t: t4 } = require_re();
|
|
31422
31422
|
var parseOptions = require_parse_options();
|
|
31423
31423
|
var { compareIdentifiers } = require_identifiers();
|
|
31424
|
+
var isPrereleaseIdentifier = /* @__PURE__ */ __name((prerelease, identifier) => {
|
|
31425
|
+
const identifiers = identifier.split(".");
|
|
31426
|
+
if (identifiers.length > prerelease.length) {
|
|
31427
|
+
return false;
|
|
31428
|
+
}
|
|
31429
|
+
for (let i = 0; i < identifiers.length; i++) {
|
|
31430
|
+
if (compareIdentifiers(prerelease[i], identifiers[i]) !== 0) {
|
|
31431
|
+
return false;
|
|
31432
|
+
}
|
|
31433
|
+
}
|
|
31434
|
+
return true;
|
|
31435
|
+
}, "isPrereleaseIdentifier");
|
|
31424
31436
|
var SemVer = class _SemVer {
|
|
31425
31437
|
static {
|
|
31426
31438
|
__name(this, "SemVer");
|
|
@@ -31670,8 +31682,9 @@ var require_semver = __commonJS({
|
|
|
31670
31682
|
if (identifierBase === false) {
|
|
31671
31683
|
prerelease = [identifier];
|
|
31672
31684
|
}
|
|
31673
|
-
if (
|
|
31674
|
-
|
|
31685
|
+
if (isPrereleaseIdentifier(this.prerelease, identifier)) {
|
|
31686
|
+
const prereleaseBase = this.prerelease[identifier.split(".").length];
|
|
31687
|
+
if (isNaN(prereleaseBase)) {
|
|
31675
31688
|
this.prerelease = prerelease;
|
|
31676
31689
|
}
|
|
31677
31690
|
} else {
|
|
@@ -31694,9 +31707,9 @@ var require_semver = __commonJS({
|
|
|
31694
31707
|
}
|
|
31695
31708
|
});
|
|
31696
31709
|
|
|
31697
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31710
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/parse.js
|
|
31698
31711
|
var require_parse = __commonJS({
|
|
31699
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31712
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/parse.js"(exports$1, module) {
|
|
31700
31713
|
var SemVer = require_semver();
|
|
31701
31714
|
var parse7 = /* @__PURE__ */ __name((version, options, throwErrors = false) => {
|
|
31702
31715
|
if (version instanceof SemVer) {
|
|
@@ -31715,9 +31728,9 @@ var require_parse = __commonJS({
|
|
|
31715
31728
|
}
|
|
31716
31729
|
});
|
|
31717
31730
|
|
|
31718
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31731
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/valid.js
|
|
31719
31732
|
var require_valid = __commonJS({
|
|
31720
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31733
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/valid.js"(exports$1, module) {
|
|
31721
31734
|
var parse7 = require_parse();
|
|
31722
31735
|
var valid = /* @__PURE__ */ __name((version, options) => {
|
|
31723
31736
|
const v = parse7(version, options);
|
|
@@ -31727,9 +31740,9 @@ var require_valid = __commonJS({
|
|
|
31727
31740
|
}
|
|
31728
31741
|
});
|
|
31729
31742
|
|
|
31730
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31743
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/clean.js
|
|
31731
31744
|
var require_clean = __commonJS({
|
|
31732
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31745
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/clean.js"(exports$1, module) {
|
|
31733
31746
|
var parse7 = require_parse();
|
|
31734
31747
|
var clean = /* @__PURE__ */ __name((version, options) => {
|
|
31735
31748
|
const s = parse7(version.trim().replace(/^[=v]+/, ""), options);
|
|
@@ -31739,9 +31752,9 @@ var require_clean = __commonJS({
|
|
|
31739
31752
|
}
|
|
31740
31753
|
});
|
|
31741
31754
|
|
|
31742
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31755
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/inc.js
|
|
31743
31756
|
var require_inc = __commonJS({
|
|
31744
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31757
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/inc.js"(exports$1, module) {
|
|
31745
31758
|
var SemVer = require_semver();
|
|
31746
31759
|
var inc = /* @__PURE__ */ __name((version, release, options, identifier, identifierBase) => {
|
|
31747
31760
|
if (typeof options === "string") {
|
|
@@ -31762,9 +31775,9 @@ var require_inc = __commonJS({
|
|
|
31762
31775
|
}
|
|
31763
31776
|
});
|
|
31764
31777
|
|
|
31765
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31778
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/diff.js
|
|
31766
31779
|
var require_diff = __commonJS({
|
|
31767
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31780
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/diff.js"(exports$1, module) {
|
|
31768
31781
|
var parse7 = require_parse();
|
|
31769
31782
|
var diff = /* @__PURE__ */ __name((version1, version2) => {
|
|
31770
31783
|
const v1 = parse7(version1, null, true);
|
|
@@ -31805,36 +31818,36 @@ var require_diff = __commonJS({
|
|
|
31805
31818
|
}
|
|
31806
31819
|
});
|
|
31807
31820
|
|
|
31808
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31821
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/major.js
|
|
31809
31822
|
var require_major = __commonJS({
|
|
31810
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31823
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/major.js"(exports$1, module) {
|
|
31811
31824
|
var SemVer = require_semver();
|
|
31812
31825
|
var major = /* @__PURE__ */ __name((a, loose) => new SemVer(a, loose).major, "major");
|
|
31813
31826
|
module.exports = major;
|
|
31814
31827
|
}
|
|
31815
31828
|
});
|
|
31816
31829
|
|
|
31817
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31830
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/minor.js
|
|
31818
31831
|
var require_minor = __commonJS({
|
|
31819
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31832
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/minor.js"(exports$1, module) {
|
|
31820
31833
|
var SemVer = require_semver();
|
|
31821
31834
|
var minor = /* @__PURE__ */ __name((a, loose) => new SemVer(a, loose).minor, "minor");
|
|
31822
31835
|
module.exports = minor;
|
|
31823
31836
|
}
|
|
31824
31837
|
});
|
|
31825
31838
|
|
|
31826
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31839
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/patch.js
|
|
31827
31840
|
var require_patch = __commonJS({
|
|
31828
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31841
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/patch.js"(exports$1, module) {
|
|
31829
31842
|
var SemVer = require_semver();
|
|
31830
31843
|
var patch = /* @__PURE__ */ __name((a, loose) => new SemVer(a, loose).patch, "patch");
|
|
31831
31844
|
module.exports = patch;
|
|
31832
31845
|
}
|
|
31833
31846
|
});
|
|
31834
31847
|
|
|
31835
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31848
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/prerelease.js
|
|
31836
31849
|
var require_prerelease = __commonJS({
|
|
31837
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31850
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/prerelease.js"(exports$1, module) {
|
|
31838
31851
|
var parse7 = require_parse();
|
|
31839
31852
|
var prerelease = /* @__PURE__ */ __name((version, options) => {
|
|
31840
31853
|
const parsed = parse7(version, options);
|
|
@@ -31844,36 +31857,36 @@ var require_prerelease = __commonJS({
|
|
|
31844
31857
|
}
|
|
31845
31858
|
});
|
|
31846
31859
|
|
|
31847
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31860
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/compare.js
|
|
31848
31861
|
var require_compare = __commonJS({
|
|
31849
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31862
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/compare.js"(exports$1, module) {
|
|
31850
31863
|
var SemVer = require_semver();
|
|
31851
31864
|
var compare = /* @__PURE__ */ __name((a, b5, loose) => new SemVer(a, loose).compare(new SemVer(b5, loose)), "compare");
|
|
31852
31865
|
module.exports = compare;
|
|
31853
31866
|
}
|
|
31854
31867
|
});
|
|
31855
31868
|
|
|
31856
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31869
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/rcompare.js
|
|
31857
31870
|
var require_rcompare = __commonJS({
|
|
31858
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31871
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/rcompare.js"(exports$1, module) {
|
|
31859
31872
|
var compare = require_compare();
|
|
31860
31873
|
var rcompare = /* @__PURE__ */ __name((a, b5, loose) => compare(b5, a, loose), "rcompare");
|
|
31861
31874
|
module.exports = rcompare;
|
|
31862
31875
|
}
|
|
31863
31876
|
});
|
|
31864
31877
|
|
|
31865
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31878
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/compare-loose.js
|
|
31866
31879
|
var require_compare_loose = __commonJS({
|
|
31867
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31880
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/compare-loose.js"(exports$1, module) {
|
|
31868
31881
|
var compare = require_compare();
|
|
31869
31882
|
var compareLoose = /* @__PURE__ */ __name((a, b5) => compare(a, b5, true), "compareLoose");
|
|
31870
31883
|
module.exports = compareLoose;
|
|
31871
31884
|
}
|
|
31872
31885
|
});
|
|
31873
31886
|
|
|
31874
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31887
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/compare-build.js
|
|
31875
31888
|
var require_compare_build = __commonJS({
|
|
31876
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31889
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/compare-build.js"(exports$1, module) {
|
|
31877
31890
|
var SemVer = require_semver();
|
|
31878
31891
|
var compareBuild = /* @__PURE__ */ __name((a, b5, loose) => {
|
|
31879
31892
|
const versionA = new SemVer(a, loose);
|
|
@@ -31884,81 +31897,81 @@ var require_compare_build = __commonJS({
|
|
|
31884
31897
|
}
|
|
31885
31898
|
});
|
|
31886
31899
|
|
|
31887
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31900
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/sort.js
|
|
31888
31901
|
var require_sort = __commonJS({
|
|
31889
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31902
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/sort.js"(exports$1, module) {
|
|
31890
31903
|
var compareBuild = require_compare_build();
|
|
31891
31904
|
var sort = /* @__PURE__ */ __name((list, loose) => list.sort((a, b5) => compareBuild(a, b5, loose)), "sort");
|
|
31892
31905
|
module.exports = sort;
|
|
31893
31906
|
}
|
|
31894
31907
|
});
|
|
31895
31908
|
|
|
31896
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31909
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/rsort.js
|
|
31897
31910
|
var require_rsort = __commonJS({
|
|
31898
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31911
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/rsort.js"(exports$1, module) {
|
|
31899
31912
|
var compareBuild = require_compare_build();
|
|
31900
31913
|
var rsort = /* @__PURE__ */ __name((list, loose) => list.sort((a, b5) => compareBuild(b5, a, loose)), "rsort");
|
|
31901
31914
|
module.exports = rsort;
|
|
31902
31915
|
}
|
|
31903
31916
|
});
|
|
31904
31917
|
|
|
31905
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31918
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/gt.js
|
|
31906
31919
|
var require_gt = __commonJS({
|
|
31907
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31920
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/gt.js"(exports$1, module) {
|
|
31908
31921
|
var compare = require_compare();
|
|
31909
31922
|
var gt = /* @__PURE__ */ __name((a, b5, loose) => compare(a, b5, loose) > 0, "gt");
|
|
31910
31923
|
module.exports = gt;
|
|
31911
31924
|
}
|
|
31912
31925
|
});
|
|
31913
31926
|
|
|
31914
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31927
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/lt.js
|
|
31915
31928
|
var require_lt = __commonJS({
|
|
31916
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31929
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/lt.js"(exports$1, module) {
|
|
31917
31930
|
var compare = require_compare();
|
|
31918
31931
|
var lt4 = /* @__PURE__ */ __name((a, b5, loose) => compare(a, b5, loose) < 0, "lt");
|
|
31919
31932
|
module.exports = lt4;
|
|
31920
31933
|
}
|
|
31921
31934
|
});
|
|
31922
31935
|
|
|
31923
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31936
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/eq.js
|
|
31924
31937
|
var require_eq = __commonJS({
|
|
31925
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31938
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/eq.js"(exports$1, module) {
|
|
31926
31939
|
var compare = require_compare();
|
|
31927
31940
|
var eq = /* @__PURE__ */ __name((a, b5, loose) => compare(a, b5, loose) === 0, "eq");
|
|
31928
31941
|
module.exports = eq;
|
|
31929
31942
|
}
|
|
31930
31943
|
});
|
|
31931
31944
|
|
|
31932
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31945
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/neq.js
|
|
31933
31946
|
var require_neq = __commonJS({
|
|
31934
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31947
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/neq.js"(exports$1, module) {
|
|
31935
31948
|
var compare = require_compare();
|
|
31936
31949
|
var neq = /* @__PURE__ */ __name((a, b5, loose) => compare(a, b5, loose) !== 0, "neq");
|
|
31937
31950
|
module.exports = neq;
|
|
31938
31951
|
}
|
|
31939
31952
|
});
|
|
31940
31953
|
|
|
31941
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31954
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/gte.js
|
|
31942
31955
|
var require_gte = __commonJS({
|
|
31943
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31956
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/gte.js"(exports$1, module) {
|
|
31944
31957
|
var compare = require_compare();
|
|
31945
31958
|
var gte5 = /* @__PURE__ */ __name((a, b5, loose) => compare(a, b5, loose) >= 0, "gte");
|
|
31946
31959
|
module.exports = gte5;
|
|
31947
31960
|
}
|
|
31948
31961
|
});
|
|
31949
31962
|
|
|
31950
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31963
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/lte.js
|
|
31951
31964
|
var require_lte = __commonJS({
|
|
31952
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31965
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/lte.js"(exports$1, module) {
|
|
31953
31966
|
var compare = require_compare();
|
|
31954
31967
|
var lte2 = /* @__PURE__ */ __name((a, b5, loose) => compare(a, b5, loose) <= 0, "lte");
|
|
31955
31968
|
module.exports = lte2;
|
|
31956
31969
|
}
|
|
31957
31970
|
});
|
|
31958
31971
|
|
|
31959
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
31972
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/cmp.js
|
|
31960
31973
|
var require_cmp = __commonJS({
|
|
31961
|
-
"../../node_modules/.pnpm/semver@7.
|
|
31974
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/cmp.js"(exports$1, module) {
|
|
31962
31975
|
var eq = require_eq();
|
|
31963
31976
|
var neq = require_neq();
|
|
31964
31977
|
var gt = require_gt();
|
|
@@ -32005,9 +32018,9 @@ var require_cmp = __commonJS({
|
|
|
32005
32018
|
}
|
|
32006
32019
|
});
|
|
32007
32020
|
|
|
32008
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32021
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/coerce.js
|
|
32009
32022
|
var require_coerce = __commonJS({
|
|
32010
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32023
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/coerce.js"(exports$1, module) {
|
|
32011
32024
|
var SemVer = require_semver();
|
|
32012
32025
|
var parse7 = require_parse();
|
|
32013
32026
|
var { safeRe: re, t: t4 } = require_re();
|
|
@@ -32050,9 +32063,49 @@ var require_coerce = __commonJS({
|
|
|
32050
32063
|
}
|
|
32051
32064
|
});
|
|
32052
32065
|
|
|
32053
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32066
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/truncate.js
|
|
32067
|
+
var require_truncate = __commonJS({
|
|
32068
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/truncate.js"(exports$1, module) {
|
|
32069
|
+
var parse7 = require_parse();
|
|
32070
|
+
var constants = require_constants();
|
|
32071
|
+
var SemVer = require_semver();
|
|
32072
|
+
var truncate = /* @__PURE__ */ __name((version, truncation, options) => {
|
|
32073
|
+
if (!constants.RELEASE_TYPES.includes(truncation)) {
|
|
32074
|
+
return null;
|
|
32075
|
+
}
|
|
32076
|
+
const clonedVersion = cloneInputVersion(version, options);
|
|
32077
|
+
return clonedVersion && doTruncation(clonedVersion, truncation);
|
|
32078
|
+
}, "truncate");
|
|
32079
|
+
var cloneInputVersion = /* @__PURE__ */ __name((version, options) => {
|
|
32080
|
+
const versionStringToParse = version instanceof SemVer ? version.version : version;
|
|
32081
|
+
return parse7(versionStringToParse, options);
|
|
32082
|
+
}, "cloneInputVersion");
|
|
32083
|
+
var doTruncation = /* @__PURE__ */ __name((version, truncation) => {
|
|
32084
|
+
if (isPrerelease(truncation)) {
|
|
32085
|
+
return version.version;
|
|
32086
|
+
}
|
|
32087
|
+
version.prerelease = [];
|
|
32088
|
+
switch (truncation) {
|
|
32089
|
+
case "major":
|
|
32090
|
+
version.minor = 0;
|
|
32091
|
+
version.patch = 0;
|
|
32092
|
+
break;
|
|
32093
|
+
case "minor":
|
|
32094
|
+
version.patch = 0;
|
|
32095
|
+
break;
|
|
32096
|
+
}
|
|
32097
|
+
return version.format();
|
|
32098
|
+
}, "doTruncation");
|
|
32099
|
+
var isPrerelease = /* @__PURE__ */ __name((type) => {
|
|
32100
|
+
return type.startsWith("pre");
|
|
32101
|
+
}, "isPrerelease");
|
|
32102
|
+
module.exports = truncate;
|
|
32103
|
+
}
|
|
32104
|
+
});
|
|
32105
|
+
|
|
32106
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/lrucache.js
|
|
32054
32107
|
var require_lrucache = __commonJS({
|
|
32055
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32108
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/internal/lrucache.js"(exports$1, module) {
|
|
32056
32109
|
var LRUCache = class {
|
|
32057
32110
|
static {
|
|
32058
32111
|
__name(this, "LRUCache");
|
|
@@ -32090,9 +32143,9 @@ var require_lrucache = __commonJS({
|
|
|
32090
32143
|
}
|
|
32091
32144
|
});
|
|
32092
32145
|
|
|
32093
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32146
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/classes/range.js
|
|
32094
32147
|
var require_range = __commonJS({
|
|
32095
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32148
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/classes/range.js"(exports$1, module) {
|
|
32096
32149
|
var SPACE_CHARACTERS = /\s+/g;
|
|
32097
32150
|
var Range = class _Range {
|
|
32098
32151
|
static {
|
|
@@ -32162,6 +32215,7 @@ var require_range = __commonJS({
|
|
|
32162
32215
|
return this.range;
|
|
32163
32216
|
}
|
|
32164
32217
|
parseRange(range2) {
|
|
32218
|
+
range2 = range2.replace(BUILDSTRIPRE, "");
|
|
32165
32219
|
const memoOpts = (this.options.includePrerelease && FLAG_INCLUDE_PRERELEASE) | (this.options.loose && FLAG_LOOSE);
|
|
32166
32220
|
const memoKey = memoOpts + ":" + range2;
|
|
32167
32221
|
const cached = cache.get(memoKey);
|
|
@@ -32244,12 +32298,14 @@ var require_range = __commonJS({
|
|
|
32244
32298
|
var SemVer = require_semver();
|
|
32245
32299
|
var {
|
|
32246
32300
|
safeRe: re,
|
|
32301
|
+
src,
|
|
32247
32302
|
t: t4,
|
|
32248
32303
|
comparatorTrimReplace,
|
|
32249
32304
|
tildeTrimReplace,
|
|
32250
32305
|
caretTrimReplace
|
|
32251
32306
|
} = require_re();
|
|
32252
32307
|
var { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = require_constants();
|
|
32308
|
+
var BUILDSTRIPRE = new RegExp(src[t4.BUILD], "g");
|
|
32253
32309
|
var isNullSet = /* @__PURE__ */ __name((c) => c.value === "<0.0.0-0", "isNullSet");
|
|
32254
32310
|
var isAny = /* @__PURE__ */ __name((c) => c.value === "", "isAny");
|
|
32255
32311
|
var isSatisfiable = /* @__PURE__ */ __name((comparators, options) => {
|
|
@@ -32278,20 +32334,22 @@ var require_range = __commonJS({
|
|
|
32278
32334
|
return comp;
|
|
32279
32335
|
}, "parseComparator");
|
|
32280
32336
|
var isX = /* @__PURE__ */ __name((id) => !id || id.toLowerCase() === "x" || id === "*", "isX");
|
|
32337
|
+
var invalidXRangeOrder = /* @__PURE__ */ __name((M, m, p) => isX(M) && !isX(m) || isX(m) && p && !isX(p), "invalidXRangeOrder");
|
|
32281
32338
|
var replaceTildes = /* @__PURE__ */ __name((comp, options) => {
|
|
32282
32339
|
return comp.trim().split(/\s+/).map((c) => replaceTilde(c, options)).join(" ");
|
|
32283
32340
|
}, "replaceTildes");
|
|
32284
32341
|
var replaceTilde = /* @__PURE__ */ __name((comp, options) => {
|
|
32285
32342
|
const r = options.loose ? re[t4.TILDELOOSE] : re[t4.TILDE];
|
|
32343
|
+
const z = options.includePrerelease ? "-0" : "";
|
|
32286
32344
|
return comp.replace(r, (_, M, m, p, pr) => {
|
|
32287
32345
|
debug("tilde", comp, _, M, m, p, pr);
|
|
32288
32346
|
let ret;
|
|
32289
32347
|
if (isX(M)) {
|
|
32290
32348
|
ret = "";
|
|
32291
32349
|
} else if (isX(m)) {
|
|
32292
|
-
ret = `>=${M}.0.0 <${+M + 1}.0.0-0`;
|
|
32350
|
+
ret = `>=${M}.0.0${z} <${+M + 1}.0.0-0`;
|
|
32293
32351
|
} else if (isX(p)) {
|
|
32294
|
-
ret = `>=${M}.${m}.0 <${M}.${+m + 1}.0-0`;
|
|
32352
|
+
ret = `>=${M}.${m}.0${z} <${M}.${+m + 1}.0-0`;
|
|
32295
32353
|
} else if (pr) {
|
|
32296
32354
|
debug("replaceTilde pr", pr);
|
|
32297
32355
|
ret = `>=${M}.${m}.${p}-${pr} <${M}.${+m + 1}.0-0`;
|
|
@@ -32337,9 +32395,9 @@ var require_range = __commonJS({
|
|
|
32337
32395
|
debug("no pr");
|
|
32338
32396
|
if (M === "0") {
|
|
32339
32397
|
if (m === "0") {
|
|
32340
|
-
ret = `>=${M}.${m}.${p}
|
|
32398
|
+
ret = `>=${M}.${m}.${p} <${M}.${m}.${+p + 1}-0`;
|
|
32341
32399
|
} else {
|
|
32342
|
-
ret = `>=${M}.${m}.${p}
|
|
32400
|
+
ret = `>=${M}.${m}.${p} <${M}.${+m + 1}.0-0`;
|
|
32343
32401
|
}
|
|
32344
32402
|
} else {
|
|
32345
32403
|
ret = `>=${M}.${m}.${p} <${+M + 1}.0.0-0`;
|
|
@@ -32358,6 +32416,9 @@ var require_range = __commonJS({
|
|
|
32358
32416
|
const r = options.loose ? re[t4.XRANGELOOSE] : re[t4.XRANGE];
|
|
32359
32417
|
return comp.replace(r, (ret, gtlt, M, m, p, pr) => {
|
|
32360
32418
|
debug("xRange", comp, ret, gtlt, M, m, p, pr);
|
|
32419
|
+
if (invalidXRangeOrder(M, m, p)) {
|
|
32420
|
+
return comp;
|
|
32421
|
+
}
|
|
32361
32422
|
const xM = isX(M);
|
|
32362
32423
|
const xm = xM || isX(m);
|
|
32363
32424
|
const xp = xm || isX(p);
|
|
@@ -32469,9 +32530,9 @@ var require_range = __commonJS({
|
|
|
32469
32530
|
}
|
|
32470
32531
|
});
|
|
32471
32532
|
|
|
32472
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32533
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/classes/comparator.js
|
|
32473
32534
|
var require_comparator = __commonJS({
|
|
32474
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32535
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/classes/comparator.js"(exports$1, module) {
|
|
32475
32536
|
var ANY = Symbol("SemVer ANY");
|
|
32476
32537
|
var Comparator = class _Comparator {
|
|
32477
32538
|
static {
|
|
@@ -32584,9 +32645,9 @@ var require_comparator = __commonJS({
|
|
|
32584
32645
|
}
|
|
32585
32646
|
});
|
|
32586
32647
|
|
|
32587
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32648
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/satisfies.js
|
|
32588
32649
|
var require_satisfies = __commonJS({
|
|
32589
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32650
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/functions/satisfies.js"(exports$1, module) {
|
|
32590
32651
|
var Range = require_range();
|
|
32591
32652
|
var satisfies = /* @__PURE__ */ __name((version, range2, options) => {
|
|
32592
32653
|
try {
|
|
@@ -32600,18 +32661,18 @@ var require_satisfies = __commonJS({
|
|
|
32600
32661
|
}
|
|
32601
32662
|
});
|
|
32602
32663
|
|
|
32603
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32664
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/to-comparators.js
|
|
32604
32665
|
var require_to_comparators = __commonJS({
|
|
32605
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32666
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/to-comparators.js"(exports$1, module) {
|
|
32606
32667
|
var Range = require_range();
|
|
32607
32668
|
var toComparators = /* @__PURE__ */ __name((range2, options) => new Range(range2, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" ")), "toComparators");
|
|
32608
32669
|
module.exports = toComparators;
|
|
32609
32670
|
}
|
|
32610
32671
|
});
|
|
32611
32672
|
|
|
32612
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32673
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/max-satisfying.js
|
|
32613
32674
|
var require_max_satisfying = __commonJS({
|
|
32614
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32675
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/max-satisfying.js"(exports$1, module) {
|
|
32615
32676
|
var SemVer = require_semver();
|
|
32616
32677
|
var Range = require_range();
|
|
32617
32678
|
var maxSatisfying = /* @__PURE__ */ __name((versions, range2, options) => {
|
|
@@ -32637,9 +32698,9 @@ var require_max_satisfying = __commonJS({
|
|
|
32637
32698
|
}
|
|
32638
32699
|
});
|
|
32639
32700
|
|
|
32640
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32701
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/min-satisfying.js
|
|
32641
32702
|
var require_min_satisfying = __commonJS({
|
|
32642
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32703
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/min-satisfying.js"(exports$1, module) {
|
|
32643
32704
|
var SemVer = require_semver();
|
|
32644
32705
|
var Range = require_range();
|
|
32645
32706
|
var minSatisfying = /* @__PURE__ */ __name((versions, range2, options) => {
|
|
@@ -32665,9 +32726,9 @@ var require_min_satisfying = __commonJS({
|
|
|
32665
32726
|
}
|
|
32666
32727
|
});
|
|
32667
32728
|
|
|
32668
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32729
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/min-version.js
|
|
32669
32730
|
var require_min_version = __commonJS({
|
|
32670
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32731
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/min-version.js"(exports$1, module) {
|
|
32671
32732
|
var SemVer = require_semver();
|
|
32672
32733
|
var Range = require_range();
|
|
32673
32734
|
var gt = require_gt();
|
|
@@ -32723,9 +32784,9 @@ var require_min_version = __commonJS({
|
|
|
32723
32784
|
}
|
|
32724
32785
|
});
|
|
32725
32786
|
|
|
32726
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32787
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/valid.js
|
|
32727
32788
|
var require_valid2 = __commonJS({
|
|
32728
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32789
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/valid.js"(exports$1, module) {
|
|
32729
32790
|
var Range = require_range();
|
|
32730
32791
|
var validRange = /* @__PURE__ */ __name((range2, options) => {
|
|
32731
32792
|
try {
|
|
@@ -32738,9 +32799,9 @@ var require_valid2 = __commonJS({
|
|
|
32738
32799
|
}
|
|
32739
32800
|
});
|
|
32740
32801
|
|
|
32741
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32802
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/outside.js
|
|
32742
32803
|
var require_outside = __commonJS({
|
|
32743
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32804
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/outside.js"(exports$1, module) {
|
|
32744
32805
|
var SemVer = require_semver();
|
|
32745
32806
|
var Comparator = require_comparator();
|
|
32746
32807
|
var { ANY } = Comparator;
|
|
@@ -32806,27 +32867,27 @@ var require_outside = __commonJS({
|
|
|
32806
32867
|
}
|
|
32807
32868
|
});
|
|
32808
32869
|
|
|
32809
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32870
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/gtr.js
|
|
32810
32871
|
var require_gtr = __commonJS({
|
|
32811
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32872
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/gtr.js"(exports$1, module) {
|
|
32812
32873
|
var outside = require_outside();
|
|
32813
32874
|
var gtr = /* @__PURE__ */ __name((version, range2, options) => outside(version, range2, ">", options), "gtr");
|
|
32814
32875
|
module.exports = gtr;
|
|
32815
32876
|
}
|
|
32816
32877
|
});
|
|
32817
32878
|
|
|
32818
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32879
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/ltr.js
|
|
32819
32880
|
var require_ltr = __commonJS({
|
|
32820
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32881
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/ltr.js"(exports$1, module) {
|
|
32821
32882
|
var outside = require_outside();
|
|
32822
32883
|
var ltr = /* @__PURE__ */ __name((version, range2, options) => outside(version, range2, "<", options), "ltr");
|
|
32823
32884
|
module.exports = ltr;
|
|
32824
32885
|
}
|
|
32825
32886
|
});
|
|
32826
32887
|
|
|
32827
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32888
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/intersects.js
|
|
32828
32889
|
var require_intersects = __commonJS({
|
|
32829
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32890
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/intersects.js"(exports$1, module) {
|
|
32830
32891
|
var Range = require_range();
|
|
32831
32892
|
var intersects = /* @__PURE__ */ __name((r1, r2, options) => {
|
|
32832
32893
|
r1 = new Range(r1, options);
|
|
@@ -32837,9 +32898,9 @@ var require_intersects = __commonJS({
|
|
|
32837
32898
|
}
|
|
32838
32899
|
});
|
|
32839
32900
|
|
|
32840
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32901
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/simplify.js
|
|
32841
32902
|
var require_simplify = __commonJS({
|
|
32842
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32903
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/simplify.js"(exports$1, module) {
|
|
32843
32904
|
var satisfies = require_satisfies();
|
|
32844
32905
|
var compare = require_compare();
|
|
32845
32906
|
module.exports = (versions, range2, options) => {
|
|
@@ -32886,9 +32947,9 @@ var require_simplify = __commonJS({
|
|
|
32886
32947
|
}
|
|
32887
32948
|
});
|
|
32888
32949
|
|
|
32889
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
32950
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/subset.js
|
|
32890
32951
|
var require_subset = __commonJS({
|
|
32891
|
-
"../../node_modules/.pnpm/semver@7.
|
|
32952
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/ranges/subset.js"(exports$1, module) {
|
|
32892
32953
|
var Range = require_range();
|
|
32893
32954
|
var Comparator = require_comparator();
|
|
32894
32955
|
var { ANY } = Comparator;
|
|
@@ -32995,7 +33056,7 @@ var require_subset = __commonJS({
|
|
|
32995
33056
|
if (higher === c && higher !== gt) {
|
|
32996
33057
|
return false;
|
|
32997
33058
|
}
|
|
32998
|
-
} else if (gt.operator === ">=" && !
|
|
33059
|
+
} else if (gt.operator === ">=" && !c.test(gt.semver)) {
|
|
32999
33060
|
return false;
|
|
33000
33061
|
}
|
|
33001
33062
|
}
|
|
@@ -33010,7 +33071,7 @@ var require_subset = __commonJS({
|
|
|
33010
33071
|
if (lower === c && lower !== lt4) {
|
|
33011
33072
|
return false;
|
|
33012
33073
|
}
|
|
33013
|
-
} else if (lt4.operator === "<=" && !
|
|
33074
|
+
} else if (lt4.operator === "<=" && !c.test(lt4.semver)) {
|
|
33014
33075
|
return false;
|
|
33015
33076
|
}
|
|
33016
33077
|
}
|
|
@@ -33047,9 +33108,9 @@ var require_subset = __commonJS({
|
|
|
33047
33108
|
}
|
|
33048
33109
|
});
|
|
33049
33110
|
|
|
33050
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
33111
|
+
// ../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/index.js
|
|
33051
33112
|
var require_semver2 = __commonJS({
|
|
33052
|
-
"../../node_modules/.pnpm/semver@7.
|
|
33113
|
+
"../../node_modules/.pnpm/semver@7.8.5/node_modules/semver/index.js"(exports$1, module) {
|
|
33053
33114
|
var internalRe = require_re();
|
|
33054
33115
|
var constants = require_constants();
|
|
33055
33116
|
var SemVer = require_semver();
|
|
@@ -33077,6 +33138,7 @@ var require_semver2 = __commonJS({
|
|
|
33077
33138
|
var lte2 = require_lte();
|
|
33078
33139
|
var cmp = require_cmp();
|
|
33079
33140
|
var coerce3 = require_coerce();
|
|
33141
|
+
var truncate = require_truncate();
|
|
33080
33142
|
var Comparator = require_comparator();
|
|
33081
33143
|
var Range = require_range();
|
|
33082
33144
|
var satisfies = require_satisfies();
|
|
@@ -33115,6 +33177,7 @@ var require_semver2 = __commonJS({
|
|
|
33115
33177
|
lte: lte2,
|
|
33116
33178
|
cmp,
|
|
33117
33179
|
coerce: coerce3,
|
|
33180
|
+
truncate,
|
|
33118
33181
|
Comparator,
|
|
33119
33182
|
Range,
|
|
33120
33183
|
satisfies,
|
|
@@ -33141,9 +33204,9 @@ var require_semver2 = __commonJS({
|
|
|
33141
33204
|
}
|
|
33142
33205
|
});
|
|
33143
33206
|
|
|
33144
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33207
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js
|
|
33145
33208
|
var require_identity = __commonJS({
|
|
33146
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33209
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/identity.js"(exports$1) {
|
|
33147
33210
|
var ALIAS = Symbol.for("yaml.alias");
|
|
33148
33211
|
var DOC = Symbol.for("yaml.document");
|
|
33149
33212
|
var MAP = Symbol.for("yaml.map");
|
|
@@ -33199,9 +33262,9 @@ var require_identity = __commonJS({
|
|
|
33199
33262
|
}
|
|
33200
33263
|
});
|
|
33201
33264
|
|
|
33202
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33265
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js
|
|
33203
33266
|
var require_visit = __commonJS({
|
|
33204
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33267
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/visit.js"(exports$1) {
|
|
33205
33268
|
var identity = require_identity();
|
|
33206
33269
|
var BREAK = Symbol("break visit");
|
|
33207
33270
|
var SKIP = Symbol("skip children");
|
|
@@ -33363,9 +33426,9 @@ var require_visit = __commonJS({
|
|
|
33363
33426
|
}
|
|
33364
33427
|
});
|
|
33365
33428
|
|
|
33366
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33429
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js
|
|
33367
33430
|
var require_directives = __commonJS({
|
|
33368
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33431
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/directives.js"(exports$1) {
|
|
33369
33432
|
var identity = require_identity();
|
|
33370
33433
|
var visit3 = require_visit();
|
|
33371
33434
|
var escapeChars = {
|
|
@@ -33536,9 +33599,9 @@ var require_directives = __commonJS({
|
|
|
33536
33599
|
}
|
|
33537
33600
|
});
|
|
33538
33601
|
|
|
33539
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33602
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js
|
|
33540
33603
|
var require_anchors = __commonJS({
|
|
33541
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33604
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/anchors.js"(exports$1) {
|
|
33542
33605
|
var identity = require_identity();
|
|
33543
33606
|
var visit3 = require_visit();
|
|
33544
33607
|
function anchorIsValid(anchor) {
|
|
@@ -33609,9 +33672,9 @@ var require_anchors = __commonJS({
|
|
|
33609
33672
|
}
|
|
33610
33673
|
});
|
|
33611
33674
|
|
|
33612
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33675
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js
|
|
33613
33676
|
var require_applyReviver = __commonJS({
|
|
33614
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33677
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/applyReviver.js"(exports$1) {
|
|
33615
33678
|
function applyReviver(reviver, obj, key, val) {
|
|
33616
33679
|
if (val && typeof val === "object") {
|
|
33617
33680
|
if (Array.isArray(val)) {
|
|
@@ -33659,9 +33722,9 @@ var require_applyReviver = __commonJS({
|
|
|
33659
33722
|
}
|
|
33660
33723
|
});
|
|
33661
33724
|
|
|
33662
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33725
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js
|
|
33663
33726
|
var require_toJS = __commonJS({
|
|
33664
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33727
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/toJS.js"(exports$1) {
|
|
33665
33728
|
var identity = require_identity();
|
|
33666
33729
|
function toJS(value, arg, ctx) {
|
|
33667
33730
|
if (Array.isArray(value))
|
|
@@ -33689,9 +33752,9 @@ var require_toJS = __commonJS({
|
|
|
33689
33752
|
}
|
|
33690
33753
|
});
|
|
33691
33754
|
|
|
33692
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33755
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js
|
|
33693
33756
|
var require_Node = __commonJS({
|
|
33694
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33757
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Node.js"(exports$1) {
|
|
33695
33758
|
var applyReviver = require_applyReviver();
|
|
33696
33759
|
var identity = require_identity();
|
|
33697
33760
|
var toJS = require_toJS();
|
|
@@ -33732,9 +33795,9 @@ var require_Node = __commonJS({
|
|
|
33732
33795
|
}
|
|
33733
33796
|
});
|
|
33734
33797
|
|
|
33735
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33798
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js
|
|
33736
33799
|
var require_Alias = __commonJS({
|
|
33737
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33800
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Alias.js"(exports$1) {
|
|
33738
33801
|
var anchors = require_anchors();
|
|
33739
33802
|
var visit3 = require_visit();
|
|
33740
33803
|
var identity = require_identity();
|
|
@@ -33758,6 +33821,8 @@ var require_Alias = __commonJS({
|
|
|
33758
33821
|
* instance of the `source` anchor before this node.
|
|
33759
33822
|
*/
|
|
33760
33823
|
resolve(doc, ctx) {
|
|
33824
|
+
if (ctx?.maxAliasCount === 0)
|
|
33825
|
+
throw new ReferenceError("Alias resolution is disabled");
|
|
33761
33826
|
let nodes;
|
|
33762
33827
|
if (ctx?.aliasResolveCache) {
|
|
33763
33828
|
nodes = ctx.aliasResolveCache;
|
|
@@ -33795,7 +33860,7 @@ var require_Alias = __commonJS({
|
|
|
33795
33860
|
toJS.toJS(source, null, ctx);
|
|
33796
33861
|
data = anchors2.get(source);
|
|
33797
33862
|
}
|
|
33798
|
-
if (
|
|
33863
|
+
if (data?.res === void 0) {
|
|
33799
33864
|
const msg = "This should not happen: Alias anchor was not resolved?";
|
|
33800
33865
|
throw new ReferenceError(msg);
|
|
33801
33866
|
}
|
|
@@ -33849,9 +33914,9 @@ var require_Alias = __commonJS({
|
|
|
33849
33914
|
}
|
|
33850
33915
|
});
|
|
33851
33916
|
|
|
33852
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33917
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js
|
|
33853
33918
|
var require_Scalar = __commonJS({
|
|
33854
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33919
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Scalar.js"(exports$1) {
|
|
33855
33920
|
var identity = require_identity();
|
|
33856
33921
|
var Node3 = require_Node();
|
|
33857
33922
|
var toJS = require_toJS();
|
|
@@ -33881,9 +33946,9 @@ var require_Scalar = __commonJS({
|
|
|
33881
33946
|
}
|
|
33882
33947
|
});
|
|
33883
33948
|
|
|
33884
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
33949
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js
|
|
33885
33950
|
var require_createNode = __commonJS({
|
|
33886
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
33951
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/createNode.js"(exports$1) {
|
|
33887
33952
|
var Alias = require_Alias();
|
|
33888
33953
|
var identity = require_identity();
|
|
33889
33954
|
var Scalar = require_Scalar();
|
|
@@ -33957,9 +34022,9 @@ var require_createNode = __commonJS({
|
|
|
33957
34022
|
}
|
|
33958
34023
|
});
|
|
33959
34024
|
|
|
33960
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34025
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js
|
|
33961
34026
|
var require_Collection = __commonJS({
|
|
33962
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34027
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Collection.js"(exports$1) {
|
|
33963
34028
|
var createNode = require_createNode();
|
|
33964
34029
|
var identity = require_identity();
|
|
33965
34030
|
var Node3 = require_Node();
|
|
@@ -34103,9 +34168,9 @@ var require_Collection = __commonJS({
|
|
|
34103
34168
|
}
|
|
34104
34169
|
});
|
|
34105
34170
|
|
|
34106
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34171
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
34107
34172
|
var require_stringifyComment = __commonJS({
|
|
34108
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34173
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyComment.js"(exports$1) {
|
|
34109
34174
|
var stringifyComment = /* @__PURE__ */ __name((str) => str.replace(/^(?!$)(?: $)?/gm, "#"), "stringifyComment");
|
|
34110
34175
|
function indentComment(comment, indent) {
|
|
34111
34176
|
if (/^\n+$/.test(comment))
|
|
@@ -34120,9 +34185,9 @@ var require_stringifyComment = __commonJS({
|
|
|
34120
34185
|
}
|
|
34121
34186
|
});
|
|
34122
34187
|
|
|
34123
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34188
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
34124
34189
|
var require_foldFlowLines = __commonJS({
|
|
34125
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34190
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/foldFlowLines.js"(exports$1) {
|
|
34126
34191
|
var FOLD_FLOW = "flow";
|
|
34127
34192
|
var FOLD_BLOCK = "block";
|
|
34128
34193
|
var FOLD_QUOTED = "quoted";
|
|
@@ -34257,9 +34322,9 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
34257
34322
|
}
|
|
34258
34323
|
});
|
|
34259
34324
|
|
|
34260
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34325
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js
|
|
34261
34326
|
var require_stringifyString = __commonJS({
|
|
34262
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34327
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyString.js"(exports$1) {
|
|
34263
34328
|
var Scalar = require_Scalar();
|
|
34264
34329
|
var foldFlowLines = require_foldFlowLines();
|
|
34265
34330
|
var getFoldOptions = /* @__PURE__ */ __name((ctx, isBlock) => ({
|
|
@@ -34546,9 +34611,9 @@ ${indent}`);
|
|
|
34546
34611
|
}
|
|
34547
34612
|
});
|
|
34548
34613
|
|
|
34549
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34614
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js
|
|
34550
34615
|
var require_stringify = __commonJS({
|
|
34551
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34616
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringify.js"(exports$1) {
|
|
34552
34617
|
var anchors = require_anchors();
|
|
34553
34618
|
var identity = require_identity();
|
|
34554
34619
|
var stringifyComment = require_stringifyComment();
|
|
@@ -34570,6 +34635,7 @@ var require_stringify = __commonJS({
|
|
|
34570
34635
|
nullStr: "null",
|
|
34571
34636
|
simpleKeys: false,
|
|
34572
34637
|
singleQuote: null,
|
|
34638
|
+
trailingComma: false,
|
|
34573
34639
|
trueStr: "true",
|
|
34574
34640
|
verifyAliasOrder: true
|
|
34575
34641
|
}, doc.schema.toStringOptions, options);
|
|
@@ -34672,9 +34738,9 @@ ${ctx.indent}${str}`;
|
|
|
34672
34738
|
}
|
|
34673
34739
|
});
|
|
34674
34740
|
|
|
34675
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34741
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
34676
34742
|
var require_stringifyPair = __commonJS({
|
|
34677
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34743
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyPair.js"(exports$1) {
|
|
34678
34744
|
var identity = require_identity();
|
|
34679
34745
|
var Scalar = require_Scalar();
|
|
34680
34746
|
var stringify = require_stringify();
|
|
@@ -34761,7 +34827,7 @@ ${indent}:`;
|
|
|
34761
34827
|
${stringifyComment.indentComment(cs, ctx.indent)}`;
|
|
34762
34828
|
}
|
|
34763
34829
|
if (valueStr === "" && !ctx.inFlow) {
|
|
34764
|
-
if (ws === "\n")
|
|
34830
|
+
if (ws === "\n" && valueComment)
|
|
34765
34831
|
ws = "\n\n";
|
|
34766
34832
|
} else {
|
|
34767
34833
|
ws += `
|
|
@@ -34805,9 +34871,9 @@ ${ctx.indent}`;
|
|
|
34805
34871
|
}
|
|
34806
34872
|
});
|
|
34807
34873
|
|
|
34808
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34874
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js
|
|
34809
34875
|
var require_log = __commonJS({
|
|
34810
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34876
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/log.js"(exports$1) {
|
|
34811
34877
|
var node_process = __require("process");
|
|
34812
34878
|
function debug(logLevel, ...messages) {
|
|
34813
34879
|
if (logLevel === "debug")
|
|
@@ -34828,9 +34894,9 @@ var require_log = __commonJS({
|
|
|
34828
34894
|
}
|
|
34829
34895
|
});
|
|
34830
34896
|
|
|
34831
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34897
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
34832
34898
|
var require_merge = __commonJS({
|
|
34833
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34899
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/merge.js"(exports$1) {
|
|
34834
34900
|
var identity = require_identity();
|
|
34835
34901
|
var Scalar = require_Scalar();
|
|
34836
34902
|
var MERGE_KEY = "<<";
|
|
@@ -34846,19 +34912,19 @@ var require_merge = __commonJS({
|
|
|
34846
34912
|
};
|
|
34847
34913
|
var isMergeKey = /* @__PURE__ */ __name((ctx, key) => (merge.identify(key) || identity.isScalar(key) && (!key.type || key.type === Scalar.Scalar.PLAIN) && merge.identify(key.value)) && ctx?.doc.schema.tags.some((tag) => tag.tag === merge.tag && tag.default), "isMergeKey");
|
|
34848
34914
|
function addMergeToJSMap(ctx, map, value) {
|
|
34849
|
-
|
|
34850
|
-
if (identity.isSeq(
|
|
34851
|
-
for (const it of
|
|
34915
|
+
const source = resolveAliasValue(ctx, value);
|
|
34916
|
+
if (identity.isSeq(source))
|
|
34917
|
+
for (const it of source.items)
|
|
34852
34918
|
mergeValue(ctx, map, it);
|
|
34853
|
-
else if (Array.isArray(
|
|
34854
|
-
for (const it of
|
|
34919
|
+
else if (Array.isArray(source))
|
|
34920
|
+
for (const it of source)
|
|
34855
34921
|
mergeValue(ctx, map, it);
|
|
34856
34922
|
else
|
|
34857
|
-
mergeValue(ctx, map,
|
|
34923
|
+
mergeValue(ctx, map, source);
|
|
34858
34924
|
}
|
|
34859
34925
|
__name(addMergeToJSMap, "addMergeToJSMap");
|
|
34860
34926
|
function mergeValue(ctx, map, value) {
|
|
34861
|
-
const source = ctx
|
|
34927
|
+
const source = resolveAliasValue(ctx, value);
|
|
34862
34928
|
if (!identity.isMap(source))
|
|
34863
34929
|
throw new Error("Merge sources must be maps or map aliases");
|
|
34864
34930
|
const srcMap = source.toJSON(null, ctx, Map);
|
|
@@ -34880,15 +34946,19 @@ var require_merge = __commonJS({
|
|
|
34880
34946
|
return map;
|
|
34881
34947
|
}
|
|
34882
34948
|
__name(mergeValue, "mergeValue");
|
|
34949
|
+
function resolveAliasValue(ctx, value) {
|
|
34950
|
+
return ctx && identity.isAlias(value) ? value.resolve(ctx.doc, ctx) : value;
|
|
34951
|
+
}
|
|
34952
|
+
__name(resolveAliasValue, "resolveAliasValue");
|
|
34883
34953
|
exports$1.addMergeToJSMap = addMergeToJSMap;
|
|
34884
34954
|
exports$1.isMergeKey = isMergeKey;
|
|
34885
34955
|
exports$1.merge = merge;
|
|
34886
34956
|
}
|
|
34887
34957
|
});
|
|
34888
34958
|
|
|
34889
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
34959
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
34890
34960
|
var require_addPairToJSMap = __commonJS({
|
|
34891
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
34961
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports$1) {
|
|
34892
34962
|
var log = require_log();
|
|
34893
34963
|
var merge = require_merge();
|
|
34894
34964
|
var stringify = require_stringify();
|
|
@@ -34951,9 +35021,9 @@ var require_addPairToJSMap = __commonJS({
|
|
|
34951
35021
|
}
|
|
34952
35022
|
});
|
|
34953
35023
|
|
|
34954
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35024
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js
|
|
34955
35025
|
var require_Pair = __commonJS({
|
|
34956
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35026
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/Pair.js"(exports$1) {
|
|
34957
35027
|
var createNode = require_createNode();
|
|
34958
35028
|
var stringifyPair = require_stringifyPair();
|
|
34959
35029
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -34994,9 +35064,9 @@ var require_Pair = __commonJS({
|
|
|
34994
35064
|
}
|
|
34995
35065
|
});
|
|
34996
35066
|
|
|
34997
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35067
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
34998
35068
|
var require_stringifyCollection = __commonJS({
|
|
34999
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35069
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyCollection.js"(exports$1) {
|
|
35000
35070
|
var identity = require_identity();
|
|
35001
35071
|
var stringify = require_stringify();
|
|
35002
35072
|
var stringifyComment = require_stringifyComment();
|
|
@@ -35098,12 +35168,19 @@ ${indent}${line}` : "\n";
|
|
|
35098
35168
|
if (comment)
|
|
35099
35169
|
reqNewline = true;
|
|
35100
35170
|
let str = stringify.stringify(item, itemCtx, () => comment = null);
|
|
35101
|
-
|
|
35171
|
+
reqNewline || (reqNewline = lines.length > linesAtValue || str.includes("\n"));
|
|
35172
|
+
if (i < items.length - 1) {
|
|
35102
35173
|
str += ",";
|
|
35174
|
+
} else if (ctx.options.trailingComma) {
|
|
35175
|
+
if (ctx.options.lineWidth > 0) {
|
|
35176
|
+
reqNewline || (reqNewline = lines.reduce((sum, line) => sum + line.length + 2, 2) + (str.length + 2) > ctx.options.lineWidth);
|
|
35177
|
+
}
|
|
35178
|
+
if (reqNewline) {
|
|
35179
|
+
str += ",";
|
|
35180
|
+
}
|
|
35181
|
+
}
|
|
35103
35182
|
if (comment)
|
|
35104
35183
|
str += stringifyComment.lineComment(str, itemIndent, commentString(comment));
|
|
35105
|
-
if (!reqNewline && (lines.length > linesAtValue || str.includes("\n")))
|
|
35106
|
-
reqNewline = true;
|
|
35107
35184
|
lines.push(str);
|
|
35108
35185
|
linesAtValue = lines.length;
|
|
35109
35186
|
}
|
|
@@ -35141,9 +35218,9 @@ ${indent}${end}`;
|
|
|
35141
35218
|
}
|
|
35142
35219
|
});
|
|
35143
35220
|
|
|
35144
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35221
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
35145
35222
|
var require_YAMLMap = __commonJS({
|
|
35146
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35223
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLMap.js"(exports$1) {
|
|
35147
35224
|
var stringifyCollection = require_stringifyCollection();
|
|
35148
35225
|
var addPairToJSMap = require_addPairToJSMap();
|
|
35149
35226
|
var Collection = require_Collection();
|
|
@@ -35288,9 +35365,9 @@ var require_YAMLMap = __commonJS({
|
|
|
35288
35365
|
}
|
|
35289
35366
|
});
|
|
35290
35367
|
|
|
35291
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35368
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js
|
|
35292
35369
|
var require_map = __commonJS({
|
|
35293
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35370
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/map.js"(exports$1) {
|
|
35294
35371
|
var identity = require_identity();
|
|
35295
35372
|
var YAMLMap = require_YAMLMap();
|
|
35296
35373
|
var map = {
|
|
@@ -35309,9 +35386,9 @@ var require_map = __commonJS({
|
|
|
35309
35386
|
}
|
|
35310
35387
|
});
|
|
35311
35388
|
|
|
35312
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35389
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
35313
35390
|
var require_YAMLSeq = __commonJS({
|
|
35314
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35391
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/nodes/YAMLSeq.js"(exports$1) {
|
|
35315
35392
|
var createNode = require_createNode();
|
|
35316
35393
|
var stringifyCollection = require_stringifyCollection();
|
|
35317
35394
|
var Collection = require_Collection();
|
|
@@ -35428,9 +35505,9 @@ var require_YAMLSeq = __commonJS({
|
|
|
35428
35505
|
}
|
|
35429
35506
|
});
|
|
35430
35507
|
|
|
35431
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35508
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js
|
|
35432
35509
|
var require_seq = __commonJS({
|
|
35433
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35510
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/seq.js"(exports$1) {
|
|
35434
35511
|
var identity = require_identity();
|
|
35435
35512
|
var YAMLSeq = require_YAMLSeq();
|
|
35436
35513
|
var seq = {
|
|
@@ -35449,9 +35526,9 @@ var require_seq = __commonJS({
|
|
|
35449
35526
|
}
|
|
35450
35527
|
});
|
|
35451
35528
|
|
|
35452
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35529
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js
|
|
35453
35530
|
var require_string = __commonJS({
|
|
35454
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35531
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/string.js"(exports$1) {
|
|
35455
35532
|
var stringifyString = require_stringifyString();
|
|
35456
35533
|
var string = {
|
|
35457
35534
|
identify: /* @__PURE__ */ __name((value) => typeof value === "string", "identify"),
|
|
@@ -35467,9 +35544,9 @@ var require_string = __commonJS({
|
|
|
35467
35544
|
}
|
|
35468
35545
|
});
|
|
35469
35546
|
|
|
35470
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35547
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js
|
|
35471
35548
|
var require_null = __commonJS({
|
|
35472
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35549
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/common/null.js"(exports$1) {
|
|
35473
35550
|
var Scalar = require_Scalar();
|
|
35474
35551
|
var nullTag = {
|
|
35475
35552
|
identify: /* @__PURE__ */ __name((value) => value == null, "identify"),
|
|
@@ -35484,9 +35561,9 @@ var require_null = __commonJS({
|
|
|
35484
35561
|
}
|
|
35485
35562
|
});
|
|
35486
35563
|
|
|
35487
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35564
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js
|
|
35488
35565
|
var require_bool = __commonJS({
|
|
35489
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35566
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/bool.js"(exports$1) {
|
|
35490
35567
|
var Scalar = require_Scalar();
|
|
35491
35568
|
var boolTag = {
|
|
35492
35569
|
identify: /* @__PURE__ */ __name((value) => typeof value === "boolean", "identify"),
|
|
@@ -35507,17 +35584,17 @@ var require_bool = __commonJS({
|
|
|
35507
35584
|
}
|
|
35508
35585
|
});
|
|
35509
35586
|
|
|
35510
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35587
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
35511
35588
|
var require_stringifyNumber = __commonJS({
|
|
35512
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35589
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyNumber.js"(exports$1) {
|
|
35513
35590
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
35514
35591
|
if (typeof value === "bigint")
|
|
35515
35592
|
return String(value);
|
|
35516
35593
|
const num = typeof value === "number" ? value : Number(value);
|
|
35517
35594
|
if (!isFinite(num))
|
|
35518
35595
|
return isNaN(num) ? ".nan" : num < 0 ? "-.inf" : ".inf";
|
|
35519
|
-
let n = JSON.stringify(value);
|
|
35520
|
-
if (!format && minFractionDigits && (!tag || tag === "tag:yaml.org,2002:float") &&
|
|
35596
|
+
let n = Object.is(value, -0) ? "-0" : JSON.stringify(value);
|
|
35597
|
+
if (!format && minFractionDigits && (!tag || tag === "tag:yaml.org,2002:float") && /^-?\d/.test(n) && !n.includes("e")) {
|
|
35521
35598
|
let i = n.indexOf(".");
|
|
35522
35599
|
if (i < 0) {
|
|
35523
35600
|
i = n.length;
|
|
@@ -35534,9 +35611,9 @@ var require_stringifyNumber = __commonJS({
|
|
|
35534
35611
|
}
|
|
35535
35612
|
});
|
|
35536
35613
|
|
|
35537
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35614
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js
|
|
35538
35615
|
var require_float = __commonJS({
|
|
35539
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35616
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/float.js"(exports$1) {
|
|
35540
35617
|
var Scalar = require_Scalar();
|
|
35541
35618
|
var stringifyNumber = require_stringifyNumber();
|
|
35542
35619
|
var floatNaN = {
|
|
@@ -35579,9 +35656,9 @@ var require_float = __commonJS({
|
|
|
35579
35656
|
}
|
|
35580
35657
|
});
|
|
35581
35658
|
|
|
35582
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35659
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js
|
|
35583
35660
|
var require_int = __commonJS({
|
|
35584
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35661
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/int.js"(exports$1) {
|
|
35585
35662
|
var stringifyNumber = require_stringifyNumber();
|
|
35586
35663
|
var intIdentify = /* @__PURE__ */ __name((value) => typeof value === "bigint" || Number.isInteger(value), "intIdentify");
|
|
35587
35664
|
var intResolve = /* @__PURE__ */ __name((str, offset, radix, { intAsBigInt }) => intAsBigInt ? BigInt(str) : parseInt(str.substring(offset), radix), "intResolve");
|
|
@@ -35624,9 +35701,9 @@ var require_int = __commonJS({
|
|
|
35624
35701
|
}
|
|
35625
35702
|
});
|
|
35626
35703
|
|
|
35627
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35704
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js
|
|
35628
35705
|
var require_schema = __commonJS({
|
|
35629
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35706
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/core/schema.js"(exports$1) {
|
|
35630
35707
|
var map = require_map();
|
|
35631
35708
|
var _null = require_null();
|
|
35632
35709
|
var seq = require_seq();
|
|
@@ -35651,9 +35728,9 @@ var require_schema = __commonJS({
|
|
|
35651
35728
|
}
|
|
35652
35729
|
});
|
|
35653
35730
|
|
|
35654
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35731
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js
|
|
35655
35732
|
var require_schema2 = __commonJS({
|
|
35656
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35733
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/json/schema.js"(exports$1) {
|
|
35657
35734
|
var Scalar = require_Scalar();
|
|
35658
35735
|
var map = require_map();
|
|
35659
35736
|
var seq = require_seq();
|
|
@@ -35718,9 +35795,9 @@ var require_schema2 = __commonJS({
|
|
|
35718
35795
|
}
|
|
35719
35796
|
});
|
|
35720
35797
|
|
|
35721
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35798
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
35722
35799
|
var require_binary = __commonJS({
|
|
35723
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35800
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports$1) {
|
|
35724
35801
|
var node_buffer = __require("buffer");
|
|
35725
35802
|
var Scalar = require_Scalar();
|
|
35726
35803
|
var stringifyString = require_stringifyString();
|
|
@@ -35783,9 +35860,9 @@ var require_binary = __commonJS({
|
|
|
35783
35860
|
}
|
|
35784
35861
|
});
|
|
35785
35862
|
|
|
35786
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35863
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
35787
35864
|
var require_pairs = __commonJS({
|
|
35788
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35865
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports$1) {
|
|
35789
35866
|
var identity = require_identity();
|
|
35790
35867
|
var Pair = require_Pair();
|
|
35791
35868
|
var Scalar = require_Scalar();
|
|
@@ -35862,9 +35939,9 @@ ${cn.comment}` : item.comment;
|
|
|
35862
35939
|
}
|
|
35863
35940
|
});
|
|
35864
35941
|
|
|
35865
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
35942
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
35866
35943
|
var require_omap = __commonJS({
|
|
35867
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
35944
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports$1) {
|
|
35868
35945
|
var identity = require_identity();
|
|
35869
35946
|
var toJS = require_toJS();
|
|
35870
35947
|
var YAMLMap = require_YAMLMap();
|
|
@@ -35942,9 +36019,9 @@ var require_omap = __commonJS({
|
|
|
35942
36019
|
}
|
|
35943
36020
|
});
|
|
35944
36021
|
|
|
35945
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36022
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
35946
36023
|
var require_bool2 = __commonJS({
|
|
35947
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36024
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports$1) {
|
|
35948
36025
|
var Scalar = require_Scalar();
|
|
35949
36026
|
function boolStringify({ value, source }, ctx) {
|
|
35950
36027
|
const boolObj = value ? trueTag : falseTag;
|
|
@@ -35974,9 +36051,9 @@ var require_bool2 = __commonJS({
|
|
|
35974
36051
|
}
|
|
35975
36052
|
});
|
|
35976
36053
|
|
|
35977
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36054
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
35978
36055
|
var require_float2 = __commonJS({
|
|
35979
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36056
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports$1) {
|
|
35980
36057
|
var Scalar = require_Scalar();
|
|
35981
36058
|
var stringifyNumber = require_stringifyNumber();
|
|
35982
36059
|
var floatNaN = {
|
|
@@ -36022,9 +36099,9 @@ var require_float2 = __commonJS({
|
|
|
36022
36099
|
}
|
|
36023
36100
|
});
|
|
36024
36101
|
|
|
36025
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36102
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
36026
36103
|
var require_int2 = __commonJS({
|
|
36027
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36104
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports$1) {
|
|
36028
36105
|
var stringifyNumber = require_stringifyNumber();
|
|
36029
36106
|
var intIdentify = /* @__PURE__ */ __name((value) => typeof value === "bigint" || Number.isInteger(value), "intIdentify");
|
|
36030
36107
|
function intResolve(str, offset, radix, { intAsBigInt }) {
|
|
@@ -36102,9 +36179,9 @@ var require_int2 = __commonJS({
|
|
|
36102
36179
|
}
|
|
36103
36180
|
});
|
|
36104
36181
|
|
|
36105
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36182
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
36106
36183
|
var require_set = __commonJS({
|
|
36107
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36184
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports$1) {
|
|
36108
36185
|
var identity = require_identity();
|
|
36109
36186
|
var Pair = require_Pair();
|
|
36110
36187
|
var YAMLMap = require_YAMLMap();
|
|
@@ -36193,9 +36270,9 @@ var require_set = __commonJS({
|
|
|
36193
36270
|
}
|
|
36194
36271
|
});
|
|
36195
36272
|
|
|
36196
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36273
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
36197
36274
|
var require_timestamp = __commonJS({
|
|
36198
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36275
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports$1) {
|
|
36199
36276
|
var stringifyNumber = require_stringifyNumber();
|
|
36200
36277
|
function parseSexagesimal(str, asBigInt) {
|
|
36201
36278
|
const sign = str[0];
|
|
@@ -36282,9 +36359,9 @@ var require_timestamp = __commonJS({
|
|
|
36282
36359
|
}
|
|
36283
36360
|
});
|
|
36284
36361
|
|
|
36285
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36362
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
36286
36363
|
var require_schema3 = __commonJS({
|
|
36287
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36364
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports$1) {
|
|
36288
36365
|
var map = require_map();
|
|
36289
36366
|
var _null = require_null();
|
|
36290
36367
|
var seq = require_seq();
|
|
@@ -36325,9 +36402,9 @@ var require_schema3 = __commonJS({
|
|
|
36325
36402
|
}
|
|
36326
36403
|
});
|
|
36327
36404
|
|
|
36328
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36405
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js
|
|
36329
36406
|
var require_tags = __commonJS({
|
|
36330
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36407
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/tags.js"(exports$1) {
|
|
36331
36408
|
var map = require_map();
|
|
36332
36409
|
var _null = require_null();
|
|
36333
36410
|
var seq = require_seq();
|
|
@@ -36419,9 +36496,9 @@ var require_tags = __commonJS({
|
|
|
36419
36496
|
}
|
|
36420
36497
|
});
|
|
36421
36498
|
|
|
36422
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36499
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js
|
|
36423
36500
|
var require_Schema = __commonJS({
|
|
36424
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36501
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/schema/Schema.js"(exports$1) {
|
|
36425
36502
|
var identity = require_identity();
|
|
36426
36503
|
var map = require_map();
|
|
36427
36504
|
var seq = require_seq();
|
|
@@ -36453,9 +36530,9 @@ var require_Schema = __commonJS({
|
|
|
36453
36530
|
}
|
|
36454
36531
|
});
|
|
36455
36532
|
|
|
36456
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36533
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
36457
36534
|
var require_stringifyDocument = __commonJS({
|
|
36458
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36535
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/stringify/stringifyDocument.js"(exports$1) {
|
|
36459
36536
|
var identity = require_identity();
|
|
36460
36537
|
var stringify = require_stringify();
|
|
36461
36538
|
var stringifyComment = require_stringifyComment();
|
|
@@ -36533,9 +36610,9 @@ var require_stringifyDocument = __commonJS({
|
|
|
36533
36610
|
}
|
|
36534
36611
|
});
|
|
36535
36612
|
|
|
36536
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36613
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js
|
|
36537
36614
|
var require_Document = __commonJS({
|
|
36538
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36615
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/doc/Document.js"(exports$1) {
|
|
36539
36616
|
var Alias = require_Alias();
|
|
36540
36617
|
var Collection = require_Collection();
|
|
36541
36618
|
var identity = require_identity();
|
|
@@ -36845,9 +36922,9 @@ var require_Document = __commonJS({
|
|
|
36845
36922
|
}
|
|
36846
36923
|
});
|
|
36847
36924
|
|
|
36848
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36925
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js
|
|
36849
36926
|
var require_errors = __commonJS({
|
|
36850
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
36927
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/errors.js"(exports$1) {
|
|
36851
36928
|
var YAMLError = class extends Error {
|
|
36852
36929
|
static {
|
|
36853
36930
|
__name(this, "YAMLError");
|
|
@@ -36900,7 +36977,7 @@ var require_errors = __commonJS({
|
|
|
36900
36977
|
if (/[^ ]/.test(lineStr)) {
|
|
36901
36978
|
let count = 1;
|
|
36902
36979
|
const end = error.linePos[1];
|
|
36903
|
-
if (end
|
|
36980
|
+
if (end?.line === line && end.col > col) {
|
|
36904
36981
|
count = Math.max(1, Math.min(end.col - col, 80 - ci));
|
|
36905
36982
|
}
|
|
36906
36983
|
const pointer = " ".repeat(ci) + "^".repeat(count);
|
|
@@ -36918,9 +36995,9 @@ ${pointer}
|
|
|
36918
36995
|
}
|
|
36919
36996
|
});
|
|
36920
36997
|
|
|
36921
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
36998
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js
|
|
36922
36999
|
var require_resolve_props = __commonJS({
|
|
36923
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37000
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-props.js"(exports$1) {
|
|
36924
37001
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
36925
37002
|
let spaceBefore = false;
|
|
36926
37003
|
let atNewline = startOnNewline;
|
|
@@ -37052,9 +37129,9 @@ var require_resolve_props = __commonJS({
|
|
|
37052
37129
|
}
|
|
37053
37130
|
});
|
|
37054
37131
|
|
|
37055
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37132
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
37056
37133
|
var require_util_contains_newline = __commonJS({
|
|
37057
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37134
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-contains-newline.js"(exports$1) {
|
|
37058
37135
|
function containsNewline(key) {
|
|
37059
37136
|
if (!key)
|
|
37060
37137
|
return null;
|
|
@@ -37094,9 +37171,9 @@ var require_util_contains_newline = __commonJS({
|
|
|
37094
37171
|
}
|
|
37095
37172
|
});
|
|
37096
37173
|
|
|
37097
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37174
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
37098
37175
|
var require_util_flow_indent_check = __commonJS({
|
|
37099
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37176
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports$1) {
|
|
37100
37177
|
var utilContainsNewline = require_util_contains_newline();
|
|
37101
37178
|
function flowIndentCheck(indent, fc, onError) {
|
|
37102
37179
|
if (fc?.type === "flow-collection") {
|
|
@@ -37112,9 +37189,9 @@ var require_util_flow_indent_check = __commonJS({
|
|
|
37112
37189
|
}
|
|
37113
37190
|
});
|
|
37114
37191
|
|
|
37115
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37192
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js
|
|
37116
37193
|
var require_util_map_includes = __commonJS({
|
|
37117
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37194
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-map-includes.js"(exports$1) {
|
|
37118
37195
|
var identity = require_identity();
|
|
37119
37196
|
function mapIncludes(ctx, items, search) {
|
|
37120
37197
|
const { uniqueKeys } = ctx.options;
|
|
@@ -37128,9 +37205,9 @@ var require_util_map_includes = __commonJS({
|
|
|
37128
37205
|
}
|
|
37129
37206
|
});
|
|
37130
37207
|
|
|
37131
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37208
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
37132
37209
|
var require_resolve_block_map = __commonJS({
|
|
37133
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37210
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-map.js"(exports$1) {
|
|
37134
37211
|
var Pair = require_Pair();
|
|
37135
37212
|
var YAMLMap = require_YAMLMap();
|
|
37136
37213
|
var resolveProps = require_resolve_props();
|
|
@@ -37236,9 +37313,9 @@ var require_resolve_block_map = __commonJS({
|
|
|
37236
37313
|
}
|
|
37237
37314
|
});
|
|
37238
37315
|
|
|
37239
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37316
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
37240
37317
|
var require_resolve_block_seq = __commonJS({
|
|
37241
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37318
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-seq.js"(exports$1) {
|
|
37242
37319
|
var YAMLSeq = require_YAMLSeq();
|
|
37243
37320
|
var resolveProps = require_resolve_props();
|
|
37244
37321
|
var utilFlowIndentCheck = require_util_flow_indent_check();
|
|
@@ -37262,7 +37339,7 @@ var require_resolve_block_seq = __commonJS({
|
|
|
37262
37339
|
});
|
|
37263
37340
|
if (!props.found) {
|
|
37264
37341
|
if (props.anchor || props.tag || value) {
|
|
37265
|
-
if (value
|
|
37342
|
+
if (value?.type === "block-seq")
|
|
37266
37343
|
onError(props.end, "BAD_INDENT", "All sequence items must start at the same column");
|
|
37267
37344
|
else
|
|
37268
37345
|
onError(offset, "MISSING_CHAR", "Sequence item without - indicator");
|
|
@@ -37287,9 +37364,9 @@ var require_resolve_block_seq = __commonJS({
|
|
|
37287
37364
|
}
|
|
37288
37365
|
});
|
|
37289
37366
|
|
|
37290
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37367
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js
|
|
37291
37368
|
var require_resolve_end = __commonJS({
|
|
37292
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37369
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-end.js"(exports$1) {
|
|
37293
37370
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
37294
37371
|
let comment = "";
|
|
37295
37372
|
if (end) {
|
|
@@ -37330,9 +37407,9 @@ var require_resolve_end = __commonJS({
|
|
|
37330
37407
|
}
|
|
37331
37408
|
});
|
|
37332
37409
|
|
|
37333
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37410
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
37334
37411
|
var require_resolve_flow_collection = __commonJS({
|
|
37335
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37412
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports$1) {
|
|
37336
37413
|
var identity = require_identity();
|
|
37337
37414
|
var Pair = require_Pair();
|
|
37338
37415
|
var YAMLMap = require_YAMLMap();
|
|
@@ -37459,7 +37536,7 @@ var require_resolve_flow_collection = __commonJS({
|
|
|
37459
37536
|
onError(valueProps.found, "KEY_OVER_1024_CHARS", "The : indicator must be at most 1024 chars after the start of an implicit flow sequence key");
|
|
37460
37537
|
}
|
|
37461
37538
|
} else if (value) {
|
|
37462
|
-
if ("source" in value && value.source
|
|
37539
|
+
if ("source" in value && value.source?.[0] === ":")
|
|
37463
37540
|
onError(value, "MISSING_CHAR", `Missing space after : in ${fcName}`);
|
|
37464
37541
|
else
|
|
37465
37542
|
onError(valueProps.start, "MISSING_CHAR", `Missing , or : between ${fcName} items`);
|
|
@@ -37496,7 +37573,7 @@ var require_resolve_flow_collection = __commonJS({
|
|
|
37496
37573
|
const expectedEnd = isMap ? "}" : "]";
|
|
37497
37574
|
const [ce, ...ee] = fc.end;
|
|
37498
37575
|
let cePos = offset;
|
|
37499
|
-
if (ce
|
|
37576
|
+
if (ce?.source === expectedEnd)
|
|
37500
37577
|
cePos = ce.offset + ce.source.length;
|
|
37501
37578
|
else {
|
|
37502
37579
|
const name = fcName[0].toUpperCase() + fcName.substring(1);
|
|
@@ -37524,9 +37601,9 @@ var require_resolve_flow_collection = __commonJS({
|
|
|
37524
37601
|
}
|
|
37525
37602
|
});
|
|
37526
37603
|
|
|
37527
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37604
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js
|
|
37528
37605
|
var require_compose_collection = __commonJS({
|
|
37529
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37606
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-collection.js"(exports$1) {
|
|
37530
37607
|
var identity = require_identity();
|
|
37531
37608
|
var Scalar = require_Scalar();
|
|
37532
37609
|
var YAMLMap = require_YAMLMap();
|
|
@@ -37564,7 +37641,7 @@ var require_compose_collection = __commonJS({
|
|
|
37564
37641
|
let tag = ctx.schema.tags.find((t4) => t4.tag === tagName && t4.collection === expType);
|
|
37565
37642
|
if (!tag) {
|
|
37566
37643
|
const kt = ctx.schema.knownTags[tagName];
|
|
37567
|
-
if (kt
|
|
37644
|
+
if (kt?.collection === expType) {
|
|
37568
37645
|
ctx.schema.tags.push(Object.assign({}, kt, { default: false }));
|
|
37569
37646
|
tag = kt;
|
|
37570
37647
|
} else {
|
|
@@ -37590,9 +37667,9 @@ var require_compose_collection = __commonJS({
|
|
|
37590
37667
|
}
|
|
37591
37668
|
});
|
|
37592
37669
|
|
|
37593
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37670
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
37594
37671
|
var require_resolve_block_scalar = __commonJS({
|
|
37595
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37672
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports$1) {
|
|
37596
37673
|
var Scalar = require_Scalar();
|
|
37597
37674
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
37598
37675
|
const start = scalar.offset;
|
|
@@ -37775,9 +37852,9 @@ var require_resolve_block_scalar = __commonJS({
|
|
|
37775
37852
|
}
|
|
37776
37853
|
});
|
|
37777
37854
|
|
|
37778
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
37855
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
37779
37856
|
var require_resolve_flow_scalar = __commonJS({
|
|
37780
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
37857
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports$1) {
|
|
37781
37858
|
var Scalar = require_Scalar();
|
|
37782
37859
|
var resolveEnd = require_resolve_end();
|
|
37783
37860
|
function resolveFlowScalar(scalar, strict, onError) {
|
|
@@ -37911,7 +37988,7 @@ var require_resolve_flow_scalar = __commonJS({
|
|
|
37911
37988
|
while (next === " " || next === " ")
|
|
37912
37989
|
next = source[++i + 1];
|
|
37913
37990
|
} else if (next === "x" || next === "u" || next === "U") {
|
|
37914
|
-
const length =
|
|
37991
|
+
const length = next === "x" ? 2 : next === "u" ? 4 : 8;
|
|
37915
37992
|
res += parseCharCode(source, i + 1, length, onError);
|
|
37916
37993
|
i += length;
|
|
37917
37994
|
} else {
|
|
@@ -37988,21 +38065,22 @@ var require_resolve_flow_scalar = __commonJS({
|
|
|
37988
38065
|
const cc = source.substr(offset, length);
|
|
37989
38066
|
const ok = cc.length === length && /^[0-9a-fA-F]+$/.test(cc);
|
|
37990
38067
|
const code = ok ? parseInt(cc, 16) : NaN;
|
|
37991
|
-
|
|
38068
|
+
try {
|
|
38069
|
+
return String.fromCodePoint(code);
|
|
38070
|
+
} catch {
|
|
37992
38071
|
const raw = source.substr(offset - 2, length + 2);
|
|
37993
38072
|
onError(offset - 2, "BAD_DQ_ESCAPE", `Invalid escape sequence ${raw}`);
|
|
37994
38073
|
return raw;
|
|
37995
38074
|
}
|
|
37996
|
-
return String.fromCodePoint(code);
|
|
37997
38075
|
}
|
|
37998
38076
|
__name(parseCharCode, "parseCharCode");
|
|
37999
38077
|
exports$1.resolveFlowScalar = resolveFlowScalar;
|
|
38000
38078
|
}
|
|
38001
38079
|
});
|
|
38002
38080
|
|
|
38003
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38081
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js
|
|
38004
38082
|
var require_compose_scalar = __commonJS({
|
|
38005
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38083
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-scalar.js"(exports$1) {
|
|
38006
38084
|
var identity = require_identity();
|
|
38007
38085
|
var Scalar = require_Scalar();
|
|
38008
38086
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
@@ -38083,9 +38161,9 @@ var require_compose_scalar = __commonJS({
|
|
|
38083
38161
|
}
|
|
38084
38162
|
});
|
|
38085
38163
|
|
|
38086
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38164
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
38087
38165
|
var require_util_empty_scalar_position = __commonJS({
|
|
38088
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38166
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports$1) {
|
|
38089
38167
|
function emptyScalarPosition(offset, before, pos) {
|
|
38090
38168
|
if (before) {
|
|
38091
38169
|
pos ?? (pos = before.length);
|
|
@@ -38113,9 +38191,9 @@ var require_util_empty_scalar_position = __commonJS({
|
|
|
38113
38191
|
}
|
|
38114
38192
|
});
|
|
38115
38193
|
|
|
38116
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38194
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js
|
|
38117
38195
|
var require_compose_node = __commonJS({
|
|
38118
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38196
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-node.js"(exports$1) {
|
|
38119
38197
|
var Alias = require_Alias();
|
|
38120
38198
|
var identity = require_identity();
|
|
38121
38199
|
var composeCollection = require_compose_collection();
|
|
@@ -38145,17 +38223,22 @@ var require_compose_node = __commonJS({
|
|
|
38145
38223
|
case "block-map":
|
|
38146
38224
|
case "block-seq":
|
|
38147
38225
|
case "flow-collection":
|
|
38148
|
-
|
|
38149
|
-
|
|
38150
|
-
|
|
38226
|
+
try {
|
|
38227
|
+
node = composeCollection.composeCollection(CN, ctx, token, props, onError);
|
|
38228
|
+
if (anchor)
|
|
38229
|
+
node.anchor = anchor.source.substring(1);
|
|
38230
|
+
} catch (error) {
|
|
38231
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
38232
|
+
onError(token, "RESOURCE_EXHAUSTION", message);
|
|
38233
|
+
}
|
|
38151
38234
|
break;
|
|
38152
38235
|
default: {
|
|
38153
38236
|
const message = token.type === "error" ? token.message : `Unsupported token (type: ${token.type})`;
|
|
38154
38237
|
onError(token, "UNEXPECTED_TOKEN", message);
|
|
38155
|
-
node = composeEmptyNode(ctx, token.offset, void 0, null, props, onError);
|
|
38156
38238
|
isSrcToken = false;
|
|
38157
38239
|
}
|
|
38158
38240
|
}
|
|
38241
|
+
node ?? (node = composeEmptyNode(ctx, token.offset, void 0, null, props, onError));
|
|
38159
38242
|
if (anchor && node.anchor === "")
|
|
38160
38243
|
onError(anchor, "BAD_ALIAS", "Anchor cannot be an empty string");
|
|
38161
38244
|
if (atKey && ctx.options.stringKeys && (!identity.isScalar(node) || typeof node.value !== "string" || node.tag && node.tag !== "tag:yaml.org,2002:str")) {
|
|
@@ -38216,9 +38299,9 @@ var require_compose_node = __commonJS({
|
|
|
38216
38299
|
}
|
|
38217
38300
|
});
|
|
38218
38301
|
|
|
38219
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38302
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js
|
|
38220
38303
|
var require_compose_doc = __commonJS({
|
|
38221
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38304
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/compose-doc.js"(exports$1) {
|
|
38222
38305
|
var Document = require_Document();
|
|
38223
38306
|
var composeNode = require_compose_node();
|
|
38224
38307
|
var resolveEnd = require_resolve_end();
|
|
@@ -38259,9 +38342,9 @@ var require_compose_doc = __commonJS({
|
|
|
38259
38342
|
}
|
|
38260
38343
|
});
|
|
38261
38344
|
|
|
38262
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38345
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js
|
|
38263
38346
|
var require_composer = __commonJS({
|
|
38264
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38347
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/compose/composer.js"(exports$1) {
|
|
38265
38348
|
var node_process = __require("process");
|
|
38266
38349
|
var directives = require_directives();
|
|
38267
38350
|
var Document = require_Document();
|
|
@@ -38347,8 +38430,10 @@ ${cb}` : comment;
|
|
|
38347
38430
|
}
|
|
38348
38431
|
}
|
|
38349
38432
|
if (afterDoc) {
|
|
38350
|
-
|
|
38351
|
-
|
|
38433
|
+
for (let i = 0; i < this.errors.length; ++i)
|
|
38434
|
+
doc.errors.push(this.errors[i]);
|
|
38435
|
+
for (let i = 0; i < this.warnings.length; ++i)
|
|
38436
|
+
doc.warnings.push(this.warnings[i]);
|
|
38352
38437
|
} else {
|
|
38353
38438
|
doc.errors = this.errors;
|
|
38354
38439
|
doc.warnings = this.warnings;
|
|
@@ -38469,9 +38554,9 @@ ${end.comment}` : end.comment;
|
|
|
38469
38554
|
}
|
|
38470
38555
|
});
|
|
38471
38556
|
|
|
38472
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38557
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js
|
|
38473
38558
|
var require_cst_scalar = __commonJS({
|
|
38474
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38559
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-scalar.js"(exports$1) {
|
|
38475
38560
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
38476
38561
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
38477
38562
|
var errors = require_errors();
|
|
@@ -38659,9 +38744,9 @@ var require_cst_scalar = __commonJS({
|
|
|
38659
38744
|
}
|
|
38660
38745
|
});
|
|
38661
38746
|
|
|
38662
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38747
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js
|
|
38663
38748
|
var require_cst_stringify = __commonJS({
|
|
38664
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38749
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-stringify.js"(exports$1) {
|
|
38665
38750
|
var stringify = /* @__PURE__ */ __name((cst) => "type" in cst ? stringifyToken(cst) : stringifyItem(cst), "stringify");
|
|
38666
38751
|
function stringifyToken(token) {
|
|
38667
38752
|
switch (token.type) {
|
|
@@ -38721,9 +38806,9 @@ var require_cst_stringify = __commonJS({
|
|
|
38721
38806
|
}
|
|
38722
38807
|
});
|
|
38723
38808
|
|
|
38724
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38809
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js
|
|
38725
38810
|
var require_cst_visit = __commonJS({
|
|
38726
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38811
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst-visit.js"(exports$1) {
|
|
38727
38812
|
var BREAK = Symbol("break visit");
|
|
38728
38813
|
var SKIP = Symbol("skip children");
|
|
38729
38814
|
var REMOVE = Symbol("remove item");
|
|
@@ -38784,9 +38869,9 @@ var require_cst_visit = __commonJS({
|
|
|
38784
38869
|
}
|
|
38785
38870
|
});
|
|
38786
38871
|
|
|
38787
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38872
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js
|
|
38788
38873
|
var require_cst = __commonJS({
|
|
38789
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38874
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/cst.js"(exports$1) {
|
|
38790
38875
|
var cstScalar = require_cst_scalar();
|
|
38791
38876
|
var cstStringify = require_cst_stringify();
|
|
38792
38877
|
var cstVisit = require_cst_visit();
|
|
@@ -38887,9 +38972,9 @@ var require_cst = __commonJS({
|
|
|
38887
38972
|
}
|
|
38888
38973
|
});
|
|
38889
38974
|
|
|
38890
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
38975
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js
|
|
38891
38976
|
var require_lexer = __commonJS({
|
|
38892
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
38977
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/lexer.js"(exports$1) {
|
|
38893
38978
|
var cst = require_cst();
|
|
38894
38979
|
function isEmpty(ch) {
|
|
38895
38980
|
switch (ch) {
|
|
@@ -39092,7 +39177,7 @@ var require_lexer = __commonJS({
|
|
|
39092
39177
|
const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
|
|
39093
39178
|
this.indentNext = this.indentValue + 1;
|
|
39094
39179
|
this.indentValue += n;
|
|
39095
|
-
return
|
|
39180
|
+
return "block-start";
|
|
39096
39181
|
}
|
|
39097
39182
|
return "doc";
|
|
39098
39183
|
}
|
|
@@ -39391,28 +39476,38 @@ var require_lexer = __commonJS({
|
|
|
39391
39476
|
return 0;
|
|
39392
39477
|
}
|
|
39393
39478
|
*pushIndicators() {
|
|
39394
|
-
|
|
39395
|
-
|
|
39396
|
-
|
|
39397
|
-
|
|
39398
|
-
|
|
39399
|
-
|
|
39400
|
-
|
|
39401
|
-
|
|
39402
|
-
|
|
39403
|
-
|
|
39404
|
-
|
|
39405
|
-
|
|
39406
|
-
|
|
39407
|
-
|
|
39408
|
-
|
|
39409
|
-
|
|
39410
|
-
|
|
39411
|
-
|
|
39479
|
+
let n = 0;
|
|
39480
|
+
loop: while (true) {
|
|
39481
|
+
switch (this.charAt(0)) {
|
|
39482
|
+
case "!":
|
|
39483
|
+
n += yield* this.pushTag();
|
|
39484
|
+
n += yield* this.pushSpaces(true);
|
|
39485
|
+
continue loop;
|
|
39486
|
+
case "&":
|
|
39487
|
+
n += yield* this.pushUntil(isNotAnchorChar);
|
|
39488
|
+
n += yield* this.pushSpaces(true);
|
|
39489
|
+
continue loop;
|
|
39490
|
+
case "-":
|
|
39491
|
+
// this is an error
|
|
39492
|
+
case "?":
|
|
39493
|
+
// this is an error outside flow collections
|
|
39494
|
+
case ":": {
|
|
39495
|
+
const inFlow = this.flowLevel > 0;
|
|
39496
|
+
const ch1 = this.charAt(1);
|
|
39497
|
+
if (isEmpty(ch1) || inFlow && flowIndicatorChars.has(ch1)) {
|
|
39498
|
+
if (!inFlow)
|
|
39499
|
+
this.indentNext = this.indentValue + 1;
|
|
39500
|
+
else if (this.flowKey)
|
|
39501
|
+
this.flowKey = false;
|
|
39502
|
+
n += yield* this.pushCount(1);
|
|
39503
|
+
n += yield* this.pushSpaces(true);
|
|
39504
|
+
continue loop;
|
|
39505
|
+
}
|
|
39412
39506
|
}
|
|
39413
39507
|
}
|
|
39508
|
+
break loop;
|
|
39414
39509
|
}
|
|
39415
|
-
return
|
|
39510
|
+
return n;
|
|
39416
39511
|
}
|
|
39417
39512
|
*pushTag() {
|
|
39418
39513
|
if (this.charAt(1) === "<") {
|
|
@@ -39469,9 +39564,9 @@ var require_lexer = __commonJS({
|
|
|
39469
39564
|
}
|
|
39470
39565
|
});
|
|
39471
39566
|
|
|
39472
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
39567
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js
|
|
39473
39568
|
var require_line_counter = __commonJS({
|
|
39474
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
39569
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/line-counter.js"(exports$1) {
|
|
39475
39570
|
var LineCounter = class {
|
|
39476
39571
|
static {
|
|
39477
39572
|
__name(this, "LineCounter");
|
|
@@ -39502,9 +39597,9 @@ var require_line_counter = __commonJS({
|
|
|
39502
39597
|
}
|
|
39503
39598
|
});
|
|
39504
39599
|
|
|
39505
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
39600
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js
|
|
39506
39601
|
var require_parser2 = __commonJS({
|
|
39507
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
39602
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/parse/parser.js"(exports$1) {
|
|
39508
39603
|
var node_process = __require("process");
|
|
39509
39604
|
var cst = require_cst();
|
|
39510
39605
|
var lexer = require_lexer();
|
|
@@ -39577,6 +39672,14 @@ var require_parser2 = __commonJS({
|
|
|
39577
39672
|
return prev.splice(i, prev.length);
|
|
39578
39673
|
}
|
|
39579
39674
|
__name(getFirstKeyStartProps, "getFirstKeyStartProps");
|
|
39675
|
+
function arrayPushArray(target, source) {
|
|
39676
|
+
if (source.length < 1e5)
|
|
39677
|
+
Array.prototype.push.apply(target, source);
|
|
39678
|
+
else
|
|
39679
|
+
for (let i = 0; i < source.length; ++i)
|
|
39680
|
+
target.push(source[i]);
|
|
39681
|
+
}
|
|
39682
|
+
__name(arrayPushArray, "arrayPushArray");
|
|
39580
39683
|
function fixFlowSeqItems(fc) {
|
|
39581
39684
|
if (fc.start.type === "flow-seq-start") {
|
|
39582
39685
|
for (const it of fc.items) {
|
|
@@ -39586,11 +39689,11 @@ var require_parser2 = __commonJS({
|
|
|
39586
39689
|
delete it.key;
|
|
39587
39690
|
if (isFlowToken(it.value)) {
|
|
39588
39691
|
if (it.value.end)
|
|
39589
|
-
|
|
39692
|
+
arrayPushArray(it.value.end, it.sep);
|
|
39590
39693
|
else
|
|
39591
39694
|
it.value.end = it.sep;
|
|
39592
39695
|
} else
|
|
39593
|
-
|
|
39696
|
+
arrayPushArray(it.start, it.sep);
|
|
39594
39697
|
delete it.sep;
|
|
39595
39698
|
}
|
|
39596
39699
|
}
|
|
@@ -39700,7 +39803,7 @@ var require_parser2 = __commonJS({
|
|
|
39700
39803
|
}
|
|
39701
39804
|
*step() {
|
|
39702
39805
|
const top = this.peek(1);
|
|
39703
|
-
if (this.type === "doc-end" &&
|
|
39806
|
+
if (this.type === "doc-end" && top?.type !== "doc-end") {
|
|
39704
39807
|
while (this.stack.length > 0)
|
|
39705
39808
|
yield* this.pop();
|
|
39706
39809
|
this.stack.push({
|
|
@@ -39949,7 +40052,7 @@ var require_parser2 = __commonJS({
|
|
|
39949
40052
|
const prev = map.items[map.items.length - 2];
|
|
39950
40053
|
const end = prev?.value?.end;
|
|
39951
40054
|
if (Array.isArray(end)) {
|
|
39952
|
-
|
|
40055
|
+
arrayPushArray(end, it.start);
|
|
39953
40056
|
end.push(this.sourceToken);
|
|
39954
40057
|
map.items.pop();
|
|
39955
40058
|
return;
|
|
@@ -40137,7 +40240,7 @@ var require_parser2 = __commonJS({
|
|
|
40137
40240
|
const prev = seq.items[seq.items.length - 2];
|
|
40138
40241
|
const end = prev?.value?.end;
|
|
40139
40242
|
if (Array.isArray(end)) {
|
|
40140
|
-
|
|
40243
|
+
arrayPushArray(end, it.start);
|
|
40141
40244
|
end.push(this.sourceToken);
|
|
40142
40245
|
seq.items.pop();
|
|
40143
40246
|
return;
|
|
@@ -40178,7 +40281,7 @@ var require_parser2 = __commonJS({
|
|
|
40178
40281
|
do {
|
|
40179
40282
|
yield* this.pop();
|
|
40180
40283
|
top = this.peek(1);
|
|
40181
|
-
} while (top
|
|
40284
|
+
} while (top?.type === "flow-collection");
|
|
40182
40285
|
} else if (fc.end.length === 0) {
|
|
40183
40286
|
switch (this.type) {
|
|
40184
40287
|
case "comma":
|
|
@@ -40377,9 +40480,9 @@ var require_parser2 = __commonJS({
|
|
|
40377
40480
|
}
|
|
40378
40481
|
});
|
|
40379
40482
|
|
|
40380
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
40483
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js
|
|
40381
40484
|
var require_public_api = __commonJS({
|
|
40382
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
40485
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/public-api.js"(exports$1) {
|
|
40383
40486
|
var composer = require_composer();
|
|
40384
40487
|
var Document = require_Document();
|
|
40385
40488
|
var errors = require_errors();
|
|
@@ -40478,9 +40581,9 @@ var require_public_api = __commonJS({
|
|
|
40478
40581
|
}
|
|
40479
40582
|
});
|
|
40480
40583
|
|
|
40481
|
-
// ../../node_modules/.pnpm/yaml@2.
|
|
40584
|
+
// ../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js
|
|
40482
40585
|
var require_dist = __commonJS({
|
|
40483
|
-
"../../node_modules/.pnpm/yaml@2.
|
|
40586
|
+
"../../node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/dist/index.js"(exports$1) {
|
|
40484
40587
|
var composer = require_composer();
|
|
40485
40588
|
var Document = require_Document();
|
|
40486
40589
|
var Schema = require_Schema();
|
|
@@ -44894,6 +44997,9 @@ var ReactRouter = class extends Framework {
|
|
|
44894
44997
|
static {
|
|
44895
44998
|
__name(this, "ReactRouter");
|
|
44896
44999
|
}
|
|
45000
|
+
env = {
|
|
45001
|
+
CLOUDFLARE_VITE_FORCE_BUILD_OUTPUT: "true"
|
|
45002
|
+
};
|
|
44897
45003
|
async configure({
|
|
44898
45004
|
dryRun,
|
|
44899
45005
|
projectPath,
|
|
@@ -45100,6 +45206,9 @@ var TanstackStart = class extends Framework {
|
|
|
45100
45206
|
static {
|
|
45101
45207
|
__name(this, "TanstackStart");
|
|
45102
45208
|
}
|
|
45209
|
+
env = {
|
|
45210
|
+
CLOUDFLARE_VITE_FORCE_BUILD_OUTPUT: "true"
|
|
45211
|
+
};
|
|
45103
45212
|
async configure({
|
|
45104
45213
|
dryRun,
|
|
45105
45214
|
projectPath,
|
|
@@ -45130,6 +45239,9 @@ var Vike = class extends Framework {
|
|
|
45130
45239
|
static {
|
|
45131
45240
|
__name(this, "Vike");
|
|
45132
45241
|
}
|
|
45242
|
+
env = {
|
|
45243
|
+
CLOUDFLARE_VITE_FORCE_BUILD_OUTPUT: "true"
|
|
45244
|
+
};
|
|
45133
45245
|
async configure({
|
|
45134
45246
|
projectPath,
|
|
45135
45247
|
dryRun,
|
|
@@ -45304,6 +45416,9 @@ var Vite = class extends Framework {
|
|
|
45304
45416
|
static {
|
|
45305
45417
|
__name(this, "Vite");
|
|
45306
45418
|
}
|
|
45419
|
+
env = {
|
|
45420
|
+
CLOUDFLARE_VITE_FORCE_BUILD_OUTPUT: "true"
|
|
45421
|
+
};
|
|
45307
45422
|
isConfigured(projectPath, { target = "cf" } = {}) {
|
|
45308
45423
|
if (target !== "wrangler") {
|
|
45309
45424
|
return false;
|
|
@@ -45777,7 +45892,7 @@ function isFrameworkSupported(frameworkId) {
|
|
|
45777
45892
|
}
|
|
45778
45893
|
__name(isFrameworkSupported, "isFrameworkSupported");
|
|
45779
45894
|
|
|
45780
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
45895
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/logger.js
|
|
45781
45896
|
var LogLevel;
|
|
45782
45897
|
(function(LogLevel2) {
|
|
45783
45898
|
LogLevel2["DEBUG"] = "debug";
|
|
@@ -45825,7 +45940,7 @@ var DefaultLogger = class {
|
|
|
45825
45940
|
}
|
|
45826
45941
|
};
|
|
45827
45942
|
|
|
45828
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
45943
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/file-system.js
|
|
45829
45944
|
function normalizePathSegments(parts, allowAboveRoot) {
|
|
45830
45945
|
const res = [];
|
|
45831
45946
|
for (let i = 0; i < parts.length; i++) {
|
|
@@ -46004,10 +46119,10 @@ ${error.stack}`;
|
|
|
46004
46119
|
}
|
|
46005
46120
|
};
|
|
46006
46121
|
|
|
46007
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46122
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/framework.js
|
|
46008
46123
|
var import_semver = __toESM(require_semver2(), 1);
|
|
46009
46124
|
|
|
46010
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46125
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/get-commands.js
|
|
46011
46126
|
var NPM_DEV_SCRIPTS = ["dev", "serve", "develop", "start", "run", "web"];
|
|
46012
46127
|
var EXCLUDED_DEV_SCRIPTS = ["netlify dev"];
|
|
46013
46128
|
var NPM_BUILD_SCRIPTS = ["build"];
|
|
@@ -46040,7 +46155,7 @@ function getBuildCommands(frameworkBuildCommand, scripts = {}) {
|
|
|
46040
46155
|
}
|
|
46041
46156
|
__name(getBuildCommands, "getBuildCommands");
|
|
46042
46157
|
|
|
46043
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46158
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/framework.js
|
|
46044
46159
|
var Category;
|
|
46045
46160
|
(function(Category2) {
|
|
46046
46161
|
Category2["BackendFramework"] = "backend_framework";
|
|
@@ -46304,7 +46419,7 @@ var BaseFramework = class {
|
|
|
46304
46419
|
}
|
|
46305
46420
|
};
|
|
46306
46421
|
|
|
46307
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46422
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/analog.js
|
|
46308
46423
|
var Analog2 = class extends BaseFramework {
|
|
46309
46424
|
static {
|
|
46310
46425
|
__name(this, "Analog");
|
|
@@ -46330,7 +46445,7 @@ var Analog2 = class extends BaseFramework {
|
|
|
46330
46445
|
};
|
|
46331
46446
|
};
|
|
46332
46447
|
|
|
46333
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46448
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/angular.js
|
|
46334
46449
|
var import_semver2 = __toESM(require_semver2(), 1);
|
|
46335
46450
|
var Angular2 = class extends BaseFramework {
|
|
46336
46451
|
static {
|
|
@@ -46377,7 +46492,7 @@ var Angular2 = class extends BaseFramework {
|
|
|
46377
46492
|
}
|
|
46378
46493
|
};
|
|
46379
46494
|
|
|
46380
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46495
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/assemble.js
|
|
46381
46496
|
var Assemble = class extends BaseFramework {
|
|
46382
46497
|
static {
|
|
46383
46498
|
__name(this, "Assemble");
|
|
@@ -46397,7 +46512,7 @@ var Assemble = class extends BaseFramework {
|
|
|
46397
46512
|
};
|
|
46398
46513
|
};
|
|
46399
46514
|
|
|
46400
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46515
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/astro.js
|
|
46401
46516
|
var import_semver3 = __toESM(require_semver2(), 1);
|
|
46402
46517
|
var Astro2 = class extends BaseFramework {
|
|
46403
46518
|
static {
|
|
@@ -46434,7 +46549,7 @@ var Astro2 = class extends BaseFramework {
|
|
|
46434
46549
|
}
|
|
46435
46550
|
};
|
|
46436
46551
|
|
|
46437
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46552
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/blitz.js
|
|
46438
46553
|
var Blitz = class extends BaseFramework {
|
|
46439
46554
|
static {
|
|
46440
46555
|
__name(this, "Blitz");
|
|
@@ -46459,7 +46574,7 @@ var Blitz = class extends BaseFramework {
|
|
|
46459
46574
|
};
|
|
46460
46575
|
};
|
|
46461
46576
|
|
|
46462
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46577
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/brunch.js
|
|
46463
46578
|
var Brunch = class extends BaseFramework {
|
|
46464
46579
|
static {
|
|
46465
46580
|
__name(this, "Brunch");
|
|
@@ -46485,7 +46600,7 @@ var Brunch = class extends BaseFramework {
|
|
|
46485
46600
|
};
|
|
46486
46601
|
};
|
|
46487
46602
|
|
|
46488
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46603
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/cecil.js
|
|
46489
46604
|
var Cecil = class extends BaseFramework {
|
|
46490
46605
|
static {
|
|
46491
46606
|
__name(this, "Cecil");
|
|
@@ -46510,7 +46625,7 @@ var Cecil = class extends BaseFramework {
|
|
|
46510
46625
|
};
|
|
46511
46626
|
};
|
|
46512
46627
|
|
|
46513
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46628
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/docpad.js
|
|
46514
46629
|
var DocPad = class extends BaseFramework {
|
|
46515
46630
|
static {
|
|
46516
46631
|
__name(this, "DocPad");
|
|
@@ -46530,7 +46645,7 @@ var DocPad = class extends BaseFramework {
|
|
|
46530
46645
|
};
|
|
46531
46646
|
};
|
|
46532
46647
|
|
|
46533
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46648
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/docusaurus.js
|
|
46534
46649
|
var Docusaurus = class extends BaseFramework {
|
|
46535
46650
|
static {
|
|
46536
46651
|
__name(this, "Docusaurus");
|
|
@@ -46582,7 +46697,7 @@ var Docusaurus = class extends BaseFramework {
|
|
|
46582
46697
|
}
|
|
46583
46698
|
};
|
|
46584
46699
|
|
|
46585
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46700
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/eleventy.js
|
|
46586
46701
|
var Eleventy = class extends BaseFramework {
|
|
46587
46702
|
static {
|
|
46588
46703
|
__name(this, "Eleventy");
|
|
@@ -46608,7 +46723,7 @@ var Eleventy = class extends BaseFramework {
|
|
|
46608
46723
|
};
|
|
46609
46724
|
};
|
|
46610
46725
|
|
|
46611
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46726
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/ember.js
|
|
46612
46727
|
var Ember = class extends BaseFramework {
|
|
46613
46728
|
static {
|
|
46614
46729
|
__name(this, "Ember");
|
|
@@ -46634,7 +46749,7 @@ var Ember = class extends BaseFramework {
|
|
|
46634
46749
|
};
|
|
46635
46750
|
};
|
|
46636
46751
|
|
|
46637
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46752
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/expo.js
|
|
46638
46753
|
var Expo = class extends BaseFramework {
|
|
46639
46754
|
static {
|
|
46640
46755
|
__name(this, "Expo");
|
|
@@ -46660,7 +46775,7 @@ var Expo = class extends BaseFramework {
|
|
|
46660
46775
|
};
|
|
46661
46776
|
};
|
|
46662
46777
|
|
|
46663
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46778
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/gatsby.js
|
|
46664
46779
|
var import_semver4 = __toESM(require_semver2(), 1);
|
|
46665
46780
|
var Gatsby = class extends BaseFramework {
|
|
46666
46781
|
static {
|
|
@@ -46708,7 +46823,7 @@ var Gatsby = class extends BaseFramework {
|
|
|
46708
46823
|
}
|
|
46709
46824
|
};
|
|
46710
46825
|
|
|
46711
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46826
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/gridsome.js
|
|
46712
46827
|
var Gridsome = class extends BaseFramework {
|
|
46713
46828
|
static {
|
|
46714
46829
|
__name(this, "Gridsome");
|
|
@@ -46734,7 +46849,7 @@ var Gridsome = class extends BaseFramework {
|
|
|
46734
46849
|
};
|
|
46735
46850
|
};
|
|
46736
46851
|
|
|
46737
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46852
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/grunt.js
|
|
46738
46853
|
var Grunt = class extends BaseFramework {
|
|
46739
46854
|
static {
|
|
46740
46855
|
__name(this, "Grunt");
|
|
@@ -46754,7 +46869,7 @@ var Grunt = class extends BaseFramework {
|
|
|
46754
46869
|
};
|
|
46755
46870
|
};
|
|
46756
46871
|
|
|
46757
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46872
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/gulp.js
|
|
46758
46873
|
var Gulp = class extends BaseFramework {
|
|
46759
46874
|
static {
|
|
46760
46875
|
__name(this, "Gulp");
|
|
@@ -46774,7 +46889,7 @@ var Gulp = class extends BaseFramework {
|
|
|
46774
46889
|
};
|
|
46775
46890
|
};
|
|
46776
46891
|
|
|
46777
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46892
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/harp.js
|
|
46778
46893
|
var Harp = class extends BaseFramework {
|
|
46779
46894
|
static {
|
|
46780
46895
|
__name(this, "Harp");
|
|
@@ -46799,7 +46914,7 @@ var Harp = class extends BaseFramework {
|
|
|
46799
46914
|
};
|
|
46800
46915
|
};
|
|
46801
46916
|
|
|
46802
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46917
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/hexo.js
|
|
46803
46918
|
var Hexo = class extends BaseFramework {
|
|
46804
46919
|
static {
|
|
46805
46920
|
__name(this, "Hexo");
|
|
@@ -46825,7 +46940,7 @@ var Hexo = class extends BaseFramework {
|
|
|
46825
46940
|
};
|
|
46826
46941
|
};
|
|
46827
46942
|
|
|
46828
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46943
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/hono.js
|
|
46829
46944
|
var Hono = class extends BaseFramework {
|
|
46830
46945
|
static {
|
|
46831
46946
|
__name(this, "Hono");
|
|
@@ -46841,7 +46956,7 @@ var Hono = class extends BaseFramework {
|
|
|
46841
46956
|
};
|
|
46842
46957
|
};
|
|
46843
46958
|
|
|
46844
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46959
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/hugo.js
|
|
46845
46960
|
var Hugo = class extends BaseFramework {
|
|
46846
46961
|
static {
|
|
46847
46962
|
__name(this, "Hugo");
|
|
@@ -46866,7 +46981,7 @@ var Hugo = class extends BaseFramework {
|
|
|
46866
46981
|
};
|
|
46867
46982
|
};
|
|
46868
46983
|
|
|
46869
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
46984
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/hydrogen.js
|
|
46870
46985
|
var CLASSIC_COMPILER_CONFIG_FILES = ["remix.config.js"];
|
|
46871
46986
|
var CLASSIC_COMPILER_DEV = {
|
|
46872
46987
|
command: 'remix dev --manual -c "netlify dev"'
|
|
@@ -46923,7 +47038,7 @@ var Hydrogen = class extends BaseFramework {
|
|
|
46923
47038
|
}
|
|
46924
47039
|
};
|
|
46925
47040
|
|
|
46926
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47041
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/jekyll.js
|
|
46927
47042
|
var Jekyll = class extends BaseFramework {
|
|
46928
47043
|
static {
|
|
46929
47044
|
__name(this, "Jekyll");
|
|
@@ -46948,7 +47063,7 @@ var Jekyll = class extends BaseFramework {
|
|
|
46948
47063
|
};
|
|
46949
47064
|
};
|
|
46950
47065
|
|
|
46951
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47066
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/mastra.js
|
|
46952
47067
|
var Mastra = class extends BaseFramework {
|
|
46953
47068
|
static {
|
|
46954
47069
|
__name(this, "Mastra");
|
|
@@ -46973,7 +47088,7 @@ var Mastra = class extends BaseFramework {
|
|
|
46973
47088
|
};
|
|
46974
47089
|
};
|
|
46975
47090
|
|
|
46976
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47091
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/metalsmith.js
|
|
46977
47092
|
var Metalsmith = class extends BaseFramework {
|
|
46978
47093
|
static {
|
|
46979
47094
|
__name(this, "Metalsmith");
|
|
@@ -46993,7 +47108,7 @@ var Metalsmith = class extends BaseFramework {
|
|
|
46993
47108
|
};
|
|
46994
47109
|
};
|
|
46995
47110
|
|
|
46996
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47111
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/middleman.js
|
|
46997
47112
|
var Middleman = class extends BaseFramework {
|
|
46998
47113
|
static {
|
|
46999
47114
|
__name(this, "Middleman");
|
|
@@ -47018,7 +47133,7 @@ var Middleman = class extends BaseFramework {
|
|
|
47018
47133
|
};
|
|
47019
47134
|
};
|
|
47020
47135
|
|
|
47021
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47136
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/next.js
|
|
47022
47137
|
var import_semver5 = __toESM(require_semver2(), 1);
|
|
47023
47138
|
var Next = class extends BaseFramework {
|
|
47024
47139
|
static {
|
|
@@ -47056,7 +47171,7 @@ var Next = class extends BaseFramework {
|
|
|
47056
47171
|
}
|
|
47057
47172
|
};
|
|
47058
47173
|
|
|
47059
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47174
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/nuxt.js
|
|
47060
47175
|
var Nuxt2 = class extends BaseFramework {
|
|
47061
47176
|
static {
|
|
47062
47177
|
__name(this, "Nuxt");
|
|
@@ -47092,7 +47207,7 @@ var Nuxt2 = class extends BaseFramework {
|
|
|
47092
47207
|
}
|
|
47093
47208
|
};
|
|
47094
47209
|
|
|
47095
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47210
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/observable.js
|
|
47096
47211
|
var Observable = class extends BaseFramework {
|
|
47097
47212
|
static {
|
|
47098
47213
|
__name(this, "Observable");
|
|
@@ -47117,7 +47232,7 @@ var Observable = class extends BaseFramework {
|
|
|
47117
47232
|
};
|
|
47118
47233
|
};
|
|
47119
47234
|
|
|
47120
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47235
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/parcel.js
|
|
47121
47236
|
var Parcel = class extends BaseFramework {
|
|
47122
47237
|
static {
|
|
47123
47238
|
__name(this, "Parcel");
|
|
@@ -47142,7 +47257,7 @@ var Parcel = class extends BaseFramework {
|
|
|
47142
47257
|
};
|
|
47143
47258
|
};
|
|
47144
47259
|
|
|
47145
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47260
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/phenomic.js
|
|
47146
47261
|
var Phenomic = class extends BaseFramework {
|
|
47147
47262
|
static {
|
|
47148
47263
|
__name(this, "Phenomic");
|
|
@@ -47167,7 +47282,7 @@ var Phenomic = class extends BaseFramework {
|
|
|
47167
47282
|
};
|
|
47168
47283
|
};
|
|
47169
47284
|
|
|
47170
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47285
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/quasar.js
|
|
47171
47286
|
var Quasar = class extends BaseFramework {
|
|
47172
47287
|
static {
|
|
47173
47288
|
__name(this, "Quasar");
|
|
@@ -47207,7 +47322,7 @@ var Quasar = class extends BaseFramework {
|
|
|
47207
47322
|
}
|
|
47208
47323
|
};
|
|
47209
47324
|
|
|
47210
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47325
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/qwik.js
|
|
47211
47326
|
var Qwik2 = class extends BaseFramework {
|
|
47212
47327
|
static {
|
|
47213
47328
|
__name(this, "Qwik");
|
|
@@ -47228,7 +47343,7 @@ var Qwik2 = class extends BaseFramework {
|
|
|
47228
47343
|
};
|
|
47229
47344
|
};
|
|
47230
47345
|
|
|
47231
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47346
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/react-router.js
|
|
47232
47347
|
var import_semver6 = __toESM(require_semver2(), 1);
|
|
47233
47348
|
var ReactRouter2 = class extends BaseFramework {
|
|
47234
47349
|
static {
|
|
@@ -47267,7 +47382,7 @@ var ReactRouter2 = class extends BaseFramework {
|
|
|
47267
47382
|
}
|
|
47268
47383
|
};
|
|
47269
47384
|
|
|
47270
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47385
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/react-static.js
|
|
47271
47386
|
var ReactStatic = class extends BaseFramework {
|
|
47272
47387
|
static {
|
|
47273
47388
|
__name(this, "ReactStatic");
|
|
@@ -47293,7 +47408,7 @@ var ReactStatic = class extends BaseFramework {
|
|
|
47293
47408
|
};
|
|
47294
47409
|
};
|
|
47295
47410
|
|
|
47296
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47411
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/react.js
|
|
47297
47412
|
var CreateReactApp = class extends BaseFramework {
|
|
47298
47413
|
static {
|
|
47299
47414
|
__name(this, "CreateReactApp");
|
|
@@ -47320,7 +47435,7 @@ var CreateReactApp = class extends BaseFramework {
|
|
|
47320
47435
|
env = { BROWSER: "none", PORT: "3000" };
|
|
47321
47436
|
};
|
|
47322
47437
|
|
|
47323
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47438
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/redwoodjs.js
|
|
47324
47439
|
var RedwoodJS = class extends BaseFramework {
|
|
47325
47440
|
static {
|
|
47326
47441
|
__name(this, "RedwoodJS");
|
|
@@ -47354,7 +47469,7 @@ var RedwoodJS = class extends BaseFramework {
|
|
|
47354
47469
|
};
|
|
47355
47470
|
};
|
|
47356
47471
|
|
|
47357
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47472
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/remix.js
|
|
47358
47473
|
var CLASSIC_COMPILER_CONFIG_FILES2 = ["remix.config.js"];
|
|
47359
47474
|
var CLASSIC_COMPILER_DEV2 = {
|
|
47360
47475
|
command: "remix watch"
|
|
@@ -47422,7 +47537,7 @@ var Remix = class extends BaseFramework {
|
|
|
47422
47537
|
}
|
|
47423
47538
|
};
|
|
47424
47539
|
|
|
47425
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47540
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/roots.js
|
|
47426
47541
|
var Roots = class extends BaseFramework {
|
|
47427
47542
|
static {
|
|
47428
47543
|
__name(this, "Roots");
|
|
@@ -47447,7 +47562,7 @@ var Roots = class extends BaseFramework {
|
|
|
47447
47562
|
};
|
|
47448
47563
|
};
|
|
47449
47564
|
|
|
47450
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47565
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/sapper.js
|
|
47451
47566
|
var Sapper = class extends BaseFramework {
|
|
47452
47567
|
static {
|
|
47453
47568
|
__name(this, "Sapper");
|
|
@@ -47473,7 +47588,7 @@ var Sapper = class extends BaseFramework {
|
|
|
47473
47588
|
};
|
|
47474
47589
|
};
|
|
47475
47590
|
|
|
47476
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47591
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/solid-js.js
|
|
47477
47592
|
var SolidJs = class extends BaseFramework {
|
|
47478
47593
|
static {
|
|
47479
47594
|
__name(this, "SolidJs");
|
|
@@ -47499,7 +47614,7 @@ var SolidJs = class extends BaseFramework {
|
|
|
47499
47614
|
};
|
|
47500
47615
|
};
|
|
47501
47616
|
|
|
47502
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47617
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/solid-start.js
|
|
47503
47618
|
var LEGACY_PACKAGE_NAME = "solid-start";
|
|
47504
47619
|
var LEGACY_DEV = {
|
|
47505
47620
|
command: "solid-start dev",
|
|
@@ -47548,7 +47663,7 @@ var SolidStart2 = class extends BaseFramework {
|
|
|
47548
47663
|
}
|
|
47549
47664
|
};
|
|
47550
47665
|
|
|
47551
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47666
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/stencil.js
|
|
47552
47667
|
var Stencil = class extends BaseFramework {
|
|
47553
47668
|
static {
|
|
47554
47669
|
__name(this, "Stencil");
|
|
@@ -47578,7 +47693,7 @@ var Stencil = class extends BaseFramework {
|
|
|
47578
47693
|
};
|
|
47579
47694
|
};
|
|
47580
47695
|
|
|
47581
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47696
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/svelte-kit.js
|
|
47582
47697
|
var SvelteKit2 = class extends BaseFramework {
|
|
47583
47698
|
static {
|
|
47584
47699
|
__name(this, "SvelteKit");
|
|
@@ -47604,7 +47719,7 @@ var SvelteKit2 = class extends BaseFramework {
|
|
|
47604
47719
|
};
|
|
47605
47720
|
};
|
|
47606
47721
|
|
|
47607
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47722
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/svelte.js
|
|
47608
47723
|
var Svelte = class extends BaseFramework {
|
|
47609
47724
|
static {
|
|
47610
47725
|
__name(this, "Svelte");
|
|
@@ -47631,7 +47746,7 @@ var Svelte = class extends BaseFramework {
|
|
|
47631
47746
|
};
|
|
47632
47747
|
};
|
|
47633
47748
|
|
|
47634
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47749
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/tanstack-router.js
|
|
47635
47750
|
var TanStackRouter = class extends BaseFramework {
|
|
47636
47751
|
static {
|
|
47637
47752
|
__name(this, "TanStackRouter");
|
|
@@ -47657,7 +47772,7 @@ var TanStackRouter = class extends BaseFramework {
|
|
|
47657
47772
|
};
|
|
47658
47773
|
};
|
|
47659
47774
|
|
|
47660
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47775
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/tanstack-start.js
|
|
47661
47776
|
var import_semver7 = __toESM(require_semver2(), 1);
|
|
47662
47777
|
var TanStackStart = class extends BaseFramework {
|
|
47663
47778
|
static {
|
|
@@ -47701,7 +47816,7 @@ var TanStackStart = class extends BaseFramework {
|
|
|
47701
47816
|
}
|
|
47702
47817
|
};
|
|
47703
47818
|
|
|
47704
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47819
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/vike.js
|
|
47705
47820
|
var Vike2 = class extends BaseFramework {
|
|
47706
47821
|
static {
|
|
47707
47822
|
__name(this, "Vike");
|
|
@@ -47725,7 +47840,7 @@ var Vike2 = class extends BaseFramework {
|
|
|
47725
47840
|
};
|
|
47726
47841
|
};
|
|
47727
47842
|
|
|
47728
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47843
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/vite.js
|
|
47729
47844
|
var Vite2 = class extends BaseFramework {
|
|
47730
47845
|
static {
|
|
47731
47846
|
__name(this, "Vite");
|
|
@@ -47768,7 +47883,7 @@ var Vite2 = class extends BaseFramework {
|
|
|
47768
47883
|
};
|
|
47769
47884
|
};
|
|
47770
47885
|
|
|
47771
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47886
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/vitepress.js
|
|
47772
47887
|
var VitePress = class extends BaseFramework {
|
|
47773
47888
|
static {
|
|
47774
47889
|
__name(this, "VitePress");
|
|
@@ -47793,7 +47908,7 @@ var VitePress = class extends BaseFramework {
|
|
|
47793
47908
|
};
|
|
47794
47909
|
};
|
|
47795
47910
|
|
|
47796
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47911
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/vue.js
|
|
47797
47912
|
var Vue = class extends BaseFramework {
|
|
47798
47913
|
static {
|
|
47799
47914
|
__name(this, "Vue");
|
|
@@ -47818,7 +47933,7 @@ var Vue = class extends BaseFramework {
|
|
|
47818
47933
|
};
|
|
47819
47934
|
};
|
|
47820
47935
|
|
|
47821
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47936
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/vuepress.js
|
|
47822
47937
|
var VuePress = class extends BaseFramework {
|
|
47823
47938
|
static {
|
|
47824
47939
|
__name(this, "VuePress");
|
|
@@ -47843,7 +47958,7 @@ var VuePress = class extends BaseFramework {
|
|
|
47843
47958
|
};
|
|
47844
47959
|
};
|
|
47845
47960
|
|
|
47846
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47961
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/waku.js
|
|
47847
47962
|
var Waku2 = class extends BaseFramework {
|
|
47848
47963
|
static {
|
|
47849
47964
|
__name(this, "Waku");
|
|
@@ -47868,7 +47983,7 @@ var Waku2 = class extends BaseFramework {
|
|
|
47868
47983
|
};
|
|
47869
47984
|
};
|
|
47870
47985
|
|
|
47871
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
47986
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/wintersmith.js
|
|
47872
47987
|
var Wintersmith = class extends BaseFramework {
|
|
47873
47988
|
static {
|
|
47874
47989
|
__name(this, "Wintersmith");
|
|
@@ -47894,7 +48009,7 @@ var Wintersmith = class extends BaseFramework {
|
|
|
47894
48009
|
};
|
|
47895
48010
|
};
|
|
47896
48011
|
|
|
47897
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48012
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/wmr.js
|
|
47898
48013
|
var WMR = class extends BaseFramework {
|
|
47899
48014
|
static {
|
|
47900
48015
|
__name(this, "WMR");
|
|
@@ -47919,7 +48034,7 @@ var WMR = class extends BaseFramework {
|
|
|
47919
48034
|
};
|
|
47920
48035
|
};
|
|
47921
48036
|
|
|
47922
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48037
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/zola.js
|
|
47923
48038
|
var Zola = class extends BaseFramework {
|
|
47924
48039
|
static {
|
|
47925
48040
|
__name(this, "Zola");
|
|
@@ -47939,7 +48054,7 @@ var Zola = class extends BaseFramework {
|
|
|
47939
48054
|
};
|
|
47940
48055
|
};
|
|
47941
48056
|
|
|
47942
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48057
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/frameworks/index.js
|
|
47943
48058
|
var frameworks = [
|
|
47944
48059
|
// Static site generators / meta frameworks
|
|
47945
48060
|
Astro2,
|
|
@@ -48002,7 +48117,7 @@ var frameworks = [
|
|
|
48002
48117
|
WMR
|
|
48003
48118
|
];
|
|
48004
48119
|
|
|
48005
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48120
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/get-framework.js
|
|
48006
48121
|
async function getFramework(frameworkId, project) {
|
|
48007
48122
|
const frameworkList = frameworks.map((Framework2) => new Framework2(project));
|
|
48008
48123
|
const framework = frameworkList.find(({ id }) => id === frameworkId);
|
|
@@ -48019,10 +48134,10 @@ async function getFramework(frameworkId, project) {
|
|
|
48019
48134
|
}
|
|
48020
48135
|
__name(getFramework, "getFramework");
|
|
48021
48136
|
|
|
48022
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48137
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/project.js
|
|
48023
48138
|
var import_semver9 = __toESM(require_semver2(), 1);
|
|
48024
48139
|
|
|
48025
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48140
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/build-system.js
|
|
48026
48141
|
var BaseBuildTool = class {
|
|
48027
48142
|
static {
|
|
48028
48143
|
__name(this, "BaseBuildTool");
|
|
@@ -48060,7 +48175,7 @@ var BaseBuildTool = class {
|
|
|
48060
48175
|
}
|
|
48061
48176
|
};
|
|
48062
48177
|
|
|
48063
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48178
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/bazel.js
|
|
48064
48179
|
var Bazel = class extends BaseBuildTool {
|
|
48065
48180
|
static {
|
|
48066
48181
|
__name(this, "Bazel");
|
|
@@ -48079,7 +48194,7 @@ var Bazel = class extends BaseBuildTool {
|
|
|
48079
48194
|
}
|
|
48080
48195
|
};
|
|
48081
48196
|
|
|
48082
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48197
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/buck.js
|
|
48083
48198
|
var Buck = class extends BaseBuildTool {
|
|
48084
48199
|
static {
|
|
48085
48200
|
__name(this, "Buck");
|
|
@@ -48098,7 +48213,7 @@ var Buck = class extends BaseBuildTool {
|
|
|
48098
48213
|
}
|
|
48099
48214
|
};
|
|
48100
48215
|
|
|
48101
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48216
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/gradle.js
|
|
48102
48217
|
var Gradle = class extends BaseBuildTool {
|
|
48103
48218
|
static {
|
|
48104
48219
|
__name(this, "Gradle");
|
|
@@ -48117,7 +48232,7 @@ var Gradle = class extends BaseBuildTool {
|
|
|
48117
48232
|
}
|
|
48118
48233
|
};
|
|
48119
48234
|
|
|
48120
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48235
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/lage.js
|
|
48121
48236
|
var Lage = class extends BaseBuildTool {
|
|
48122
48237
|
static {
|
|
48123
48238
|
__name(this, "Lage");
|
|
@@ -48127,7 +48242,7 @@ var Lage = class extends BaseBuildTool {
|
|
|
48127
48242
|
configFiles = ["lage.config.js"];
|
|
48128
48243
|
};
|
|
48129
48244
|
|
|
48130
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48245
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/lerna.js
|
|
48131
48246
|
var Lerna = class extends BaseBuildTool {
|
|
48132
48247
|
static {
|
|
48133
48248
|
__name(this, "Lerna");
|
|
@@ -48142,7 +48257,7 @@ var Lerna = class extends BaseBuildTool {
|
|
|
48142
48257
|
};
|
|
48143
48258
|
};
|
|
48144
48259
|
|
|
48145
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48260
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/moon.js
|
|
48146
48261
|
var Moon = class extends BaseBuildTool {
|
|
48147
48262
|
static {
|
|
48148
48263
|
__name(this, "Moon");
|
|
@@ -48164,7 +48279,7 @@ var Moon = class extends BaseBuildTool {
|
|
|
48164
48279
|
}
|
|
48165
48280
|
};
|
|
48166
48281
|
|
|
48167
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48282
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/nix.js
|
|
48168
48283
|
var Nix = class extends BaseBuildTool {
|
|
48169
48284
|
static {
|
|
48170
48285
|
__name(this, "Nix");
|
|
@@ -48183,7 +48298,7 @@ var Nix = class extends BaseBuildTool {
|
|
|
48183
48298
|
}
|
|
48184
48299
|
};
|
|
48185
48300
|
|
|
48186
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
48301
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/workspaces/detect-workspace.js
|
|
48187
48302
|
var import_yaml = __toESM(require_dist(), 1);
|
|
48188
48303
|
|
|
48189
48304
|
// ../../node_modules/.pnpm/balanced-match@4.0.4/node_modules/balanced-match/dist/esm/index.js
|
|
@@ -50009,7 +50124,7 @@ minimatch.Minimatch = Minimatch;
|
|
|
50009
50124
|
minimatch.escape = escape;
|
|
50010
50125
|
minimatch.unescape = unescape;
|
|
50011
50126
|
|
|
50012
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50127
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/workspaces/get-workspace-packages.js
|
|
50013
50128
|
function getDirFromPattern(pattern) {
|
|
50014
50129
|
const dir = [];
|
|
50015
50130
|
const parts = pattern.globParts[0];
|
|
@@ -50085,7 +50200,7 @@ async function getWorkspacePackages(project, patterns = []) {
|
|
|
50085
50200
|
}
|
|
50086
50201
|
__name(getWorkspacePackages, "getWorkspacePackages");
|
|
50087
50202
|
|
|
50088
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50203
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/workspaces/detect-workspace.js
|
|
50089
50204
|
var WorkspaceInfo = class {
|
|
50090
50205
|
static {
|
|
50091
50206
|
__name(this, "WorkspaceInfo");
|
|
@@ -50158,7 +50273,7 @@ async function detectWorkspaces(project) {
|
|
|
50158
50273
|
}
|
|
50159
50274
|
__name(detectWorkspaces, "detectWorkspaces");
|
|
50160
50275
|
|
|
50161
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50276
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/nx.js
|
|
50162
50277
|
var Nx = class extends BaseBuildTool {
|
|
50163
50278
|
static {
|
|
50164
50279
|
__name(this, "Nx");
|
|
@@ -50389,7 +50504,7 @@ var Nx = class extends BaseBuildTool {
|
|
|
50389
50504
|
}
|
|
50390
50505
|
};
|
|
50391
50506
|
|
|
50392
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50507
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/package-managers.js
|
|
50393
50508
|
var PNPM = class extends BaseBuildTool {
|
|
50394
50509
|
static {
|
|
50395
50510
|
__name(this, "PNPM");
|
|
@@ -50469,7 +50584,7 @@ var NPM = class extends BaseBuildTool {
|
|
|
50469
50584
|
}
|
|
50470
50585
|
};
|
|
50471
50586
|
|
|
50472
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50587
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/pants.js
|
|
50473
50588
|
var Pants = class extends BaseBuildTool {
|
|
50474
50589
|
static {
|
|
50475
50590
|
__name(this, "Pants");
|
|
@@ -50488,7 +50603,7 @@ var Pants = class extends BaseBuildTool {
|
|
|
50488
50603
|
}
|
|
50489
50604
|
};
|
|
50490
50605
|
|
|
50491
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50606
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/rush.js
|
|
50492
50607
|
var Rush = class extends BaseBuildTool {
|
|
50493
50608
|
static {
|
|
50494
50609
|
__name(this, "Rush");
|
|
@@ -50503,7 +50618,7 @@ var Rush = class extends BaseBuildTool {
|
|
|
50503
50618
|
};
|
|
50504
50619
|
};
|
|
50505
50620
|
|
|
50506
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50621
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/turbo.js
|
|
50507
50622
|
var Turbo = class extends BaseBuildTool {
|
|
50508
50623
|
static {
|
|
50509
50624
|
__name(this, "Turbo");
|
|
@@ -50539,7 +50654,7 @@ var Turbo = class extends BaseBuildTool {
|
|
|
50539
50654
|
}
|
|
50540
50655
|
};
|
|
50541
50656
|
|
|
50542
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50657
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/build-systems/index.js
|
|
50543
50658
|
var buildSystems = [
|
|
50544
50659
|
Bazel,
|
|
50545
50660
|
Buck,
|
|
@@ -50558,7 +50673,7 @@ var buildSystems = [
|
|
|
50558
50673
|
Yarn
|
|
50559
50674
|
];
|
|
50560
50675
|
|
|
50561
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50676
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/events.js
|
|
50562
50677
|
var EventEmitter = class {
|
|
50563
50678
|
static {
|
|
50564
50679
|
__name(this, "EventEmitter");
|
|
@@ -50581,7 +50696,7 @@ var EventEmitter = class {
|
|
|
50581
50696
|
}
|
|
50582
50697
|
};
|
|
50583
50698
|
|
|
50584
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50699
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/metrics.js
|
|
50585
50700
|
var import_js = __toESM(require_notifier(), 1);
|
|
50586
50701
|
var { default: Bugsnag } = import_js.default;
|
|
50587
50702
|
var normalizeError = /* @__PURE__ */ __name((error) => {
|
|
@@ -50616,7 +50731,7 @@ function report(error, options = {}) {
|
|
|
50616
50731
|
}
|
|
50617
50732
|
__name(report, "report");
|
|
50618
50733
|
|
|
50619
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50734
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/package-managers/detect-package-manager.js
|
|
50620
50735
|
var import_semver8 = __toESM(require_semver2(), 1);
|
|
50621
50736
|
var AVAILABLE_PACKAGE_MANAGERS = {
|
|
50622
50737
|
[
|
|
@@ -50735,7 +50850,7 @@ var detectPackageManager = /* @__PURE__ */ __name(async (project, options) => {
|
|
|
50735
50850
|
];
|
|
50736
50851
|
}, "detectPackageManager");
|
|
50737
50852
|
|
|
50738
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50853
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/runtime.js
|
|
50739
50854
|
var LangRuntime = class {
|
|
50740
50855
|
static {
|
|
50741
50856
|
__name(this, "LangRuntime");
|
|
@@ -50764,7 +50879,7 @@ var LangRuntime = class {
|
|
|
50764
50879
|
}
|
|
50765
50880
|
};
|
|
50766
50881
|
|
|
50767
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50882
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/brew.js
|
|
50768
50883
|
var Brew = class extends LangRuntime {
|
|
50769
50884
|
static {
|
|
50770
50885
|
__name(this, "Brew");
|
|
@@ -50774,7 +50889,7 @@ var Brew = class extends LangRuntime {
|
|
|
50774
50889
|
configFiles = ["Brewfile.netlify"];
|
|
50775
50890
|
};
|
|
50776
50891
|
|
|
50777
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50892
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/bun.js
|
|
50778
50893
|
var Bun = class extends LangRuntime {
|
|
50779
50894
|
static {
|
|
50780
50895
|
__name(this, "Bun");
|
|
@@ -50784,7 +50899,7 @@ var Bun = class extends LangRuntime {
|
|
|
50784
50899
|
configFiles = ["bun.lock", "bun.lockb", "bunfig.toml"];
|
|
50785
50900
|
};
|
|
50786
50901
|
|
|
50787
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50902
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/cask.js
|
|
50788
50903
|
var Emacs = class extends LangRuntime {
|
|
50789
50904
|
static {
|
|
50790
50905
|
__name(this, "Emacs");
|
|
@@ -50794,7 +50909,7 @@ var Emacs = class extends LangRuntime {
|
|
|
50794
50909
|
configFiles = ["Cask"];
|
|
50795
50910
|
};
|
|
50796
50911
|
|
|
50797
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50912
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/dotnet.js
|
|
50798
50913
|
var Dotnet = class extends LangRuntime {
|
|
50799
50914
|
static {
|
|
50800
50915
|
__name(this, "Dotnet");
|
|
@@ -50804,7 +50919,7 @@ var Dotnet = class extends LangRuntime {
|
|
|
50804
50919
|
configFiles = ["Program.cs", "appsettings.json"];
|
|
50805
50920
|
};
|
|
50806
50921
|
|
|
50807
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50922
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/erlang.js
|
|
50808
50923
|
var Erlang = class extends LangRuntime {
|
|
50809
50924
|
static {
|
|
50810
50925
|
__name(this, "Erlang");
|
|
@@ -50814,7 +50929,7 @@ var Erlang = class extends LangRuntime {
|
|
|
50814
50929
|
configFiles = ["rebar.config", "rebar.lock"];
|
|
50815
50930
|
};
|
|
50816
50931
|
|
|
50817
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50932
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/go.js
|
|
50818
50933
|
var Go = class extends LangRuntime {
|
|
50819
50934
|
static {
|
|
50820
50935
|
__name(this, "Go");
|
|
@@ -50824,7 +50939,7 @@ var Go = class extends LangRuntime {
|
|
|
50824
50939
|
configFiles = ["go.mod", ".go-version", "go.work"];
|
|
50825
50940
|
};
|
|
50826
50941
|
|
|
50827
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50942
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/java.js
|
|
50828
50943
|
var Java = class extends LangRuntime {
|
|
50829
50944
|
static {
|
|
50830
50945
|
__name(this, "Java");
|
|
@@ -50834,7 +50949,7 @@ var Java = class extends LangRuntime {
|
|
|
50834
50949
|
configFiles = ["project.clj", "build.boot"];
|
|
50835
50950
|
};
|
|
50836
50951
|
|
|
50837
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50952
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/node.js
|
|
50838
50953
|
var Node = class extends LangRuntime {
|
|
50839
50954
|
static {
|
|
50840
50955
|
__name(this, "Node");
|
|
@@ -50844,7 +50959,7 @@ var Node = class extends LangRuntime {
|
|
|
50844
50959
|
configFiles = [".node-version", ".nvmrc", "package.json"];
|
|
50845
50960
|
};
|
|
50846
50961
|
|
|
50847
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50962
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/php.js
|
|
50848
50963
|
var Php = class extends LangRuntime {
|
|
50849
50964
|
static {
|
|
50850
50965
|
__name(this, "Php");
|
|
@@ -50854,7 +50969,7 @@ var Php = class extends LangRuntime {
|
|
|
50854
50969
|
configFiles = ["composer.json"];
|
|
50855
50970
|
};
|
|
50856
50971
|
|
|
50857
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50972
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/python.js
|
|
50858
50973
|
var Python = class extends LangRuntime {
|
|
50859
50974
|
static {
|
|
50860
50975
|
__name(this, "Python");
|
|
@@ -50864,7 +50979,7 @@ var Python = class extends LangRuntime {
|
|
|
50864
50979
|
configFiles = ["requirements.txt", "Pipfile"];
|
|
50865
50980
|
};
|
|
50866
50981
|
|
|
50867
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50982
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/ruby.js
|
|
50868
50983
|
var Ruby = class extends LangRuntime {
|
|
50869
50984
|
static {
|
|
50870
50985
|
__name(this, "Ruby");
|
|
@@ -50874,7 +50989,7 @@ var Ruby = class extends LangRuntime {
|
|
|
50874
50989
|
configFiles = [".ruby-version", "Gemfile.lock", "Gemfile"];
|
|
50875
50990
|
};
|
|
50876
50991
|
|
|
50877
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
50992
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/rust.js
|
|
50878
50993
|
var Rust = class extends LangRuntime {
|
|
50879
50994
|
static {
|
|
50880
50995
|
__name(this, "Rust");
|
|
@@ -50884,7 +50999,7 @@ var Rust = class extends LangRuntime {
|
|
|
50884
50999
|
configFiles = ["Cargo.toml", "Cargo.lock"];
|
|
50885
51000
|
};
|
|
50886
51001
|
|
|
50887
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
51002
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/swift.js
|
|
50888
51003
|
var Swift = class extends LangRuntime {
|
|
50889
51004
|
static {
|
|
50890
51005
|
__name(this, "Swift");
|
|
@@ -50894,10 +51009,10 @@ var Swift = class extends LangRuntime {
|
|
|
50894
51009
|
configFiles = [".swift-version", "Package.swift"];
|
|
50895
51010
|
};
|
|
50896
51011
|
|
|
50897
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
51012
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/runtime/index.js
|
|
50898
51013
|
var runtimes = [Node, Ruby, Brew, Bun, Dotnet, Emacs, Erlang, Go, Java, Php, Rust, Swift, Python];
|
|
50899
51014
|
|
|
50900
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
51015
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/settings/get-build-settings.js
|
|
50901
51016
|
async function applyBuildSystemOverrides(settings, project, baseDirectory) {
|
|
50902
51017
|
const buildSystem = project.buildSystems[0];
|
|
50903
51018
|
const updatedSettings = { ...settings };
|
|
@@ -50984,7 +51099,7 @@ async function getBuildSettings(project, packagePath) {
|
|
|
50984
51099
|
}
|
|
50985
51100
|
__name(getBuildSettings, "getBuildSettings");
|
|
50986
51101
|
|
|
50987
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
51102
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/project.js
|
|
50988
51103
|
var Project = class {
|
|
50989
51104
|
static {
|
|
50990
51105
|
__name(this, "Project");
|
|
@@ -51466,7 +51581,7 @@ async function findUp(name, options = {}) {
|
|
|
51466
51581
|
}
|
|
51467
51582
|
__name(findUp, "findUp");
|
|
51468
51583
|
|
|
51469
|
-
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=
|
|
51584
|
+
// ../../node_modules/.pnpm/@netlify+build-info@10.5.1_patch_hash=d4dab4e515b41a301041eaf8700001b612ab00616fa5837c8a65bcb3ce2df039/node_modules/@netlify/build-info/lib/node/file-system.js
|
|
51470
51585
|
var NodeFS = class extends FileSystem {
|
|
51471
51586
|
static {
|
|
51472
51587
|
__name(this, "NodeFS");
|
|
@@ -52022,7 +52137,10 @@ createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
|
52022
52137
|
var source_default = chalk;
|
|
52023
52138
|
|
|
52024
52139
|
// src/details/framework-detection.ts
|
|
52025
|
-
async function detectFramework(projectPath, context,
|
|
52140
|
+
async function detectFramework(projectPath, context, {
|
|
52141
|
+
wranglerConfig,
|
|
52142
|
+
target = "cf"
|
|
52143
|
+
} = {}) {
|
|
52026
52144
|
const fs3 = new NodeFS();
|
|
52027
52145
|
fs3.logger = context.logger;
|
|
52028
52146
|
const project = new Project(fs3, projectPath, projectPath).setEnvironment(process.env).setNodeVersion(process.version);
|
|
@@ -52053,10 +52171,10 @@ async function detectFramework(projectPath, context, wranglerConfig) {
|
|
|
52053
52171
|
buildSettings,
|
|
52054
52172
|
context
|
|
52055
52173
|
);
|
|
52056
|
-
if (maybeDetectedFramework) {
|
|
52057
|
-
|
|
52058
|
-
|
|
52059
|
-
|
|
52174
|
+
if (maybeDetectedFramework && target === "cf") {
|
|
52175
|
+
const detectedFrameworkSettings = project.frameworks.get(maybeDetectedFramework.baseDirectory ?? "")?.find(({ id }) => id === maybeDetectedFramework.framework.id);
|
|
52176
|
+
maybeDetectedFramework.devCommand = detectedFrameworkSettings?.dev?.command;
|
|
52177
|
+
maybeDetectedFramework.buildCommand = detectedFrameworkSettings?.build?.command;
|
|
52060
52178
|
}
|
|
52061
52179
|
if (await isPagesProject(
|
|
52062
52180
|
projectPath,
|
|
@@ -52278,7 +52396,7 @@ async function getDetailsForAutoConfig({
|
|
|
52278
52396
|
packageManager: NpmPackageManager
|
|
52279
52397
|
};
|
|
52280
52398
|
}
|
|
52281
|
-
const { detectedFramework, packageManager, isWorkspaceRoot } = await detectFramework(projectPath, context, wranglerConfig);
|
|
52399
|
+
const { detectedFramework, packageManager, isWorkspaceRoot } = await detectFramework(projectPath, context, { wranglerConfig, target });
|
|
52282
52400
|
const framework = getFrameworkClassInstance(detectedFramework.framework.id);
|
|
52283
52401
|
const packageJsonPath = resolve(projectPath, "package.json");
|
|
52284
52402
|
let packageJson;
|
|
@@ -52302,6 +52420,7 @@ async function getDetailsForAutoConfig({
|
|
|
52302
52420
|
detectedFramework.buildCommand,
|
|
52303
52421
|
packageManager
|
|
52304
52422
|
),
|
|
52423
|
+
env: framework.env,
|
|
52305
52424
|
workerName: getWorkerName(packageJson?.name, projectPath)
|
|
52306
52425
|
};
|
|
52307
52426
|
if (configured) {
|
|
@@ -52504,10 +52623,7 @@ async function runAutoConfig(autoConfigDetails, autoConfigOptions) {
|
|
|
52504
52623
|
);
|
|
52505
52624
|
}
|
|
52506
52625
|
const { npx } = packageManager;
|
|
52507
|
-
|
|
52508
|
-
if (target === "cf" && autoConfigDetails.packageJson?.scripts?.build !== void 0) {
|
|
52509
|
-
buildCommand = `${packageManager.type} run build`;
|
|
52510
|
-
}
|
|
52626
|
+
const buildCommand = dryRunConfigurationResults.buildCommandOverride ?? autoConfigDetails.buildCommand;
|
|
52511
52627
|
const autoConfigSummary = await buildOperationsSummary(
|
|
52512
52628
|
{ ...autoConfigDetails, outputDir: autoConfigDetails.outputDir },
|
|
52513
52629
|
dryRunWorkerConfig,
|
|
@@ -52540,10 +52656,13 @@ ${JSON.stringify(autoConfigDetails, null, 2)}...`
|
|
|
52540
52656
|
);
|
|
52541
52657
|
if (autoConfigDetails.packageJson && enableTargetCliInstallation) {
|
|
52542
52658
|
if (target === "cf") {
|
|
52543
|
-
|
|
52544
|
-
|
|
52545
|
-
|
|
52546
|
-
|
|
52659
|
+
const hasCfDependency = autoConfigDetails.packageJson.dependencies?.cf !== void 0 || autoConfigDetails.packageJson.devDependencies?.cf !== void 0;
|
|
52660
|
+
if (!hasCfDependency) {
|
|
52661
|
+
await installPackages(packageManager.type, ["cf@latest"], {
|
|
52662
|
+
dev: true,
|
|
52663
|
+
isWorkspaceRoot
|
|
52664
|
+
});
|
|
52665
|
+
}
|
|
52547
52666
|
} else {
|
|
52548
52667
|
await installWrangler(packageManager.type, isWorkspaceRoot);
|
|
52549
52668
|
}
|
|
@@ -52752,10 +52871,10 @@ async function buildOperationsSummary(autoConfigDetails, workerConfig, configura
|
|
|
52752
52871
|
}
|
|
52753
52872
|
if (autoConfigDetails.packageJson) {
|
|
52754
52873
|
const scriptOverrides = target === "wrangler" ? packageJsonScriptsOverrides : void 0;
|
|
52755
|
-
const buildCommandPrefix = autoConfigDetails.buildCommand ? `${autoConfigDetails.buildCommand} && ` : "";
|
|
52874
|
+
const buildCommandPrefix = target === "wrangler" && autoConfigDetails.buildCommand ? `${autoConfigDetails.buildCommand} && ` : "";
|
|
52756
52875
|
summary.scripts = {
|
|
52757
|
-
deploy: scriptOverrides?.deploy ?? `${buildCommandPrefix}${target} deploy
|
|
52758
|
-
preview: scriptOverrides?.preview ?? `${
|
|
52876
|
+
deploy: scriptOverrides?.deploy ?? `${buildCommandPrefix}${target} deploy`,
|
|
52877
|
+
preview: scriptOverrides?.preview ?? `${buildCommandPrefix}${target} dev`
|
|
52759
52878
|
};
|
|
52760
52879
|
const containsServerSideCode = (
|
|
52761
52880
|
// If there is an entrypoint then we know that there is server side code
|