@shopify/cli 3.86.0 → 3.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/assets/dev-console/extensions/dev-console/assets/index-0hw3R_TS.css +1 -0
- package/dist/assets/dev-console/index.html +2 -2
- package/dist/{chunk-NMH42STK.js → chunk-43MAAODZ.js} +29 -17
- package/dist/{chunk-O32LAXNO.js → chunk-4RMT22ZG.js} +116 -97
- package/dist/{chunk-UAYSVXRU.js → chunk-4X3OSIUW.js} +19 -7
- package/dist/{chunk-WZTQS5NN.js → chunk-6CKI4ZVA.js} +8 -8
- package/dist/{chunk-J5WELXX6.js → chunk-77FBLQSY.js} +3 -3
- package/dist/{chunk-7VKRIIXT.js → chunk-DX2IC6MA.js} +25 -8
- package/dist/chunk-EZQWZ57B.js +53 -0
- package/dist/{chunk-NIZJP24I.js → chunk-FBDL6M34.js} +4 -4
- package/dist/{chunk-TCTK5NQE.js → chunk-GK3L6WCO.js} +8 -8
- package/dist/{chunk-4MSYMXAX.js → chunk-GPKHDSF5.js} +2 -2
- package/dist/{chunk-5RBPM5MR.js → chunk-GV3VXLHN.js} +7 -7
- package/dist/{chunk-6UMZO4DD.js → chunk-H3HXI5FI.js} +5 -5
- package/dist/{chunk-LPSHXR57.js → chunk-H5JSK6HV.js} +2 -2
- package/dist/{chunk-AM4QB5OM.js → chunk-HMDWNGIV.js} +100 -206
- package/dist/{chunk-4YT3BY2B.js → chunk-HMJUSDS7.js} +2 -2
- package/dist/{chunk-LOWKEYZ4.js → chunk-ILCR5V7H.js} +2 -2
- package/dist/{chunk-GAPPN3SH.js → chunk-JJ3N36EZ.js} +3 -3
- package/dist/{chunk-6FH6AJI5.js → chunk-KUJQ4AB6.js} +103 -2
- package/dist/{chunk-ZRLTG3SU.js → chunk-KW37WO42.js} +4 -4
- package/dist/{chunk-7TE554OT.js → chunk-LMVYXPIS.js} +22 -9
- package/dist/{chunk-IZMUO44N.js → chunk-LVH6EINO.js} +5 -5
- package/dist/{chunk-G3RY2PNL.js → chunk-LWFYEQVC.js} +4 -4
- package/dist/{chunk-KIMPXWRC.js → chunk-MJ2CC5UF.js} +4 -4
- package/dist/{chunk-LDJGMHXE.js → chunk-NKJY5K45.js} +4 -4
- package/dist/{chunk-DKRTUP7T.js → chunk-PE3YDRXC.js} +2 -2
- package/dist/{chunk-PFWYGIIB.js → chunk-PU7263L3.js} +4 -4
- package/dist/{chunk-E25JAFOX.js → chunk-PW5V2LBK.js} +3 -3
- package/dist/{chunk-JMQJQNH7.js → chunk-QIIIG73M.js} +60 -186
- package/dist/{chunk-LDFPMZVN.js → chunk-R7GPNRH3.js} +2 -2
- package/dist/{chunk-4TSN5PHA.js → chunk-TVAQLJIT.js} +3 -3
- package/dist/{chunk-AA57B6YW.js → chunk-TY4JIQTU.js} +3 -3
- package/dist/{chunk-2KZOUSPH.js → chunk-U4EHUN6F.js} +5 -5
- package/dist/{chunk-AQK2VHTY.js → chunk-U6SKVYZN.js} +3 -3
- package/dist/{chunk-UKECTTQZ.js → chunk-UQLUAYP7.js} +2 -2
- package/dist/{chunk-ZZGMPT2W.js → chunk-VDMWZFUE.js} +3 -3
- package/dist/{chunk-X2YIODUW.js → chunk-VLBE545G.js} +15 -1237
- package/dist/{chunk-5Q7CDSRK.js → chunk-VQVENW26.js} +6 -6
- package/dist/{chunk-GU76E24D.js → chunk-VRRM2VMH.js} +6 -6
- package/dist/{chunk-F2V6FX7R.js → chunk-WM77PTR2.js} +4 -4
- package/dist/chunk-XB6A45UN.js +80 -0
- package/dist/{chunk-EG6MBBEN.js → chunk-Y2JP6WFP.js} +2 -2
- package/dist/{chunk-UXJEPFC3.js → chunk-ZWG6Y7VK.js} +3 -3
- package/dist/cli/commands/auth/login.js +16 -13
- package/dist/cli/commands/auth/login.test.js +18 -15
- package/dist/cli/commands/auth/logout.js +16 -13
- package/dist/cli/commands/auth/logout.test.js +18 -15
- package/dist/cli/commands/cache/clear.js +16 -13
- package/dist/cli/commands/debug/command-flags.js +16 -13
- package/dist/cli/commands/docs/generate.js +16 -13
- package/dist/cli/commands/docs/generate.test.js +17 -14
- package/dist/cli/commands/help.js +16 -13
- package/dist/cli/commands/kitchen-sink/async.js +17 -14
- package/dist/cli/commands/kitchen-sink/async.test.js +18 -15
- package/dist/cli/commands/kitchen-sink/index.js +19 -16
- package/dist/cli/commands/kitchen-sink/index.test.js +20 -17
- package/dist/cli/commands/kitchen-sink/prompts.js +17 -14
- package/dist/cli/commands/kitchen-sink/prompts.test.js +18 -15
- package/dist/cli/commands/kitchen-sink/static.js +17 -14
- package/dist/cli/commands/kitchen-sink/static.test.js +18 -15
- package/dist/cli/commands/notifications/generate.js +17 -14
- package/dist/cli/commands/notifications/list.js +17 -14
- package/dist/cli/commands/search.js +17 -14
- package/dist/cli/commands/upgrade.js +17 -14
- package/dist/cli/commands/upgrade.test.js +1 -1
- package/dist/cli/commands/version.js +17 -14
- package/dist/cli/commands/version.test.js +18 -15
- package/dist/cli/services/commands/notifications.js +12 -9
- package/dist/cli/services/commands/search.js +8 -5
- package/dist/cli/services/commands/search.test.js +9 -6
- package/dist/cli/services/commands/version.js +9 -6
- package/dist/cli/services/commands/version.test.js +11 -8
- package/dist/cli/services/kitchen-sink/async.js +8 -5
- package/dist/cli/services/kitchen-sink/prompts.js +8 -5
- package/dist/cli/services/kitchen-sink/static.js +8 -5
- package/dist/cli/services/upgrade.js +9 -6
- package/dist/cli/services/upgrade.test.js +11 -8
- package/dist/{custom-oclif-loader-Y4GWKKAU.js → custom-oclif-loader-QBK7WNIL.js} +18 -11
- package/dist/{del-DIPVIUR3.js → del-E4LJOSMR.js} +6 -6
- package/dist/{error-handler-WPYX52XY.js → error-handler-YWRJD3ZX.js} +14 -11
- package/dist/hooks/postrun.js +14 -72
- package/dist/hooks/prerun.js +13 -10
- package/dist/{http-proxy-node16-K5X7BUK5.js → http-proxy-node16-VGGP6PLA.js} +5 -5
- package/dist/index.js +2882 -1679
- package/dist/{lib-EMZRCLCJ.js → lib-G7Q5M6VX.js} +4 -3
- package/dist/{local-ZMOSXANE.js → local-DU2CZ6Z3.js} +8 -5
- package/dist/{magic-string.es-UZAAPNRE.js → magic-string.es-S5HKFBJX.js} +5 -6
- package/dist/{morph-EGK76SED.js → morph-37GC7LQM.js} +16 -20
- package/dist/{node-package-manager-4KOKGFQG.js → node-package-manager-W22PEMMM.js} +9 -6
- package/dist/{npa-LHT53SWR.js → npa-E675GQOI.js} +5 -3
- package/dist/{path-GB4VIEM6.js → path-COZT77T2.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-YYVT2VLD.js → ui-GTBNK773.js} +8 -5
- package/dist/{workerd-35SAC4OI.js → workerd-CT4T6SDW.js} +18 -17
- package/oclif.manifest.json +95 -127
- package/package.json +8 -8
- package/dist/assets/dev-console/extensions/dev-console/assets/index-BteeGmYf.css +0 -1
- package/dist/chunk-IWFYXDPH.js +0 -109
- /package/dist/assets/dev-console/extensions/dev-console/assets/{index-Cj8WCHlM.js → index-C12jKScn.js} +0 -0
package/dist/chunk-IWFYXDPH.js
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
require_balanced_match
|
|
3
|
-
} from "./chunk-XE5EOEBL.js";
|
|
4
|
-
import {
|
|
5
|
-
__commonJS,
|
|
6
|
-
init_cjs_shims
|
|
7
|
-
} from "./chunk-PKR7KJ6P.js";
|
|
8
|
-
|
|
9
|
-
// ../../node_modules/.pnpm/brace-expansion@2.0.2/node_modules/brace-expansion/index.js
|
|
10
|
-
var require_brace_expansion = __commonJS({
|
|
11
|
-
"../../node_modules/.pnpm/brace-expansion@2.0.2/node_modules/brace-expansion/index.js"(exports, module) {
|
|
12
|
-
init_cjs_shims();
|
|
13
|
-
var balanced = require_balanced_match();
|
|
14
|
-
module.exports = expandTop;
|
|
15
|
-
var escSlash = "\0SLASH" + Math.random() + "\0", escOpen = "\0OPEN" + Math.random() + "\0", escClose = "\0CLOSE" + Math.random() + "\0", escComma = "\0COMMA" + Math.random() + "\0", escPeriod = "\0PERIOD" + Math.random() + "\0";
|
|
16
|
-
function numeric(str) {
|
|
17
|
-
return parseInt(str, 10) == str ? parseInt(str, 10) : str.charCodeAt(0);
|
|
18
|
-
}
|
|
19
|
-
function escapeBraces(str) {
|
|
20
|
-
return str.split("\\\\").join(escSlash).split("\\{").join(escOpen).split("\\}").join(escClose).split("\\,").join(escComma).split("\\.").join(escPeriod);
|
|
21
|
-
}
|
|
22
|
-
function unescapeBraces(str) {
|
|
23
|
-
return str.split(escSlash).join("\\").split(escOpen).join("{").split(escClose).join("}").split(escComma).join(",").split(escPeriod).join(".");
|
|
24
|
-
}
|
|
25
|
-
function parseCommaParts(str) {
|
|
26
|
-
if (!str)
|
|
27
|
-
return [""];
|
|
28
|
-
var parts = [], m = balanced("{", "}", str);
|
|
29
|
-
if (!m)
|
|
30
|
-
return str.split(",");
|
|
31
|
-
var pre = m.pre, body = m.body, post = m.post, p = pre.split(",");
|
|
32
|
-
p[p.length - 1] += "{" + body + "}";
|
|
33
|
-
var postParts = parseCommaParts(post);
|
|
34
|
-
return post.length && (p[p.length - 1] += postParts.shift(), p.push.apply(p, postParts)), parts.push.apply(parts, p), parts;
|
|
35
|
-
}
|
|
36
|
-
function expandTop(str) {
|
|
37
|
-
return str ? (str.substr(0, 2) === "{}" && (str = "\\{\\}" + str.substr(2)), expand(escapeBraces(str), !0).map(unescapeBraces)) : [];
|
|
38
|
-
}
|
|
39
|
-
function embrace(str) {
|
|
40
|
-
return "{" + str + "}";
|
|
41
|
-
}
|
|
42
|
-
function isPadded(el) {
|
|
43
|
-
return /^-?0\d/.test(el);
|
|
44
|
-
}
|
|
45
|
-
function lte(i, y) {
|
|
46
|
-
return i <= y;
|
|
47
|
-
}
|
|
48
|
-
function gte(i, y) {
|
|
49
|
-
return i >= y;
|
|
50
|
-
}
|
|
51
|
-
function expand(str, isTop) {
|
|
52
|
-
var expansions = [], m = balanced("{", "}", str);
|
|
53
|
-
if (!m) return [str];
|
|
54
|
-
var pre = m.pre, post = m.post.length ? expand(m.post, !1) : [""];
|
|
55
|
-
if (/\$$/.test(m.pre))
|
|
56
|
-
for (var k = 0; k < post.length; k++) {
|
|
57
|
-
var expansion = pre + "{" + m.body + "}" + post[k];
|
|
58
|
-
expansions.push(expansion);
|
|
59
|
-
}
|
|
60
|
-
else {
|
|
61
|
-
var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body), isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body), isSequence = isNumericSequence || isAlphaSequence, isOptions = m.body.indexOf(",") >= 0;
|
|
62
|
-
if (!isSequence && !isOptions)
|
|
63
|
-
return m.post.match(/,(?!,).*\}/) ? (str = m.pre + "{" + m.body + escClose + m.post, expand(str)) : [str];
|
|
64
|
-
var n;
|
|
65
|
-
if (isSequence)
|
|
66
|
-
n = m.body.split(/\.\./);
|
|
67
|
-
else if (n = parseCommaParts(m.body), n.length === 1 && (n = expand(n[0], !1).map(embrace), n.length === 1))
|
|
68
|
-
return post.map(function(p) {
|
|
69
|
-
return m.pre + n[0] + p;
|
|
70
|
-
});
|
|
71
|
-
var N;
|
|
72
|
-
if (isSequence) {
|
|
73
|
-
var x = numeric(n[0]), y = numeric(n[1]), width = Math.max(n[0].length, n[1].length), incr = n.length == 3 ? Math.abs(numeric(n[2])) : 1, test = lte, reverse = y < x;
|
|
74
|
-
reverse && (incr *= -1, test = gte);
|
|
75
|
-
var pad = n.some(isPadded);
|
|
76
|
-
N = [];
|
|
77
|
-
for (var i = x; test(i, y); i += incr) {
|
|
78
|
-
var c;
|
|
79
|
-
if (isAlphaSequence)
|
|
80
|
-
c = String.fromCharCode(i), c === "\\" && (c = "");
|
|
81
|
-
else if (c = String(i), pad) {
|
|
82
|
-
var need = width - c.length;
|
|
83
|
-
if (need > 0) {
|
|
84
|
-
var z = new Array(need + 1).join("0");
|
|
85
|
-
i < 0 ? c = "-" + z + c.slice(1) : c = z + c;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
N.push(c);
|
|
89
|
-
}
|
|
90
|
-
} else {
|
|
91
|
-
N = [];
|
|
92
|
-
for (var j = 0; j < n.length; j++)
|
|
93
|
-
N.push.apply(N, expand(n[j], !1));
|
|
94
|
-
}
|
|
95
|
-
for (var j = 0; j < N.length; j++)
|
|
96
|
-
for (var k = 0; k < post.length; k++) {
|
|
97
|
-
var expansion = pre + N[j] + post[k];
|
|
98
|
-
(!isTop || isSequence || expansion) && expansions.push(expansion);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
return expansions;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
|
|
106
|
-
export {
|
|
107
|
-
require_brace_expansion
|
|
108
|
-
};
|
|
109
|
-
//# sourceMappingURL=chunk-IWFYXDPH.js.map
|
|
File without changes
|