@shopify/cli 3.84.2 → 3.85.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/README.md +1 -1
- package/dist/{chokidar-KCZH6DIC.js → chokidar-TTCYG5AA.js} +5 -5
- package/dist/{chokidar-XPSJ2FUJ.js → chokidar-XUA2BN3J.js} +5 -5
- package/dist/{chunk-OCEWRJZI.js → chunk-62H2KYOJ.js} +17 -21
- package/dist/{chunk-6A27UWO7.js → chunk-6YB46YWH.js} +4 -4
- package/dist/{chunk-L5OKA4W4.js → chunk-7JE3EHN3.js} +7 -7
- package/dist/chunk-7LEPNDDJ.js +87 -0
- package/dist/{chunk-MXDBI4PG.js → chunk-7N5JGLLX.js} +5 -5
- package/dist/{chunk-HMDWNGIV.js → chunk-AM4QB5OM.js} +206 -100
- package/dist/{chunk-W5G2YPO2.js → chunk-BQ3PZIHZ.js} +7 -7
- package/dist/{chunk-TFVMB62A.js → chunk-CKYPRLQQ.js} +19 -18
- package/dist/{chunk-AQVXNWM2.js → chunk-CNY4KRKG.js} +2 -2
- package/dist/{del-SAZHGAZZ.js → chunk-EFOOQV72.js} +17 -378
- package/dist/{chunk-3FBDJEGD.js → chunk-F7F4BQYW.js} +1824 -762
- package/dist/{chunk-66VZYBID.js → chunk-F7J5CUMZ.js} +4 -4
- package/dist/{chunk-2TBGVDDK.js → chunk-FLHWGFGH.js} +3 -3
- package/dist/{chunk-JHLYV5K7.js → chunk-G6OERDCU.js} +7 -7
- package/dist/{chunk-6JFZSZKE.js → chunk-GGNBWCCE.js} +16380 -5793
- package/dist/chunk-IWFYXDPH.js +109 -0
- package/dist/{chunk-7UHRC35E.js → chunk-J3DHMVKN.js} +2 -2
- package/dist/{chunk-Z6MEYGAG.js → chunk-JDI5KJ6D.js} +3 -3
- package/dist/chunk-KIC7OBUL.js +4654 -0
- package/dist/{chunk-YUI23PKV.js → chunk-KJT4XRJY.js} +2 -2
- package/dist/{chunk-46YOOMEM.js → chunk-LOJKECKW.js} +2 -2
- package/dist/{chunk-TAA5HGRT.js → chunk-MHFD5A4P.js} +666 -589
- package/dist/{chunk-QS5WPZTS.js → chunk-O47I6ERR.js} +10 -9
- package/dist/{chunk-KHBZ52PT.js → chunk-OXCV2R7K.js} +43 -19
- package/dist/{chunk-XD5EFQE2.js → chunk-OXVB7GS3.js} +5 -5
- package/dist/{chunk-UOLT7THS.js → chunk-PYZUPEOA.js} +3 -3
- package/dist/{chunk-G74IQQ6M.js → chunk-Q64LTCDT.js} +3 -3
- package/dist/{chunk-DCU33ZNP.js → chunk-R7QUG5YH.js} +3 -3
- package/dist/{chunk-YPRC4TK6.js → chunk-S3MBABAK.js} +187 -43
- package/dist/{chunk-ZRU5CKDG.js → chunk-TRKSH2XY.js} +4 -4
- package/dist/{chunk-BSKQ4RKV.js → chunk-TVWMGUCW.js} +3 -3
- package/dist/{chunk-G5R6YD27.js → chunk-UATXMR5F.js} +2 -103
- package/dist/{chunk-DZCCH5OM.js → chunk-UYWDOH6Y.js} +8 -8
- package/dist/{chunk-BX2C6EVM.js → chunk-VCGC2OW6.js} +2 -2
- package/dist/{chunk-YNNUWX3I.js → chunk-VMPHJR5V.js} +4 -4
- package/dist/{chunk-7YVG6N4O.js → chunk-W54BTT4L.js} +2 -2
- package/dist/{chunk-RTTTZZGY.js → chunk-XKHE52EY.js} +4 -4
- package/dist/{chunk-MRQXBTNU.js → chunk-XNKJ52IR.js} +3 -3
- package/dist/{chunk-EG6MBBEN.js → chunk-Y2JP6WFP.js} +2 -2
- package/dist/{chunk-M6EH6UKK.js → chunk-YIQ4GHA2.js} +4 -4
- package/dist/{chunk-ZBPY6YL5.js → chunk-YJZEHV2H.js} +8 -8
- package/dist/{chunk-T2Z26YN7.js → chunk-ZZACM6JY.js} +3 -3
- package/dist/cli/commands/auth/login.d.ts +8 -0
- package/dist/cli/commands/auth/login.js +28 -0
- package/dist/cli/commands/auth/login.test.js +53 -0
- package/dist/cli/commands/auth/logout.js +15 -17
- package/dist/cli/commands/auth/logout.test.js +20 -22
- package/dist/cli/commands/cache/clear.js +15 -16
- package/dist/cli/commands/debug/command-flags.js +15 -16
- package/dist/cli/commands/docs/generate.js +15 -16
- package/dist/cli/commands/docs/generate.test.js +21 -22
- package/dist/cli/commands/help.js +15 -16
- package/dist/cli/commands/kitchen-sink/async.js +16 -17
- package/dist/cli/commands/kitchen-sink/async.test.js +17 -18
- package/dist/cli/commands/kitchen-sink/index.js +18 -19
- package/dist/cli/commands/kitchen-sink/index.test.js +21 -22
- package/dist/cli/commands/kitchen-sink/prompts.js +16 -17
- package/dist/cli/commands/kitchen-sink/prompts.test.js +17 -18
- package/dist/cli/commands/kitchen-sink/static.js +16 -17
- package/dist/cli/commands/kitchen-sink/static.test.js +17 -18
- package/dist/cli/commands/notifications/generate.js +16 -17
- package/dist/cli/commands/notifications/list.js +16 -17
- package/dist/cli/commands/search.js +16 -17
- package/dist/cli/commands/upgrade.js +16 -17
- package/dist/cli/commands/upgrade.test.js +1 -1
- package/dist/cli/commands/version.js +16 -17
- package/dist/cli/commands/version.test.js +17 -18
- package/dist/cli/services/commands/notifications.js +11 -12
- package/dist/cli/services/commands/search.js +7 -8
- package/dist/cli/services/commands/search.test.js +8 -9
- package/dist/cli/services/commands/version.js +8 -9
- package/dist/cli/services/commands/version.test.js +10 -11
- package/dist/cli/services/kitchen-sink/async.js +7 -8
- package/dist/cli/services/kitchen-sink/prompts.js +7 -8
- package/dist/cli/services/kitchen-sink/static.js +7 -8
- package/dist/cli/services/upgrade.js +8 -9
- package/dist/cli/services/upgrade.test.js +13 -14
- package/dist/configs/all.yml +3 -3
- package/dist/configs/recommended.yml +3 -3
- package/dist/{custom-oclif-loader-BBMEEF2H.js → custom-oclif-loader-MVTJFCUD.js} +11 -12
- package/dist/data/latest.json +1 -1
- package/dist/data/objects.json +2 -2
- package/dist/data/shopify_system_translations.json +82 -24
- package/dist/data/tags.json +10 -10
- package/dist/del-DNZ7X2HW.js +377 -0
- package/dist/{error-handler-734CUCMD.js → error-handler-OEZ5DBZB.js} +13 -14
- package/dist/hooks/postrun.js +13 -15
- package/dist/hooks/prerun.js +14 -15
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7792 -5700
- package/dist/{lib-OSXFX3I2.js → lib-DEEC6IKU.js} +3 -4
- package/dist/{local-5AKZWHSS.js → local-72XWEFWL.js} +7 -8
- package/dist/{morph-TYIH255V.js → morph-5D7H6MU2.js} +13 -11
- package/dist/{node-package-manager-DMOU4DTB.js → node-package-manager-TTBSTZXN.js} +8 -9
- package/dist/{npa-E675GQOI.js → npa-LHT53SWR.js} +3 -5
- package/dist/{path-GB4VIEM6.js → path-COZT77T2.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-JQXGLHMO.js → ui-XUA267UA.js} +9 -8
- package/dist/{workerd-FTKMK3NR.js → workerd-KJQYQH4A.js} +23 -23
- package/oclif.manifest.json +79 -9
- package/package.json +10 -10
- package/dist/chunk-CP3BRHWK.js +0 -33
- package/dist/chunk-EZQWZ57B.js +0 -53
- package/dist/chunk-SJMHVGQ5.js +0 -119
- package/dist/chunk-SM7O6ZFJ.js +0 -1216
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__commonJS,
|
|
3
|
+
__require,
|
|
3
4
|
init_cjs_shims
|
|
4
5
|
} from "./chunk-PKR7KJ6P.js";
|
|
5
6
|
|
|
6
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
7
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js
|
|
7
8
|
var require_constants = __commonJS({
|
|
8
|
-
"../../node_modules/.pnpm/semver@7.
|
|
9
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js"(exports, module) {
|
|
10
|
+
"use strict";
|
|
9
11
|
init_cjs_shims();
|
|
10
12
|
var SEMVER_SPEC_VERSION = "2.0.0", MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
11
13
|
9007199254740991, MAX_SAFE_COMPONENT_LENGTH = 16, MAX_SAFE_BUILD_LENGTH = 250, RELEASE_TYPES = [
|
|
@@ -30,9 +32,10 @@ var require_constants = __commonJS({
|
|
|
30
32
|
}
|
|
31
33
|
});
|
|
32
34
|
|
|
33
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
35
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js
|
|
34
36
|
var require_debug = __commonJS({
|
|
35
|
-
"../../node_modules/.pnpm/semver@7.
|
|
37
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js"(exports, module) {
|
|
38
|
+
"use strict";
|
|
36
39
|
init_cjs_shims();
|
|
37
40
|
var debug = typeof process == "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
38
41
|
};
|
|
@@ -40,9 +43,10 @@ var require_debug = __commonJS({
|
|
|
40
43
|
}
|
|
41
44
|
});
|
|
42
45
|
|
|
43
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
46
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js
|
|
44
47
|
var require_re = __commonJS({
|
|
45
|
-
"../../node_modules/.pnpm/semver@7.
|
|
48
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js"(exports, module) {
|
|
49
|
+
"use strict";
|
|
46
50
|
init_cjs_shims();
|
|
47
51
|
var {
|
|
48
52
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
@@ -50,7 +54,7 @@ var require_re = __commonJS({
|
|
|
50
54
|
MAX_LENGTH
|
|
51
55
|
} = require_constants(), debug = require_debug();
|
|
52
56
|
exports = module.exports = {};
|
|
53
|
-
var re = exports.re = [], safeRe = exports.safeRe = [], src = exports.src = [], t = exports.t = {}, R = 0, LETTERDASHNUMBER = "[a-zA-Z0-9-]", safeRegexReplacements = [
|
|
57
|
+
var re = exports.re = [], safeRe = exports.safeRe = [], src = exports.src = [], safeSrc = exports.safeSrc = [], t = exports.t = {}, R = 0, LETTERDASHNUMBER = "[a-zA-Z0-9-]", safeRegexReplacements = [
|
|
54
58
|
["\\s", 1],
|
|
55
59
|
["\\d", MAX_LENGTH],
|
|
56
60
|
[LETTERDASHNUMBER, MAX_SAFE_BUILD_LENGTH]
|
|
@@ -60,15 +64,15 @@ var require_re = __commonJS({
|
|
|
60
64
|
return value;
|
|
61
65
|
}, createToken = (name, value, isGlobal) => {
|
|
62
66
|
let safe = makeSafeRegex(value), index = R++;
|
|
63
|
-
debug(name, index, value), t[name] = index, src[index] = value, re[index] = new RegExp(value, isGlobal ? "g" : void 0), safeRe[index] = new RegExp(safe, isGlobal ? "g" : void 0);
|
|
67
|
+
debug(name, index, value), t[name] = index, src[index] = value, safeSrc[index] = safe, re[index] = new RegExp(value, isGlobal ? "g" : void 0), safeRe[index] = new RegExp(safe, isGlobal ? "g" : void 0);
|
|
64
68
|
};
|
|
65
69
|
createToken("NUMERICIDENTIFIER", "0|[1-9]\\d*");
|
|
66
70
|
createToken("NUMERICIDENTIFIERLOOSE", "\\d+");
|
|
67
71
|
createToken("NONNUMERICIDENTIFIER", `\\d*[a-zA-Z-]${LETTERDASHNUMBER}*`);
|
|
68
72
|
createToken("MAINVERSION", `(${src[t.NUMERICIDENTIFIER]})\\.(${src[t.NUMERICIDENTIFIER]})\\.(${src[t.NUMERICIDENTIFIER]})`);
|
|
69
73
|
createToken("MAINVERSIONLOOSE", `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.(${src[t.NUMERICIDENTIFIERLOOSE]})\\.(${src[t.NUMERICIDENTIFIERLOOSE]})`);
|
|
70
|
-
createToken("PRERELEASEIDENTIFIER", `(?:${src[t.
|
|
71
|
-
createToken("PRERELEASEIDENTIFIERLOOSE", `(?:${src[t.
|
|
74
|
+
createToken("PRERELEASEIDENTIFIER", `(?:${src[t.NONNUMERICIDENTIFIER]}|${src[t.NUMERICIDENTIFIER]})`);
|
|
75
|
+
createToken("PRERELEASEIDENTIFIERLOOSE", `(?:${src[t.NONNUMERICIDENTIFIER]}|${src[t.NUMERICIDENTIFIERLOOSE]})`);
|
|
72
76
|
createToken("PRERELEASE", `(?:-(${src[t.PRERELEASEIDENTIFIER]}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`);
|
|
73
77
|
createToken("PRERELEASELOOSE", `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`);
|
|
74
78
|
createToken("BUILDIDENTIFIER", `${LETTERDASHNUMBER}+`);
|
|
@@ -111,18 +115,20 @@ var require_re = __commonJS({
|
|
|
111
115
|
}
|
|
112
116
|
});
|
|
113
117
|
|
|
114
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
118
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js
|
|
115
119
|
var require_parse_options = __commonJS({
|
|
116
|
-
"../../node_modules/.pnpm/semver@7.
|
|
120
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js"(exports, module) {
|
|
121
|
+
"use strict";
|
|
117
122
|
init_cjs_shims();
|
|
118
123
|
var looseOption = Object.freeze({ loose: !0 }), emptyOpts = Object.freeze({}), parseOptions = (options) => options ? typeof options != "object" ? looseOption : options : emptyOpts;
|
|
119
124
|
module.exports = parseOptions;
|
|
120
125
|
}
|
|
121
126
|
});
|
|
122
127
|
|
|
123
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
128
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js
|
|
124
129
|
var require_identifiers = __commonJS({
|
|
125
|
-
"../../node_modules/.pnpm/semver@7.
|
|
130
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js"(exports, module) {
|
|
131
|
+
"use strict";
|
|
126
132
|
init_cjs_shims();
|
|
127
133
|
var numeric = /^[0-9]+$/, compareIdentifiers = (a, b) => {
|
|
128
134
|
let anum = numeric.test(a), bnum = numeric.test(b);
|
|
@@ -135,9 +141,10 @@ var require_identifiers = __commonJS({
|
|
|
135
141
|
}
|
|
136
142
|
});
|
|
137
143
|
|
|
138
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
144
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js
|
|
139
145
|
var require_semver = __commonJS({
|
|
140
|
-
"../../node_modules/.pnpm/semver@7.
|
|
146
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js"(exports, module) {
|
|
147
|
+
"use strict";
|
|
141
148
|
init_cjs_shims();
|
|
142
149
|
var debug = require_debug(), { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants(), { safeRe: re, t } = require_re(), parseOptions = require_parse_options(), { compareIdentifiers } = require_identifiers(), SemVer = class _SemVer {
|
|
143
150
|
constructor(version, options) {
|
|
@@ -227,6 +234,15 @@ var require_semver = __commonJS({
|
|
|
227
234
|
// preminor will bump the version up to the next minor release, and immediately
|
|
228
235
|
// down to pre-release. premajor and prepatch work the same way.
|
|
229
236
|
inc(release, identifier, identifierBase) {
|
|
237
|
+
if (release.startsWith("pre")) {
|
|
238
|
+
if (!identifier && identifierBase === !1)
|
|
239
|
+
throw new Error("invalid increment argument: identifier is empty");
|
|
240
|
+
if (identifier) {
|
|
241
|
+
let match = `-${identifier}`.match(this.options.loose ? re[t.PRERELEASELOOSE] : re[t.PRERELEASE]);
|
|
242
|
+
if (!match || match[1] !== identifier)
|
|
243
|
+
throw new Error(`invalid identifier: ${identifier}`);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
230
246
|
switch (release) {
|
|
231
247
|
case "premajor":
|
|
232
248
|
this.prerelease.length = 0, this.patch = 0, this.minor = 0, this.major++, this.inc("pre", identifier, identifierBase);
|
|
@@ -242,6 +258,11 @@ var require_semver = __commonJS({
|
|
|
242
258
|
case "prerelease":
|
|
243
259
|
this.prerelease.length === 0 && this.inc("patch", identifier, identifierBase), this.inc("pre", identifier, identifierBase);
|
|
244
260
|
break;
|
|
261
|
+
case "release":
|
|
262
|
+
if (this.prerelease.length === 0)
|
|
263
|
+
throw new Error(`version ${this.raw} is not a prerelease`);
|
|
264
|
+
this.prerelease.length = 0;
|
|
265
|
+
break;
|
|
245
266
|
case "major":
|
|
246
267
|
(this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) && this.major++, this.minor = 0, this.patch = 0, this.prerelease = [];
|
|
247
268
|
break;
|
|
@@ -255,8 +276,6 @@ var require_semver = __commonJS({
|
|
|
255
276
|
// 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.
|
|
256
277
|
case "pre": {
|
|
257
278
|
let base = Number(identifierBase) ? 1 : 0;
|
|
258
|
-
if (!identifier && identifierBase === !1)
|
|
259
|
-
throw new Error("invalid increment argument: identifier is empty");
|
|
260
279
|
if (this.prerelease.length === 0)
|
|
261
280
|
this.prerelease = [base];
|
|
262
281
|
else {
|
|
@@ -285,9 +304,10 @@ var require_semver = __commonJS({
|
|
|
285
304
|
}
|
|
286
305
|
});
|
|
287
306
|
|
|
288
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
307
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js
|
|
289
308
|
var require_parse = __commonJS({
|
|
290
|
-
"../../node_modules/.pnpm/semver@7.
|
|
309
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js"(exports, module) {
|
|
310
|
+
"use strict";
|
|
291
311
|
init_cjs_shims();
|
|
292
312
|
var SemVer = require_semver(), parse = (version, options, throwErrors = !1) => {
|
|
293
313
|
if (version instanceof SemVer)
|
|
@@ -304,9 +324,10 @@ var require_parse = __commonJS({
|
|
|
304
324
|
}
|
|
305
325
|
});
|
|
306
326
|
|
|
307
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
327
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js
|
|
308
328
|
var require_valid = __commonJS({
|
|
309
|
-
"../../node_modules/.pnpm/semver@7.
|
|
329
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/valid.js"(exports, module) {
|
|
330
|
+
"use strict";
|
|
310
331
|
init_cjs_shims();
|
|
311
332
|
var parse = require_parse(), valid = (version, options) => {
|
|
312
333
|
let v = parse(version, options);
|
|
@@ -316,9 +337,10 @@ var require_valid = __commonJS({
|
|
|
316
337
|
}
|
|
317
338
|
});
|
|
318
339
|
|
|
319
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
340
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js
|
|
320
341
|
var require_clean = __commonJS({
|
|
321
|
-
"../../node_modules/.pnpm/semver@7.
|
|
342
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/clean.js"(exports, module) {
|
|
343
|
+
"use strict";
|
|
322
344
|
init_cjs_shims();
|
|
323
345
|
var parse = require_parse(), clean = (version, options) => {
|
|
324
346
|
let s = parse(version.trim().replace(/^[=v]+/, ""), options);
|
|
@@ -328,9 +350,10 @@ var require_clean = __commonJS({
|
|
|
328
350
|
}
|
|
329
351
|
});
|
|
330
352
|
|
|
331
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
353
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js
|
|
332
354
|
var require_inc = __commonJS({
|
|
333
|
-
"../../node_modules/.pnpm/semver@7.
|
|
355
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/inc.js"(exports, module) {
|
|
356
|
+
"use strict";
|
|
334
357
|
init_cjs_shims();
|
|
335
358
|
var SemVer = require_semver(), inc = (version, release, options, identifier, identifierBase) => {
|
|
336
359
|
typeof options == "string" && (identifierBase = identifier, identifier = options, options = void 0);
|
|
@@ -347,17 +370,22 @@ var require_inc = __commonJS({
|
|
|
347
370
|
}
|
|
348
371
|
});
|
|
349
372
|
|
|
350
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
373
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js
|
|
351
374
|
var require_diff = __commonJS({
|
|
352
|
-
"../../node_modules/.pnpm/semver@7.
|
|
375
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/diff.js"(exports, module) {
|
|
376
|
+
"use strict";
|
|
353
377
|
init_cjs_shims();
|
|
354
378
|
var parse = require_parse(), diff = (version1, version2) => {
|
|
355
379
|
let v1 = parse(version1, null, !0), v2 = parse(version2, null, !0), comparison = v1.compare(v2);
|
|
356
380
|
if (comparison === 0)
|
|
357
381
|
return null;
|
|
358
382
|
let v1Higher = comparison > 0, highVersion = v1Higher ? v1 : v2, lowVersion = v1Higher ? v2 : v1, highHasPre = !!highVersion.prerelease.length;
|
|
359
|
-
if (!!lowVersion.prerelease.length && !highHasPre)
|
|
360
|
-
|
|
383
|
+
if (!!lowVersion.prerelease.length && !highHasPre) {
|
|
384
|
+
if (!lowVersion.patch && !lowVersion.minor)
|
|
385
|
+
return "major";
|
|
386
|
+
if (lowVersion.compareMain(highVersion) === 0)
|
|
387
|
+
return lowVersion.minor && !lowVersion.patch ? "minor" : "patch";
|
|
388
|
+
}
|
|
361
389
|
let prefix = highHasPre ? "pre" : "";
|
|
362
390
|
return v1.major !== v2.major ? prefix + "major" : v1.minor !== v2.minor ? prefix + "minor" : v1.patch !== v2.patch ? prefix + "patch" : "prerelease";
|
|
363
391
|
};
|
|
@@ -365,36 +393,40 @@ var require_diff = __commonJS({
|
|
|
365
393
|
}
|
|
366
394
|
});
|
|
367
395
|
|
|
368
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
396
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js
|
|
369
397
|
var require_major = __commonJS({
|
|
370
|
-
"../../node_modules/.pnpm/semver@7.
|
|
398
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/major.js"(exports, module) {
|
|
399
|
+
"use strict";
|
|
371
400
|
init_cjs_shims();
|
|
372
401
|
var SemVer = require_semver(), major = (a, loose) => new SemVer(a, loose).major;
|
|
373
402
|
module.exports = major;
|
|
374
403
|
}
|
|
375
404
|
});
|
|
376
405
|
|
|
377
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
406
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js
|
|
378
407
|
var require_minor = __commonJS({
|
|
379
|
-
"../../node_modules/.pnpm/semver@7.
|
|
408
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/minor.js"(exports, module) {
|
|
409
|
+
"use strict";
|
|
380
410
|
init_cjs_shims();
|
|
381
411
|
var SemVer = require_semver(), minor = (a, loose) => new SemVer(a, loose).minor;
|
|
382
412
|
module.exports = minor;
|
|
383
413
|
}
|
|
384
414
|
});
|
|
385
415
|
|
|
386
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
416
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js
|
|
387
417
|
var require_patch = __commonJS({
|
|
388
|
-
"../../node_modules/.pnpm/semver@7.
|
|
418
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/patch.js"(exports, module) {
|
|
419
|
+
"use strict";
|
|
389
420
|
init_cjs_shims();
|
|
390
421
|
var SemVer = require_semver(), patch = (a, loose) => new SemVer(a, loose).patch;
|
|
391
422
|
module.exports = patch;
|
|
392
423
|
}
|
|
393
424
|
});
|
|
394
425
|
|
|
395
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
426
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js
|
|
396
427
|
var require_prerelease = __commonJS({
|
|
397
|
-
"../../node_modules/.pnpm/semver@7.
|
|
428
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/prerelease.js"(exports, module) {
|
|
429
|
+
"use strict";
|
|
398
430
|
init_cjs_shims();
|
|
399
431
|
var parse = require_parse(), prerelease = (version, options) => {
|
|
400
432
|
let parsed = parse(version, options);
|
|
@@ -404,36 +436,40 @@ var require_prerelease = __commonJS({
|
|
|
404
436
|
}
|
|
405
437
|
});
|
|
406
438
|
|
|
407
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
439
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js
|
|
408
440
|
var require_compare = __commonJS({
|
|
409
|
-
"../../node_modules/.pnpm/semver@7.
|
|
441
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js"(exports, module) {
|
|
442
|
+
"use strict";
|
|
410
443
|
init_cjs_shims();
|
|
411
444
|
var SemVer = require_semver(), compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
|
|
412
445
|
module.exports = compare;
|
|
413
446
|
}
|
|
414
447
|
});
|
|
415
448
|
|
|
416
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
449
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js
|
|
417
450
|
var require_rcompare = __commonJS({
|
|
418
|
-
"../../node_modules/.pnpm/semver@7.
|
|
451
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rcompare.js"(exports, module) {
|
|
452
|
+
"use strict";
|
|
419
453
|
init_cjs_shims();
|
|
420
454
|
var compare = require_compare(), rcompare = (a, b, loose) => compare(b, a, loose);
|
|
421
455
|
module.exports = rcompare;
|
|
422
456
|
}
|
|
423
457
|
});
|
|
424
458
|
|
|
425
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
459
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js
|
|
426
460
|
var require_compare_loose = __commonJS({
|
|
427
|
-
"../../node_modules/.pnpm/semver@7.
|
|
461
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-loose.js"(exports, module) {
|
|
462
|
+
"use strict";
|
|
428
463
|
init_cjs_shims();
|
|
429
464
|
var compare = require_compare(), compareLoose = (a, b) => compare(a, b, !0);
|
|
430
465
|
module.exports = compareLoose;
|
|
431
466
|
}
|
|
432
467
|
});
|
|
433
468
|
|
|
434
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
469
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js
|
|
435
470
|
var require_compare_build = __commonJS({
|
|
436
|
-
"../../node_modules/.pnpm/semver@7.
|
|
471
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare-build.js"(exports, module) {
|
|
472
|
+
"use strict";
|
|
437
473
|
init_cjs_shims();
|
|
438
474
|
var SemVer = require_semver(), compareBuild = (a, b, loose) => {
|
|
439
475
|
let versionA = new SemVer(a, loose), versionB = new SemVer(b, loose);
|
|
@@ -443,81 +479,90 @@ var require_compare_build = __commonJS({
|
|
|
443
479
|
}
|
|
444
480
|
});
|
|
445
481
|
|
|
446
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
482
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js
|
|
447
483
|
var require_sort = __commonJS({
|
|
448
|
-
"../../node_modules/.pnpm/semver@7.
|
|
484
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/sort.js"(exports, module) {
|
|
485
|
+
"use strict";
|
|
449
486
|
init_cjs_shims();
|
|
450
487
|
var compareBuild = require_compare_build(), sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
|
|
451
488
|
module.exports = sort;
|
|
452
489
|
}
|
|
453
490
|
});
|
|
454
491
|
|
|
455
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
492
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js
|
|
456
493
|
var require_rsort = __commonJS({
|
|
457
|
-
"../../node_modules/.pnpm/semver@7.
|
|
494
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/rsort.js"(exports, module) {
|
|
495
|
+
"use strict";
|
|
458
496
|
init_cjs_shims();
|
|
459
497
|
var compareBuild = require_compare_build(), rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
|
|
460
498
|
module.exports = rsort;
|
|
461
499
|
}
|
|
462
500
|
});
|
|
463
501
|
|
|
464
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
502
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js
|
|
465
503
|
var require_gt = __commonJS({
|
|
466
|
-
"../../node_modules/.pnpm/semver@7.
|
|
504
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js"(exports, module) {
|
|
505
|
+
"use strict";
|
|
467
506
|
init_cjs_shims();
|
|
468
507
|
var compare = require_compare(), gt = (a, b, loose) => compare(a, b, loose) > 0;
|
|
469
508
|
module.exports = gt;
|
|
470
509
|
}
|
|
471
510
|
});
|
|
472
511
|
|
|
473
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
512
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js
|
|
474
513
|
var require_lt = __commonJS({
|
|
475
|
-
"../../node_modules/.pnpm/semver@7.
|
|
514
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js"(exports, module) {
|
|
515
|
+
"use strict";
|
|
476
516
|
init_cjs_shims();
|
|
477
517
|
var compare = require_compare(), lt = (a, b, loose) => compare(a, b, loose) < 0;
|
|
478
518
|
module.exports = lt;
|
|
479
519
|
}
|
|
480
520
|
});
|
|
481
521
|
|
|
482
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
522
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js
|
|
483
523
|
var require_eq = __commonJS({
|
|
484
|
-
"../../node_modules/.pnpm/semver@7.
|
|
524
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js"(exports, module) {
|
|
525
|
+
"use strict";
|
|
485
526
|
init_cjs_shims();
|
|
486
527
|
var compare = require_compare(), eq = (a, b, loose) => compare(a, b, loose) === 0;
|
|
487
528
|
module.exports = eq;
|
|
488
529
|
}
|
|
489
530
|
});
|
|
490
531
|
|
|
491
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
532
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js
|
|
492
533
|
var require_neq = __commonJS({
|
|
493
|
-
"../../node_modules/.pnpm/semver@7.
|
|
534
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js"(exports, module) {
|
|
535
|
+
"use strict";
|
|
494
536
|
init_cjs_shims();
|
|
495
537
|
var compare = require_compare(), neq = (a, b, loose) => compare(a, b, loose) !== 0;
|
|
496
538
|
module.exports = neq;
|
|
497
539
|
}
|
|
498
540
|
});
|
|
499
541
|
|
|
500
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
542
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js
|
|
501
543
|
var require_gte = __commonJS({
|
|
502
|
-
"../../node_modules/.pnpm/semver@7.
|
|
544
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js"(exports, module) {
|
|
545
|
+
"use strict";
|
|
503
546
|
init_cjs_shims();
|
|
504
547
|
var compare = require_compare(), gte = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
505
548
|
module.exports = gte;
|
|
506
549
|
}
|
|
507
550
|
});
|
|
508
551
|
|
|
509
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
552
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js
|
|
510
553
|
var require_lte = __commonJS({
|
|
511
|
-
"../../node_modules/.pnpm/semver@7.
|
|
554
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js"(exports, module) {
|
|
555
|
+
"use strict";
|
|
512
556
|
init_cjs_shims();
|
|
513
557
|
var compare = require_compare(), lte = (a, b, loose) => compare(a, b, loose) <= 0;
|
|
514
558
|
module.exports = lte;
|
|
515
559
|
}
|
|
516
560
|
});
|
|
517
561
|
|
|
518
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
562
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js
|
|
519
563
|
var require_cmp = __commonJS({
|
|
520
|
-
"../../node_modules/.pnpm/semver@7.
|
|
564
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js"(exports, module) {
|
|
565
|
+
"use strict";
|
|
521
566
|
init_cjs_shims();
|
|
522
567
|
var eq = require_eq(), neq = require_neq(), gt = require_gt(), gte = require_gte(), lt = require_lt(), lte = require_lte(), cmp = (a, op, b, loose) => {
|
|
523
568
|
switch (op) {
|
|
@@ -547,9 +592,10 @@ var require_cmp = __commonJS({
|
|
|
547
592
|
}
|
|
548
593
|
});
|
|
549
594
|
|
|
550
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
595
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js
|
|
551
596
|
var require_coerce = __commonJS({
|
|
552
|
-
"../../node_modules/.pnpm/semver@7.
|
|
597
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js"(exports, module) {
|
|
598
|
+
"use strict";
|
|
553
599
|
init_cjs_shims();
|
|
554
600
|
var SemVer = require_semver(), parse = require_parse(), { safeRe: re, t } = require_re(), coerce = (version, options) => {
|
|
555
601
|
if (version instanceof SemVer)
|
|
@@ -575,9 +621,10 @@ var require_coerce = __commonJS({
|
|
|
575
621
|
}
|
|
576
622
|
});
|
|
577
623
|
|
|
578
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
624
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js
|
|
579
625
|
var require_lrucache = __commonJS({
|
|
580
|
-
"../../node_modules/.pnpm/semver@7.
|
|
626
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js"(exports, module) {
|
|
627
|
+
"use strict";
|
|
581
628
|
init_cjs_shims();
|
|
582
629
|
var LRUCache = class {
|
|
583
630
|
constructor() {
|
|
@@ -606,9 +653,10 @@ var require_lrucache = __commonJS({
|
|
|
606
653
|
}
|
|
607
654
|
});
|
|
608
655
|
|
|
609
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
656
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js
|
|
610
657
|
var require_range = __commonJS({
|
|
611
|
-
"../../node_modules/.pnpm/semver@7.
|
|
658
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js"(exports, module) {
|
|
659
|
+
"use strict";
|
|
612
660
|
init_cjs_shims();
|
|
613
661
|
var SPACE_CHARACTERS = /\s+/g, Range = class _Range {
|
|
614
662
|
constructor(range, options) {
|
|
@@ -742,9 +790,10 @@ var require_range = __commonJS({
|
|
|
742
790
|
}
|
|
743
791
|
});
|
|
744
792
|
|
|
745
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
793
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js
|
|
746
794
|
var require_comparator = __commonJS({
|
|
747
|
-
"../../node_modules/.pnpm/semver@7.
|
|
795
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js"(exports, module) {
|
|
796
|
+
"use strict";
|
|
748
797
|
init_cjs_shims();
|
|
749
798
|
var ANY = Symbol("SemVer ANY"), Comparator = class _Comparator {
|
|
750
799
|
static get ANY() {
|
|
@@ -789,9 +838,10 @@ var require_comparator = __commonJS({
|
|
|
789
838
|
}
|
|
790
839
|
});
|
|
791
840
|
|
|
792
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
841
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js
|
|
793
842
|
var require_satisfies = __commonJS({
|
|
794
|
-
"../../node_modules/.pnpm/semver@7.
|
|
843
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js"(exports, module) {
|
|
844
|
+
"use strict";
|
|
795
845
|
init_cjs_shims();
|
|
796
846
|
var Range = require_range(), satisfies = (version, range, options) => {
|
|
797
847
|
try {
|
|
@@ -805,18 +855,20 @@ var require_satisfies = __commonJS({
|
|
|
805
855
|
}
|
|
806
856
|
});
|
|
807
857
|
|
|
808
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
858
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js
|
|
809
859
|
var require_to_comparators = __commonJS({
|
|
810
|
-
"../../node_modules/.pnpm/semver@7.
|
|
860
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js"(exports, module) {
|
|
861
|
+
"use strict";
|
|
811
862
|
init_cjs_shims();
|
|
812
863
|
var Range = require_range(), toComparators = (range, options) => new Range(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
|
|
813
864
|
module.exports = toComparators;
|
|
814
865
|
}
|
|
815
866
|
});
|
|
816
867
|
|
|
817
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
868
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js
|
|
818
869
|
var require_max_satisfying = __commonJS({
|
|
819
|
-
"../../node_modules/.pnpm/semver@7.
|
|
870
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js"(exports, module) {
|
|
871
|
+
"use strict";
|
|
820
872
|
init_cjs_shims();
|
|
821
873
|
var SemVer = require_semver(), Range = require_range(), maxSatisfying = (versions, range, options) => {
|
|
822
874
|
let max = null, maxSV = null, rangeObj = null;
|
|
@@ -833,9 +885,10 @@ var require_max_satisfying = __commonJS({
|
|
|
833
885
|
}
|
|
834
886
|
});
|
|
835
887
|
|
|
836
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
888
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js
|
|
837
889
|
var require_min_satisfying = __commonJS({
|
|
838
|
-
"../../node_modules/.pnpm/semver@7.
|
|
890
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js"(exports, module) {
|
|
891
|
+
"use strict";
|
|
839
892
|
init_cjs_shims();
|
|
840
893
|
var SemVer = require_semver(), Range = require_range(), minSatisfying = (versions, range, options) => {
|
|
841
894
|
let min = null, minSV = null, rangeObj = null;
|
|
@@ -852,9 +905,10 @@ var require_min_satisfying = __commonJS({
|
|
|
852
905
|
}
|
|
853
906
|
});
|
|
854
907
|
|
|
855
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
908
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js
|
|
856
909
|
var require_min_version = __commonJS({
|
|
857
|
-
"../../node_modules/.pnpm/semver@7.
|
|
910
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/min-version.js"(exports, module) {
|
|
911
|
+
"use strict";
|
|
858
912
|
init_cjs_shims();
|
|
859
913
|
var SemVer = require_semver(), Range = require_range(), gt = require_gt(), minVersion = (range, loose) => {
|
|
860
914
|
range = new Range(range, loose);
|
|
@@ -889,9 +943,10 @@ var require_min_version = __commonJS({
|
|
|
889
943
|
}
|
|
890
944
|
});
|
|
891
945
|
|
|
892
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
946
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js
|
|
893
947
|
var require_valid2 = __commonJS({
|
|
894
|
-
"../../node_modules/.pnpm/semver@7.
|
|
948
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js"(exports, module) {
|
|
949
|
+
"use strict";
|
|
895
950
|
init_cjs_shims();
|
|
896
951
|
var Range = require_range(), validRange = (range, options) => {
|
|
897
952
|
try {
|
|
@@ -904,9 +959,10 @@ var require_valid2 = __commonJS({
|
|
|
904
959
|
}
|
|
905
960
|
});
|
|
906
961
|
|
|
907
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
962
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js
|
|
908
963
|
var require_outside = __commonJS({
|
|
909
|
-
"../../node_modules/.pnpm/semver@7.
|
|
964
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/outside.js"(exports, module) {
|
|
965
|
+
"use strict";
|
|
910
966
|
init_cjs_shims();
|
|
911
967
|
var SemVer = require_semver(), Comparator = require_comparator(), { ANY } = Comparator, Range = require_range(), satisfies = require_satisfies(), gt = require_gt(), lt = require_lt(), lte = require_lte(), gte = require_gte(), outside = (version, range, hilo, options) => {
|
|
912
968
|
version = new SemVer(version, options), range = new Range(range, options);
|
|
@@ -938,36 +994,40 @@ var require_outside = __commonJS({
|
|
|
938
994
|
}
|
|
939
995
|
});
|
|
940
996
|
|
|
941
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
997
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js
|
|
942
998
|
var require_gtr = __commonJS({
|
|
943
|
-
"../../node_modules/.pnpm/semver@7.
|
|
999
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/gtr.js"(exports, module) {
|
|
1000
|
+
"use strict";
|
|
944
1001
|
init_cjs_shims();
|
|
945
1002
|
var outside = require_outside(), gtr = (version, range, options) => outside(version, range, ">", options);
|
|
946
1003
|
module.exports = gtr;
|
|
947
1004
|
}
|
|
948
1005
|
});
|
|
949
1006
|
|
|
950
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
1007
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js
|
|
951
1008
|
var require_ltr = __commonJS({
|
|
952
|
-
"../../node_modules/.pnpm/semver@7.
|
|
1009
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/ltr.js"(exports, module) {
|
|
1010
|
+
"use strict";
|
|
953
1011
|
init_cjs_shims();
|
|
954
1012
|
var outside = require_outside(), ltr = (version, range, options) => outside(version, range, "<", options);
|
|
955
1013
|
module.exports = ltr;
|
|
956
1014
|
}
|
|
957
1015
|
});
|
|
958
1016
|
|
|
959
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
1017
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js
|
|
960
1018
|
var require_intersects = __commonJS({
|
|
961
|
-
"../../node_modules/.pnpm/semver@7.
|
|
1019
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/intersects.js"(exports, module) {
|
|
1020
|
+
"use strict";
|
|
962
1021
|
init_cjs_shims();
|
|
963
1022
|
var Range = require_range(), intersects = (r1, r2, options) => (r1 = new Range(r1, options), r2 = new Range(r2, options), r1.intersects(r2, options));
|
|
964
1023
|
module.exports = intersects;
|
|
965
1024
|
}
|
|
966
1025
|
});
|
|
967
1026
|
|
|
968
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
1027
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js
|
|
969
1028
|
var require_simplify = __commonJS({
|
|
970
|
-
"../../node_modules/.pnpm/semver@7.
|
|
1029
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/simplify.js"(exports, module) {
|
|
1030
|
+
"use strict";
|
|
971
1031
|
init_cjs_shims();
|
|
972
1032
|
var satisfies = require_satisfies(), compare = require_compare();
|
|
973
1033
|
module.exports = (versions, range, options) => {
|
|
@@ -984,9 +1044,10 @@ var require_simplify = __commonJS({
|
|
|
984
1044
|
}
|
|
985
1045
|
});
|
|
986
1046
|
|
|
987
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
1047
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js
|
|
988
1048
|
var require_subset = __commonJS({
|
|
989
|
-
"../../node_modules/.pnpm/semver@7.
|
|
1049
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/subset.js"(exports, module) {
|
|
1050
|
+
"use strict";
|
|
990
1051
|
init_cjs_shims();
|
|
991
1052
|
var Range = require_range(), Comparator = require_comparator(), { ANY } = Comparator, satisfies = require_satisfies(), compare = require_compare(), subset = (sub, dom, options = {}) => {
|
|
992
1053
|
if (sub === dom)
|
|
@@ -1072,9 +1133,10 @@ var require_subset = __commonJS({
|
|
|
1072
1133
|
}
|
|
1073
1134
|
});
|
|
1074
1135
|
|
|
1075
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
1136
|
+
// ../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js
|
|
1076
1137
|
var require_semver2 = __commonJS({
|
|
1077
|
-
"../../node_modules/.pnpm/semver@7.
|
|
1138
|
+
"../../node_modules/.pnpm/semver@7.7.2/node_modules/semver/index.js"(exports, module) {
|
|
1139
|
+
"use strict";
|
|
1078
1140
|
init_cjs_shims();
|
|
1079
1141
|
var internalRe = require_re(), constants = require_constants(), SemVer = require_semver(), identifiers = require_identifiers(), parse = require_parse(), valid = require_valid(), clean = require_clean(), inc = require_inc(), diff = require_diff(), major = require_major(), minor = require_minor(), patch = require_patch(), prerelease = require_prerelease(), compare = require_compare(), rcompare = require_rcompare(), compareLoose = require_compare_loose(), compareBuild = require_compare_build(), sort = require_sort(), rsort = require_rsort(), gt = require_gt(), lt = require_lt(), eq = require_eq(), neq = require_neq(), gte = require_gte(), lte = require_lte(), cmp = require_cmp(), coerce = require_coerce(), Comparator = require_comparator(), Range = require_range(), satisfies = require_satisfies(), toComparators = require_to_comparators(), maxSatisfying = require_max_satisfying(), minSatisfying = require_min_satisfying(), minVersion = require_min_version(), validRange = require_valid2(), outside = require_outside(), gtr = require_gtr(), ltr = require_ltr(), intersects = require_intersects(), simplifyRange = require_simplify(), subset = require_subset();
|
|
1080
1142
|
module.exports = {
|
|
@@ -1127,7 +1189,51 @@ var require_semver2 = __commonJS({
|
|
|
1127
1189
|
}
|
|
1128
1190
|
});
|
|
1129
1191
|
|
|
1192
|
+
// ../../node_modules/.pnpm/validate-npm-package-name@5.0.1/node_modules/validate-npm-package-name/lib/index.js
|
|
1193
|
+
var require_lib = __commonJS({
|
|
1194
|
+
"../../node_modules/.pnpm/validate-npm-package-name@5.0.1/node_modules/validate-npm-package-name/lib/index.js"(exports, module) {
|
|
1195
|
+
"use strict";
|
|
1196
|
+
init_cjs_shims();
|
|
1197
|
+
var { builtinModules: builtins } = __require("module"), scopedPackagePattern = new RegExp("^(?:@([^/]+?)[/])?([^/]+?)$"), blacklist = [
|
|
1198
|
+
"node_modules",
|
|
1199
|
+
"favicon.ico"
|
|
1200
|
+
];
|
|
1201
|
+
function validate(name) {
|
|
1202
|
+
var warnings = [], errors = [];
|
|
1203
|
+
if (name === null)
|
|
1204
|
+
return errors.push("name cannot be null"), done(warnings, errors);
|
|
1205
|
+
if (name === void 0)
|
|
1206
|
+
return errors.push("name cannot be undefined"), done(warnings, errors);
|
|
1207
|
+
if (typeof name != "string")
|
|
1208
|
+
return errors.push("name must be a string"), done(warnings, errors);
|
|
1209
|
+
if (name.length || errors.push("name length must be greater than zero"), name.match(/^\./) && errors.push("name cannot start with a period"), name.match(/^_/) && errors.push("name cannot start with an underscore"), name.trim() !== name && errors.push("name cannot contain leading or trailing spaces"), blacklist.forEach(function(blacklistedName) {
|
|
1210
|
+
name.toLowerCase() === blacklistedName && errors.push(blacklistedName + " is a blacklisted name");
|
|
1211
|
+
}), builtins.includes(name.toLowerCase()) && warnings.push(name + " is a core module name"), name.length > 214 && warnings.push("name can no longer contain more than 214 characters"), name.toLowerCase() !== name && warnings.push("name can no longer contain capital letters"), /[~'!()*]/.test(name.split("/").slice(-1)[0]) && warnings.push(`name can no longer contain special characters ("~'!()*")`), encodeURIComponent(name) !== name) {
|
|
1212
|
+
var nameMatch = name.match(scopedPackagePattern);
|
|
1213
|
+
if (nameMatch) {
|
|
1214
|
+
var user = nameMatch[1], pkg = nameMatch[2];
|
|
1215
|
+
if (encodeURIComponent(user) === user && encodeURIComponent(pkg) === pkg)
|
|
1216
|
+
return done(warnings, errors);
|
|
1217
|
+
}
|
|
1218
|
+
errors.push("name can only contain URL-friendly characters");
|
|
1219
|
+
}
|
|
1220
|
+
return done(warnings, errors);
|
|
1221
|
+
}
|
|
1222
|
+
var done = function(warnings, errors) {
|
|
1223
|
+
var result = {
|
|
1224
|
+
validForNewPackages: errors.length === 0 && warnings.length === 0,
|
|
1225
|
+
validForOldPackages: errors.length === 0,
|
|
1226
|
+
warnings,
|
|
1227
|
+
errors
|
|
1228
|
+
};
|
|
1229
|
+
return result.warnings.length || delete result.warnings, result.errors.length || delete result.errors, result;
|
|
1230
|
+
};
|
|
1231
|
+
module.exports = validate;
|
|
1232
|
+
}
|
|
1233
|
+
});
|
|
1234
|
+
|
|
1130
1235
|
export {
|
|
1131
|
-
require_semver2 as require_semver
|
|
1236
|
+
require_semver2 as require_semver,
|
|
1237
|
+
require_lib
|
|
1132
1238
|
};
|
|
1133
|
-
//# sourceMappingURL=chunk-
|
|
1239
|
+
//# sourceMappingURL=chunk-AM4QB5OM.js.map
|