@shopify/cli 3.68.1 → 3.69.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/assets/graphiql/style.css +58 -0
- package/dist/assets/hydrogen/starter/CHANGELOG.md +19 -0
- package/dist/assets/hydrogen/starter/app/components/Aside.tsx +24 -1
- package/dist/assets/hydrogen/starter/app/components/Header.tsx +13 -6
- package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +5 -3
- package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +10 -25
- package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +3 -1
- package/dist/assets/hydrogen/starter/package.json +4 -4
- package/dist/{chokidar-4TKDAB27.js → chokidar-OESTCX4H.js} +571 -8
- package/dist/{chunk-BFQFJ7IZ.js → chunk-27ILOE3X.js} +93 -5
- package/dist/{chunk-X4VIZNM7.js → chunk-4P6VDKXH.js} +2 -2
- package/dist/{chunk-6RT7XCLB.js → chunk-4UO6LFBD.js} +5 -5
- package/dist/{chunk-SFSTMK3J.js → chunk-5W3WRWHE.js} +3 -3
- package/dist/{chunk-MS2XBA2O.js → chunk-7SCNBKRX.js} +7 -7
- package/dist/{chunk-LAPJDMM4.js → chunk-A3JXD7N7.js} +2 -2
- package/dist/{chunk-N2B5M33U.js → chunk-CH6PR2VT.js} +3 -3
- package/dist/{chunk-SARPUMOJ.js → chunk-DQISYPN6.js} +4 -4
- package/dist/{chunk-3Q52FLVU.js → chunk-DYVC757D.js} +3 -3
- package/dist/{chunk-EPBXQ43B.js → chunk-E4FPHMGU.js} +8 -8
- package/dist/{chunk-JEUAVIWO.js → chunk-EFRDEP5S.js} +76 -77
- package/dist/{chunk-QNE3KDXA.js → chunk-EL4JXI6O.js} +2 -2
- package/dist/{chunk-CLB5CEKJ.js → chunk-ERVB6ERU.js} +3 -3
- package/dist/{chunk-NPVFC3AI.js → chunk-ITNHP733.js} +4 -4
- package/dist/{chunk-O2TXYCMU.js → chunk-JECUABVU.js} +3 -3
- package/dist/{chunk-S3KCQ67R.js → chunk-K55EL7HQ.js} +11 -11
- package/dist/{chunk-6H3CV7RL.js → chunk-KIVJKHH4.js} +3 -3
- package/dist/{chunk-V54N7BU5.js → chunk-KOQHK34U.js} +3 -3
- package/dist/{chunk-6MAEOVS3.js → chunk-KWVMII6E.js} +3 -3
- package/dist/{chunk-XPDRDFSD.js → chunk-KXCAVMHA.js} +3 -3
- package/dist/{chunk-6ZDQFSSJ.js → chunk-LQ7IL4AX.js} +142 -860
- package/dist/{chunk-M7RWRKXK.js → chunk-LSXK7YFC.js} +4 -4
- package/dist/{chunk-YESRKQ2L.js → chunk-LXEX6UNB.js} +2 -2
- package/dist/{chunk-F27QYMO7.js → chunk-MX4RJDBM.js} +591 -20
- package/dist/{chunk-ZFVK6EQX.js → chunk-NB4NLOEJ.js} +142 -703
- package/dist/{chunk-RUY5HVC5.js → chunk-OA6RDR4W.js} +2 -2
- package/dist/{chunk-QAP5YFY6.js → chunk-OFSGLPHJ.js} +2 -2
- package/dist/{chunk-NZDBLGNM.js → chunk-P7JUHQKL.js} +1 -2
- package/dist/{chunk-3M35CLHM.js → chunk-PZSU4QTH.js} +2 -2
- package/dist/{chunk-GLV27A4V.js → chunk-SS3JYL5S.js} +2 -2
- package/dist/{chunk-HWFFJANJ.js → chunk-SSVHNTMB.js} +3 -3
- package/dist/{chunk-7MDO7W7X.js → chunk-TM426SS3.js} +3 -3
- package/dist/{chunk-NOB736ZC.js → chunk-TODOEE5F.js} +3 -3
- package/dist/{chunk-7S76TS4X.js → chunk-TRFLZOJU.js} +5 -5
- package/dist/{chunk-72AFLINH.js → chunk-VSXWSKVK.js} +4 -4
- package/dist/{chunk-YGWIVVUL.js → chunk-VUQJSBXL.js} +161 -39
- package/dist/{chunk-GKSNOFYA.js → chunk-WOBGT6C6.js} +2 -2
- package/dist/{chunk-BZ2F2UZZ.js → chunk-YEITDZ7O.js} +4 -4
- package/dist/{chunk-JF3XJON5.js → chunk-YV6SWFDE.js} +5 -5
- package/dist/{chunk-43SYBNY3.js → chunk-ZKXBLV2V.js} +4 -4
- package/dist/cli/commands/auth/logout.js +15 -17
- package/dist/cli/commands/auth/logout.test.js +16 -18
- package/dist/cli/commands/debug/command-flags.js +14 -16
- package/dist/cli/commands/demo/catalog.js +15 -17
- package/dist/cli/commands/demo/generate-file.js +15 -17
- package/dist/cli/commands/demo/index.js +15 -17
- package/dist/cli/commands/demo/print-ai-prompt.js +15 -17
- package/dist/cli/commands/docs/generate.js +14 -16
- package/dist/cli/commands/docs/generate.test.js +14 -16
- package/dist/cli/commands/help.js +14 -16
- package/dist/cli/commands/kitchen-sink/async.js +15 -17
- package/dist/cli/commands/kitchen-sink/async.test.js +15 -17
- package/dist/cli/commands/kitchen-sink/index.js +17 -19
- package/dist/cli/commands/kitchen-sink/index.test.js +17 -19
- package/dist/cli/commands/kitchen-sink/prompts.js +15 -17
- package/dist/cli/commands/kitchen-sink/prompts.test.js +15 -17
- package/dist/cli/commands/kitchen-sink/static.js +15 -17
- package/dist/cli/commands/kitchen-sink/static.test.js +15 -17
- package/dist/cli/commands/search.js +15 -17
- package/dist/cli/commands/upgrade.js +15 -17
- package/dist/cli/commands/version.js +15 -17
- package/dist/cli/commands/version.test.js +15 -17
- package/dist/cli/services/commands/search.js +7 -9
- package/dist/cli/services/commands/search.test.js +7 -9
- package/dist/cli/services/commands/version.js +8 -10
- package/dist/cli/services/commands/version.test.js +9 -11
- package/dist/cli/services/demo.js +7 -9
- package/dist/cli/services/demo.test.js +7 -9
- package/dist/cli/services/kitchen-sink/async.js +7 -9
- package/dist/cli/services/kitchen-sink/prompts.js +7 -9
- package/dist/cli/services/kitchen-sink/static.js +7 -9
- package/dist/cli/services/upgrade.js +8 -10
- package/dist/cli/services/upgrade.test.js +10 -12
- package/dist/{constants-TR6ABVLJ.js → constants-T7JXE5K7.js} +2 -2
- package/dist/{custom-oclif-loader-KLQXTO4F.js → custom-oclif-loader-ETQSAFQG.js} +9 -11
- package/dist/{del-EL3PLWCY.js → del-7ZS2Z64N.js} +4 -4
- package/dist/{error-handler-5FD7IHCB.js → error-handler-ITARI4R7.js} +13 -15
- package/dist/hooks/postrun.js +14 -15
- package/dist/hooks/prerun.js +12 -14
- package/dist/index.js +4496 -3687
- package/dist/{lib-4WCTNKJK.js → lib-JHUCJTHS.js} +5 -6
- package/dist/{local-LNHYBD2A.js → local-JOQLVNNB.js} +7 -11
- package/dist/{morph-WDFBUXWF.js → morph-QZYXTRWT.js} +11 -11
- package/dist/{node-Y6VIULWD.js → node-XBEXHDBO.js} +18 -20
- package/dist/{node-package-manager-6CQ6226U.js → node-package-manager-EQM2DXHD.js} +8 -10
- package/dist/out-ZDSLKX4N.js +7 -0
- package/dist/{system-LDMV4BPS.js → system-VHEQK233.js} +7 -9
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-PA5ER7II.js → ui-SWA4K4YR.js} +7 -9
- package/dist/{workerd-APENUASI.js → workerd-QAI4NP7E.js} +17 -19
- package/oclif.manifest.json +30 -49
- package/package.json +19 -8
- package/dist/assets/auth-error.html +0 -23
- package/dist/assets/empty-url.html +0 -23
- package/dist/assets/favicon.svg +0 -26
- package/dist/assets/missing-code.html +0 -23
- package/dist/assets/missing-state.html +0 -23
- package/dist/assets/style.css +0 -58
- package/dist/assets/success.html +0 -20
- package/dist/chunk-2AW6NZQ5.js +0 -101
- package/dist/chunk-QETDXAFX.js +0 -106
- package/dist/lib-H3ZZGS7I.js +0 -1322
- package/dist/out-66YUO4CT.js +0 -7
- package/dist/templates/theme-extension/assets/thumbs-up.png +0 -0
- package/dist/templates/theme-extension/blocks/star_rating.liquid.raw +0 -21
- package/dist/templates/theme-extension/locales/en.default.json +0 -10
- package/dist/templates/theme-extension/shopify.extension.toml.liquid +0 -3
- package/dist/templates/theme-extension/snippets/stars.liquid.raw +0 -10
- package/dist/templates/ui-extensions/projects/product_subscription/package.json.liquid +0 -25
- package/dist/templates/ui-extensions/projects/product_subscription/shopify.extension.toml.liquid +0 -3
- package/dist/templates/ui-extensions/projects/product_subscription/src/index.liquid +0 -46
- package/dist/templates/ui-extensions/projects/web_pixel_extension/README.md +0 -23
- package/dist/templates/ui-extensions/projects/web_pixel_extension/package.json.liquid +0 -9
- package/dist/templates/ui-extensions/projects/web_pixel_extension/shopify.extension.toml.liquid +0 -16
- package/dist/templates/ui-extensions/projects/web_pixel_extension/src/index.liquid +0 -10
|
@@ -3,9 +3,6 @@ import {
|
|
|
3
3
|
require_src,
|
|
4
4
|
require_supports_color
|
|
5
5
|
} from "./chunk-SNOECVP4.js";
|
|
6
|
-
import {
|
|
7
|
-
require_isexe
|
|
8
|
-
} from "./chunk-2AW6NZQ5.js";
|
|
9
6
|
import {
|
|
10
7
|
require_brace_expansion,
|
|
11
8
|
require_source_map_support
|
|
@@ -16,7 +13,7 @@ import {
|
|
|
16
13
|
import {
|
|
17
14
|
require_globby,
|
|
18
15
|
require_indent_string
|
|
19
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-A3JXD7N7.js";
|
|
20
17
|
import {
|
|
21
18
|
__commonJS,
|
|
22
19
|
__require,
|
|
@@ -144921,6 +144918,97 @@ var require_flush = __commonJS({
|
|
|
144921
144918
|
}
|
|
144922
144919
|
});
|
|
144923
144920
|
|
|
144921
|
+
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js
|
|
144922
|
+
var require_windows = __commonJS({
|
|
144923
|
+
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
|
|
144924
|
+
init_cjs_shims();
|
|
144925
|
+
module.exports = isexe;
|
|
144926
|
+
isexe.sync = sync;
|
|
144927
|
+
var fs = __require("fs");
|
|
144928
|
+
function checkPathExt(path, options) {
|
|
144929
|
+
var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
|
|
144930
|
+
if (!pathext || (pathext = pathext.split(";"), pathext.indexOf("") !== -1))
|
|
144931
|
+
return !0;
|
|
144932
|
+
for (var i = 0; i < pathext.length; i++) {
|
|
144933
|
+
var p = pathext[i].toLowerCase();
|
|
144934
|
+
if (p && path.substr(-p.length).toLowerCase() === p)
|
|
144935
|
+
return !0;
|
|
144936
|
+
}
|
|
144937
|
+
return !1;
|
|
144938
|
+
}
|
|
144939
|
+
function checkStat(stat, path, options) {
|
|
144940
|
+
return !stat.isSymbolicLink() && !stat.isFile() ? !1 : checkPathExt(path, options);
|
|
144941
|
+
}
|
|
144942
|
+
function isexe(path, options, cb) {
|
|
144943
|
+
fs.stat(path, function(er, stat) {
|
|
144944
|
+
cb(er, er ? !1 : checkStat(stat, path, options));
|
|
144945
|
+
});
|
|
144946
|
+
}
|
|
144947
|
+
function sync(path, options) {
|
|
144948
|
+
return checkStat(fs.statSync(path), path, options);
|
|
144949
|
+
}
|
|
144950
|
+
}
|
|
144951
|
+
});
|
|
144952
|
+
|
|
144953
|
+
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
|
|
144954
|
+
var require_mode = __commonJS({
|
|
144955
|
+
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
|
|
144956
|
+
init_cjs_shims();
|
|
144957
|
+
module.exports = isexe;
|
|
144958
|
+
isexe.sync = sync;
|
|
144959
|
+
var fs = __require("fs");
|
|
144960
|
+
function isexe(path, options, cb) {
|
|
144961
|
+
fs.stat(path, function(er, stat) {
|
|
144962
|
+
cb(er, er ? !1 : checkStat(stat, options));
|
|
144963
|
+
});
|
|
144964
|
+
}
|
|
144965
|
+
function sync(path, options) {
|
|
144966
|
+
return checkStat(fs.statSync(path), options);
|
|
144967
|
+
}
|
|
144968
|
+
function checkStat(stat, options) {
|
|
144969
|
+
return stat.isFile() && checkMode(stat, options);
|
|
144970
|
+
}
|
|
144971
|
+
function checkMode(stat, options) {
|
|
144972
|
+
var mod = stat.mode, uid = stat.uid, gid = stat.gid, myUid = options.uid !== void 0 ? options.uid : process.getuid && process.getuid(), myGid = options.gid !== void 0 ? options.gid : process.getgid && process.getgid(), u = parseInt("100", 8), g = parseInt("010", 8), o = parseInt("001", 8), ug = u | g, ret = mod & o || mod & g && gid === myGid || mod & u && uid === myUid || mod & ug && myUid === 0;
|
|
144973
|
+
return ret;
|
|
144974
|
+
}
|
|
144975
|
+
}
|
|
144976
|
+
});
|
|
144977
|
+
|
|
144978
|
+
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
|
|
144979
|
+
var require_isexe = __commonJS({
|
|
144980
|
+
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
|
|
144981
|
+
init_cjs_shims();
|
|
144982
|
+
var fs = __require("fs"), core;
|
|
144983
|
+
process.platform === "win32" || global.TESTING_WINDOWS ? core = require_windows() : core = require_mode();
|
|
144984
|
+
module.exports = isexe;
|
|
144985
|
+
isexe.sync = sync;
|
|
144986
|
+
function isexe(path, options, cb) {
|
|
144987
|
+
if (typeof options == "function" && (cb = options, options = {}), !cb) {
|
|
144988
|
+
if (typeof Promise != "function")
|
|
144989
|
+
throw new TypeError("callback not provided");
|
|
144990
|
+
return new Promise(function(resolve, reject) {
|
|
144991
|
+
isexe(path, options || {}, function(er, is) {
|
|
144992
|
+
er ? reject(er) : resolve(is);
|
|
144993
|
+
});
|
|
144994
|
+
});
|
|
144995
|
+
}
|
|
144996
|
+
core(path, options || {}, function(er, is) {
|
|
144997
|
+
er && (er.code === "EACCES" || options && options.ignoreErrors) && (er = null, is = !1), cb(er, is);
|
|
144998
|
+
});
|
|
144999
|
+
}
|
|
145000
|
+
function sync(path, options) {
|
|
145001
|
+
try {
|
|
145002
|
+
return core.sync(path, options || {});
|
|
145003
|
+
} catch (er) {
|
|
145004
|
+
if (options && options.ignoreErrors || er.code === "EACCES")
|
|
145005
|
+
return !1;
|
|
145006
|
+
throw er;
|
|
145007
|
+
}
|
|
145008
|
+
}
|
|
145009
|
+
}
|
|
145010
|
+
});
|
|
145011
|
+
|
|
144924
145012
|
// ../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
|
|
144925
145013
|
var require_which = __commonJS({
|
|
144926
145014
|
"../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
|
|
@@ -156427,4 +156515,4 @@ ejs/lib/ejs.js:
|
|
|
156427
156515
|
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
156428
156516
|
*)
|
|
156429
156517
|
*/
|
|
156430
|
-
//# sourceMappingURL=chunk-
|
|
156518
|
+
//# sourceMappingURL=chunk-27ILOE3X.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderTextPrompt,
|
|
18
18
|
renderWarning,
|
|
19
19
|
sleep
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-VUQJSBXL.js";
|
|
21
21
|
import {
|
|
22
22
|
init_cjs_shims
|
|
23
23
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -309,4 +309,4 @@ export {
|
|
|
309
309
|
demoStepsSchema,
|
|
310
310
|
demo
|
|
311
311
|
};
|
|
312
|
-
//# sourceMappingURL=chunk-
|
|
312
|
+
//# sourceMappingURL=chunk-4P6VDKXH.js.map
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "./chunk-QSUS3GJF.js";
|
|
4
4
|
import {
|
|
5
5
|
demoStepsSchema
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-4P6VDKXH.js";
|
|
7
7
|
import {
|
|
8
8
|
base_command_default
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7SCNBKRX.js";
|
|
10
10
|
import {
|
|
11
11
|
AbortError,
|
|
12
12
|
fileExists,
|
|
@@ -17,10 +17,10 @@ import {
|
|
|
17
17
|
readFile,
|
|
18
18
|
renderAutocompletePrompt,
|
|
19
19
|
writeFile
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-VUQJSBXL.js";
|
|
21
21
|
import {
|
|
22
22
|
require_lib
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-27ILOE3X.js";
|
|
24
24
|
import {
|
|
25
25
|
cwd,
|
|
26
26
|
joinPath,
|
|
@@ -113,4 +113,4 @@ async function selectSteps() {
|
|
|
113
113
|
export {
|
|
114
114
|
GenerateFile
|
|
115
115
|
};
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-4UO6LFBD.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
versionService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TODOEE5F.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7SCNBKRX.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -22,4 +22,4 @@ var Version = class extends base_command_default {
|
|
|
22
22
|
export {
|
|
23
23
|
Version
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-5W3WRWHE.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
errorHandler,
|
|
3
3
|
registerCleanBugsnagErrorsFromWithinPlugins
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-K55EL7HQ.js";
|
|
5
5
|
import {
|
|
6
6
|
hashString
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LQ7IL4AX.js";
|
|
8
8
|
import {
|
|
9
9
|
AbortError,
|
|
10
10
|
addPublicMetadata,
|
|
@@ -20,10 +20,10 @@ import {
|
|
|
20
20
|
renderWarning,
|
|
21
21
|
terminalSupportsPrompting,
|
|
22
22
|
underscore
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-VUQJSBXL.js";
|
|
24
24
|
import {
|
|
25
25
|
require_lib
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-27ILOE3X.js";
|
|
27
27
|
import {
|
|
28
28
|
cwd
|
|
29
29
|
} from "./chunk-T2GATXSP.js";
|
|
@@ -1533,7 +1533,7 @@ function encodeToml(content) {
|
|
|
1533
1533
|
|
|
1534
1534
|
// ../cli-kit/dist/public/node/environments.js
|
|
1535
1535
|
async function loadEnvironment(environmentName, fileName, options) {
|
|
1536
|
-
let basePath = options?.from && options
|
|
1536
|
+
let basePath = options?.from && options.from !== "." ? options.from : cwd(), filePath = await findPathUp(fileName, {
|
|
1537
1537
|
cwd: basePath,
|
|
1538
1538
|
type: "file"
|
|
1539
1539
|
});
|
|
@@ -1666,7 +1666,7 @@ function argsFromEnvironment(environment, options, noDefaultsResult) {
|
|
|
1666
1666
|
let flagIsRelevantToCommand = options?.flags && Object.prototype.hasOwnProperty.call(options.flags, label), userSpecifiedThisFlag = noDefaultsResult.flags && Object.prototype.hasOwnProperty.call(noDefaultsResult.flags, label);
|
|
1667
1667
|
if (flagIsRelevantToCommand && !userSpecifiedThisFlag)
|
|
1668
1668
|
if (typeof value == "boolean")
|
|
1669
|
-
if (value
|
|
1669
|
+
if (value)
|
|
1670
1670
|
args.push(`--${label}`);
|
|
1671
1671
|
else
|
|
1672
1672
|
throw new AbortError(outputContent`Environments can only specify true for boolean flags. Attempted to set ${outputToken.yellow(label)} to false.`);
|
|
@@ -1682,4 +1682,4 @@ export {
|
|
|
1682
1682
|
encodeToml,
|
|
1683
1683
|
base_command_default
|
|
1684
1684
|
};
|
|
1685
|
-
//# sourceMappingURL=chunk-
|
|
1685
|
+
//# sourceMappingURL=chunk-7SCNBKRX.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_merge2,
|
|
3
3
|
require_out
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-MX4RJDBM.js";
|
|
5
5
|
import {
|
|
6
6
|
__commonJS,
|
|
7
7
|
__require,
|
|
@@ -622,4 +622,4 @@ export {
|
|
|
622
622
|
require_globby,
|
|
623
623
|
require_indent_string
|
|
624
624
|
};
|
|
625
|
-
//# sourceMappingURL=chunk-
|
|
625
|
+
//# sourceMappingURL=chunk-A3JXD7N7.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
asyncTasks
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OA6RDR4W.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7SCNBKRX.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -25,4 +25,4 @@ var KitchenSinkAsync = class extends base_command_default {
|
|
|
25
25
|
export {
|
|
26
26
|
KitchenSinkAsync
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-CH6PR2VT.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
logout
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JECUABVU.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7SCNBKRX.js";
|
|
7
7
|
import {
|
|
8
8
|
outputSuccess
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VUQJSBXL.js";
|
|
10
10
|
import {
|
|
11
11
|
init_cjs_shims
|
|
12
12
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -25,4 +25,4 @@ var Logout = class extends base_command_default {
|
|
|
25
25
|
export {
|
|
26
26
|
Logout
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-DQISYPN6.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EL4JXI6O.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7SCNBKRX.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -25,4 +25,4 @@ var KitchenSinkStatic = class extends base_command_default {
|
|
|
25
25
|
export {
|
|
26
26
|
KitchenSinkStatic
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-DYVC757D.js.map
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
getEnvironmentVariables,
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LQ7IL4AX.js";
|
|
8
8
|
import {
|
|
9
9
|
platformAndArch
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-OFSGLPHJ.js";
|
|
11
11
|
import {
|
|
12
12
|
runWithRateLimit
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-KWVMII6E.js";
|
|
14
14
|
import {
|
|
15
15
|
require_semver
|
|
16
16
|
} from "./chunk-BYPQXSAL.js";
|
|
17
17
|
import {
|
|
18
18
|
CLI_KIT_VERSION
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-WOBGT6C6.js";
|
|
20
20
|
import {
|
|
21
21
|
AbortError,
|
|
22
22
|
AbortSilentError,
|
|
@@ -47,12 +47,12 @@ import {
|
|
|
47
47
|
spinFqdn,
|
|
48
48
|
touchFile,
|
|
49
49
|
useEmbeddedThemeCLI
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-VUQJSBXL.js";
|
|
51
51
|
import {
|
|
52
52
|
envPaths,
|
|
53
53
|
pathConstants,
|
|
54
54
|
reportingRateLimit
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-P7JUHQKL.js";
|
|
56
56
|
import {
|
|
57
57
|
cwd,
|
|
58
58
|
dirname,
|
|
@@ -15539,7 +15539,7 @@ async function runBundler(args, options) {
|
|
|
15539
15539
|
|
|
15540
15540
|
// ../cli-kit/dist/public/node/monorail.js
|
|
15541
15541
|
init_cjs_shims();
|
|
15542
|
-
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.
|
|
15542
|
+
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.15", publishedCommandNames = /* @__PURE__ */ new Set();
|
|
15543
15543
|
async function publishMonorailEvent(schemaId, publicData, sensitiveData) {
|
|
15544
15544
|
let commandName = publicData.command;
|
|
15545
15545
|
if (commandName && typeof commandName == "string") {
|
|
@@ -15956,4 +15956,4 @@ export {
|
|
|
15956
15956
|
getListOfTunnelPlugins,
|
|
15957
15957
|
reportAnalyticsEvent
|
|
15958
15958
|
};
|
|
15959
|
-
//# sourceMappingURL=chunk-
|
|
15959
|
+
//# sourceMappingURL=chunk-E4FPHMGU.js.map
|