@shopify/cli 3.68.1 → 3.69.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/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-M7RWRKXK.js → chunk-2KS65IIG.js} +4 -4
- package/dist/{chunk-SFSTMK3J.js → chunk-2MYCKNTK.js} +3 -3
- package/dist/{chunk-BZ2F2UZZ.js → chunk-3ABJXNVW.js} +4 -4
- package/dist/{chunk-HWFFJANJ.js → chunk-4N3RFONW.js} +3 -3
- package/dist/{chunk-6MAEOVS3.js → chunk-5CWXBRLN.js} +3 -3
- package/dist/{chunk-3Q52FLVU.js → chunk-6LAVKC2D.js} +3 -3
- package/dist/{chunk-V54N7BU5.js → chunk-6X6RXSOY.js} +3 -3
- package/dist/{chunk-YESRKQ2L.js → chunk-6Y4AUHLY.js} +2 -2
- package/dist/{chunk-X4VIZNM7.js → chunk-7FIKIM5M.js} +2 -2
- package/dist/{chunk-N2B5M33U.js → chunk-7HUDUSI4.js} +3 -3
- package/dist/{chunk-S3KCQ67R.js → chunk-7ZKC5ILI.js} +9 -9
- package/dist/{chunk-LAPJDMM4.js → chunk-A3JXD7N7.js} +2 -2
- package/dist/{chunk-6RT7XCLB.js → chunk-BSDFEZQG.js} +5 -5
- package/dist/{chunk-QAP5YFY6.js → chunk-C5PPIQTU.js} +2 -2
- package/dist/{chunk-NOB736ZC.js → chunk-CKBSX6XG.js} +3 -3
- package/dist/{chunk-GKSNOFYA.js → chunk-E4UK3DDW.js} +2 -2
- package/dist/{chunk-CLB5CEKJ.js → chunk-ERVB6ERU.js} +3 -3
- package/dist/{chunk-O2TXYCMU.js → chunk-FCPMBTDR.js} +3 -3
- package/dist/{chunk-6H3CV7RL.js → chunk-FGJNGEQU.js} +3 -3
- package/dist/{chunk-EPBXQ43B.js → chunk-GZPZCHO4.js} +8 -8
- package/dist/{chunk-7S76TS4X.js → chunk-M7RSCDR3.js} +5 -5
- package/dist/{chunk-QNE3KDXA.js → chunk-MW2MPXIP.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-MS2XBA2O.js → chunk-NDBAW6KJ.js} +7 -7
- package/dist/{chunk-6ZDQFSSJ.js → chunk-OBGMH362.js} +142 -860
- package/dist/{chunk-NPVFC3AI.js → chunk-OFXRW54F.js} +4 -4
- package/dist/{chunk-NZDBLGNM.js → chunk-P7JUHQKL.js} +1 -2
- package/dist/{chunk-XPDRDFSD.js → chunk-QNT2C5AG.js} +3 -3
- package/dist/{chunk-72AFLINH.js → chunk-STUT2ORI.js} +4 -4
- package/dist/{chunk-JEUAVIWO.js → chunk-T5NVZ7CN.js} +76 -77
- package/dist/{chunk-JF3XJON5.js → chunk-TCFVEGET.js} +5 -5
- package/dist/{chunk-RUY5HVC5.js → chunk-TW5OG5SK.js} +2 -2
- package/dist/{chunk-GLV27A4V.js → chunk-UBD3BPIF.js} +2 -2
- package/dist/{chunk-43SYBNY3.js → chunk-VOAOZJT3.js} +4 -4
- package/dist/{chunk-7MDO7W7X.js → chunk-VU6JM57U.js} +3 -3
- package/dist/{chunk-YGWIVVUL.js → chunk-XQBHX6FC.js} +138 -36
- package/dist/{chunk-3M35CLHM.js → chunk-YC5ZCSKV.js} +2 -2
- package/dist/{chunk-SARPUMOJ.js → chunk-YYE7F3MT.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-5V334D6O.js} +9 -11
- package/dist/{del-EL3PLWCY.js → del-7ZS2Z64N.js} +4 -4
- package/dist/{error-handler-5FD7IHCB.js → error-handler-HMFDDM23.js} +13 -15
- package/dist/hooks/postrun.js +14 -15
- package/dist/hooks/prerun.js +12 -14
- package/dist/index.js +4486 -3681
- package/dist/{lib-4WCTNKJK.js → lib-JHUCJTHS.js} +5 -6
- package/dist/{local-LNHYBD2A.js → local-AL4CN3PY.js} +7 -11
- package/dist/{morph-WDFBUXWF.js → morph-QZYXTRWT.js} +11 -11
- package/dist/{node-Y6VIULWD.js → node-V4CKO2VA.js} +18 -20
- package/dist/{node-package-manager-6CQ6226U.js → node-package-manager-OQVXGQ6S.js} +8 -10
- package/dist/out-ZDSLKX4N.js +7 -0
- package/dist/{system-LDMV4BPS.js → system-L7GYVRHB.js} +7 -9
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-PA5ER7II.js → ui-TYMS2HPU.js} +7 -9
- package/dist/{workerd-APENUASI.js → workerd-3T7EKFXS.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
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
searchService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6Y4AUHLY.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NDBAW6KJ.js";
|
|
7
7
|
import {
|
|
8
8
|
require_lib
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-27ILOE3X.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -45,4 +45,4 @@ var import_core = __toESM(require_lib(), 1), Search = class _Search extends base
|
|
|
45
45
|
export {
|
|
46
46
|
Search
|
|
47
47
|
};
|
|
48
|
-
//# sourceMappingURL=chunk-
|
|
48
|
+
//# sourceMappingURL=chunk-2KS65IIG.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
versionService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-CKBSX6XG.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NDBAW6KJ.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-2MYCKNTK.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NDBAW6KJ.js";
|
|
4
4
|
import {
|
|
5
5
|
renderTable,
|
|
6
6
|
renderText
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XQBHX6FC.js";
|
|
8
8
|
import {
|
|
9
9
|
require_lib
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-27ILOE3X.js";
|
|
11
11
|
import {
|
|
12
12
|
__toESM,
|
|
13
13
|
init_cjs_shims
|
|
@@ -83,4 +83,4 @@ var import_core = __toESM(require_lib(), 1), CommandFlags = class _CommandFlags
|
|
|
83
83
|
export {
|
|
84
84
|
CommandFlags
|
|
85
85
|
};
|
|
86
|
-
//# sourceMappingURL=chunk-
|
|
86
|
+
//# sourceMappingURL=chunk-3ABJXNVW.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
findUpAndReadPackageJson,
|
|
5
5
|
getPackageManager,
|
|
6
6
|
usesWorkspaces
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5CWXBRLN.js";
|
|
8
8
|
import {
|
|
9
9
|
AbortError,
|
|
10
10
|
exec,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
outputSuccess,
|
|
16
16
|
outputToken,
|
|
17
17
|
outputWarn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-XQBHX6FC.js";
|
|
19
19
|
import {
|
|
20
20
|
dirname,
|
|
21
21
|
joinPath,
|
|
@@ -140,4 +140,4 @@ function usingPackageManager({ env } = { env: process.env }) {
|
|
|
140
140
|
export {
|
|
141
141
|
upgrade
|
|
142
142
|
};
|
|
143
|
-
//# sourceMappingURL=chunk-
|
|
143
|
+
//# sourceMappingURL=chunk-4N3RFONW.js.map
|
|
@@ -20,10 +20,10 @@ import {
|
|
|
20
20
|
require_get_stream,
|
|
21
21
|
runWithTimer,
|
|
22
22
|
writeFile
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-XQBHX6FC.js";
|
|
24
24
|
import {
|
|
25
25
|
envPaths
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-P7JUHQKL.js";
|
|
27
27
|
import {
|
|
28
28
|
dirname,
|
|
29
29
|
joinPath
|
|
@@ -13974,4 +13974,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13974
13974
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13975
13975
|
*)
|
|
13976
13976
|
*/
|
|
13977
|
-
//# sourceMappingURL=chunk-
|
|
13977
|
+
//# sourceMappingURL=chunk-5CWXBRLN.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MW2MPXIP.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NDBAW6KJ.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-6LAVKC2D.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
prompts
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UBD3BPIF.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NDBAW6KJ.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -25,4 +25,4 @@ var KitchenSinkPrompts = class extends base_command_default {
|
|
|
25
25
|
export {
|
|
26
26
|
KitchenSinkPrompts
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-6X6RXSOY.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
openURL
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XQBHX6FC.js";
|
|
4
4
|
import {
|
|
5
5
|
init_cjs_shims
|
|
6
6
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -15,4 +15,4 @@ async function searchService(query) {
|
|
|
15
15
|
export {
|
|
16
16
|
searchService
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=chunk-
|
|
18
|
+
//# sourceMappingURL=chunk-6Y4AUHLY.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderTextPrompt,
|
|
18
18
|
renderWarning,
|
|
19
19
|
sleep
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-XQBHX6FC.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-7FIKIM5M.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
asyncTasks
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TW5OG5SK.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NDBAW6KJ.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-7HUDUSI4.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GZPZCHO4.js";
|
|
5
5
|
import {
|
|
6
6
|
getEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OBGMH362.js";
|
|
8
8
|
import {
|
|
9
9
|
runWithRateLimit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-5CWXBRLN.js";
|
|
11
11
|
import {
|
|
12
12
|
require_once
|
|
13
13
|
} from "./chunk-O5K4AU7Q.js";
|
|
14
14
|
import {
|
|
15
15
|
CLI_KIT_VERSION
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-E4UK3DDW.js";
|
|
17
17
|
import {
|
|
18
18
|
AbortSilentError,
|
|
19
19
|
CancelExecution,
|
|
@@ -27,14 +27,14 @@ import {
|
|
|
27
27
|
printEventsJson,
|
|
28
28
|
require_stacktracey,
|
|
29
29
|
shouldReportError
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-XQBHX6FC.js";
|
|
31
31
|
import {
|
|
32
32
|
bugsnagApiKey,
|
|
33
33
|
reportingRateLimit
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-P7JUHQKL.js";
|
|
35
35
|
import {
|
|
36
36
|
require_lib
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-27ILOE3X.js";
|
|
38
38
|
import {
|
|
39
39
|
cwd,
|
|
40
40
|
isAbsolutePath,
|
|
@@ -2087,7 +2087,7 @@ ${formattedStacktrace}`;
|
|
|
2087
2087
|
})), { error: reportableError, reported: report, unhandled };
|
|
2088
2088
|
}
|
|
2089
2089
|
function cleanStackFrameFilePath({ currentFilePath, projectRoot, pluginLocations }) {
|
|
2090
|
-
let fullLocation = isAbsolutePath(currentFilePath) ? currentFilePath : joinPath(projectRoot, currentFilePath), matchingPluginPath = pluginLocations.filter(({ pluginPath }) => fullLocation.
|
|
2090
|
+
let fullLocation = isAbsolutePath(currentFilePath) ? currentFilePath : joinPath(projectRoot, currentFilePath), matchingPluginPath = pluginLocations.filter(({ pluginPath }) => fullLocation.startsWith(pluginPath))[0];
|
|
2091
2091
|
return matchingPluginPath !== void 0 ? joinPath(matchingPluginPath.name, relativePath(matchingPluginPath.pluginPath, fullLocation)) : currentFilePath.replace(/.*node_modules\//, "");
|
|
2092
2092
|
}
|
|
2093
2093
|
async function registerCleanBugsnagErrorsFromWithinPlugins(config) {
|
|
@@ -2152,4 +2152,4 @@ export {
|
|
|
2152
2152
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2153
2153
|
addBugsnagMetadata
|
|
2154
2154
|
};
|
|
2155
|
-
//# sourceMappingURL=chunk-
|
|
2155
|
+
//# sourceMappingURL=chunk-7ZKC5ILI.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
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "./chunk-QSUS3GJF.js";
|
|
4
4
|
import {
|
|
5
5
|
demoStepsSchema
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7FIKIM5M.js";
|
|
7
7
|
import {
|
|
8
8
|
base_command_default
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NDBAW6KJ.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-XQBHX6FC.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-BSDFEZQG.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
execa,
|
|
3
3
|
outputContent,
|
|
4
4
|
outputDebug
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-XQBHX6FC.js";
|
|
6
6
|
import {
|
|
7
7
|
init_cjs_shims
|
|
8
8
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
username,
|
|
61
61
|
platformAndArch
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=chunk-
|
|
63
|
+
//# sourceMappingURL=chunk-C5PPIQTU.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CLI_KIT_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-E4UK3DDW.js";
|
|
4
4
|
import {
|
|
5
5
|
outputInfo
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-XQBHX6FC.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -17,4 +17,4 @@ async function versionService() {
|
|
|
17
17
|
export {
|
|
18
18
|
versionService
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=chunk-
|
|
20
|
+
//# sourceMappingURL=chunk-CKBSX6XG.js.map
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
|
|
5
5
|
// ../cli-kit/dist/public/common/version.js
|
|
6
6
|
init_cjs_shims();
|
|
7
|
-
var CLI_KIT_VERSION = "3.
|
|
7
|
+
var CLI_KIT_VERSION = "3.69.0";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=chunk-
|
|
12
|
+
//# sourceMappingURL=chunk-E4UK3DDW.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
init_cjs_shims
|
|
3
3
|
} from "./chunk-POZ5MGPT.js";
|
|
4
4
|
|
|
5
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.4.
|
|
5
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.4.6_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
|
|
6
6
|
init_cjs_shims();
|
|
7
7
|
|
|
8
8
|
// ../../node_modules/.pnpm/get-port@7.1.0/node_modules/get-port/index.js
|
|
@@ -94,7 +94,7 @@ function portNumbers(from, to) {
|
|
|
94
94
|
}(from, to);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.4.
|
|
97
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.4.6_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
|
|
98
98
|
function findPort(portPreference, range = 100) {
|
|
99
99
|
return getPorts({
|
|
100
100
|
port: portNumbers(portPreference, portPreference + range)
|
|
@@ -104,4 +104,4 @@ function findPort(portPreference, range = 100) {
|
|
|
104
104
|
export {
|
|
105
105
|
findPort
|
|
106
106
|
};
|
|
107
|
-
//# sourceMappingURL=chunk-
|
|
107
|
+
//# sourceMappingURL=chunk-ERVB6ERU.js.map
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
remove,
|
|
9
9
|
setLastSeenAuthMethod,
|
|
10
10
|
setLastSeenUserIdAfterAuth
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-OBGMH362.js";
|
|
12
12
|
import {
|
|
13
13
|
BugError,
|
|
14
14
|
outputContent,
|
|
15
15
|
outputDebug,
|
|
16
16
|
outputToken
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-XQBHX6FC.js";
|
|
18
18
|
import {
|
|
19
19
|
init_cjs_shims
|
|
20
20
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -100,4 +100,4 @@ export {
|
|
|
100
100
|
ensureAuthenticatedBusinessPlatform,
|
|
101
101
|
logout
|
|
102
102
|
};
|
|
103
|
-
//# sourceMappingURL=chunk-
|
|
103
|
+
//# sourceMappingURL=chunk-FCPMBTDR.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
packageManagerFromUserAgent
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5CWXBRLN.js";
|
|
4
4
|
import {
|
|
5
5
|
currentProcessIsGlobal,
|
|
6
6
|
inferPackageManagerForGlobalCLI,
|
|
7
7
|
outputContent,
|
|
8
8
|
outputToken
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XQBHX6FC.js";
|
|
10
10
|
import {
|
|
11
11
|
init_cjs_shims
|
|
12
12
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
cliInstallCommand,
|
|
26
26
|
getOutputUpdateCLIReminder
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-FGJNGEQU.js.map
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
getEnvironmentVariables,
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OBGMH362.js";
|
|
8
8
|
import {
|
|
9
9
|
platformAndArch
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-C5PPIQTU.js";
|
|
11
11
|
import {
|
|
12
12
|
runWithRateLimit
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-5CWXBRLN.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-E4UK3DDW.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-XQBHX6FC.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-GZPZCHO4.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MW2MPXIP.js";
|
|
4
4
|
import {
|
|
5
5
|
asyncTasks
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-TW5OG5SK.js";
|
|
7
7
|
import {
|
|
8
8
|
prompts
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UBD3BPIF.js";
|
|
10
10
|
import {
|
|
11
11
|
base_command_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NDBAW6KJ.js";
|
|
13
13
|
import {
|
|
14
14
|
init_cjs_shims
|
|
15
15
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -34,4 +34,4 @@ var KitchenSinkAll = class extends base_command_default {
|
|
|
34
34
|
export {
|
|
35
35
|
KitchenSinkAll
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=chunk-
|
|
37
|
+
//# sourceMappingURL=chunk-M7RSCDR3.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
renderSuccess,
|
|
8
8
|
renderTable,
|
|
9
9
|
renderWarning
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-XQBHX6FC.js";
|
|
11
11
|
import {
|
|
12
12
|
init_cjs_shims
|
|
13
13
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -185,4 +185,4 @@ async function staticService() {
|
|
|
185
185
|
export {
|
|
186
186
|
staticService
|
|
187
187
|
};
|
|
188
|
-
//# sourceMappingURL=chunk-
|
|
188
|
+
//# sourceMappingURL=chunk-MW2MPXIP.js.map
|