@shopify/create-app 4.3.0 → 4.5.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/{analytics-UKSMSQBS.js → analytics-EIWAB3VN.js} +11 -11
- package/dist/{analytics-3PMXYIP7.js → analytics-UVSVWBN5.js} +11 -11
- package/dist/{chunk-BL35W5EH.js → chunk-3KAJBONR.js} +16 -16
- package/dist/{chunk-HIWQ3G6P.js → chunk-42SB5R2B.js} +6 -6
- package/dist/{chunk-BLEIVACU.js → chunk-4FAX3V5J.js} +2948 -535
- package/dist/{chunk-OFTMFPMR.js → chunk-6X3JEMI3.js} +3 -3
- package/dist/{chunk-WJSRZNB2.js → chunk-ARTN5AK3.js} +6 -6
- package/dist/{chunk-LQOISCOF.js → chunk-DVVERWXQ.js} +10 -10
- package/dist/{chunk-EBLNNEPP.js → chunk-G45LXLEA.js} +14 -7
- package/dist/{chunk-3HO4OGB2.js → chunk-GPAVZSTC.js} +2 -2
- package/dist/{chunk-ZNNK6ZF5.js → chunk-KL7ME74X.js} +4 -4
- package/dist/{chunk-GYXZK243.js → chunk-O2YFSB4E.js} +2 -2
- package/dist/{chunk-ZTXAANY4.js → chunk-PFLT3FI7.js} +2 -2
- package/dist/{chunk-HJATSDRW.js → chunk-RAWPKQXX.js} +13 -10
- package/dist/{chunk-5UUZHSUY.js → chunk-UEDSFRUE.js} +3 -3
- package/dist/{chunk-76IXOUER.js → chunk-WYRPJX6E.js} +3 -3
- package/dist/{conf-store-HDH4Y2F3.js → conf-store-YT7PM6TZ.js} +5 -5
- package/dist/{deprecations-AREYHAI7.js → deprecations-36G3B7N6.js} +7 -7
- package/dist/{environments-C3Z4TCZS.js → environments-Z5UN2QBI.js} +8 -8
- package/dist/{error-handler-C3IHDYS6.js → error-handler-6VUIUVYQ.js} +11 -11
- package/dist/{fs-BANPZ2MD.js → fs-DB7H2XMJ.js} +3 -3
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +6 -6
- package/dist/index.js +1598 -1115
- package/dist/{is-global-G56KES2Y.js → is-global-UEEP7T5L.js} +3 -3
- package/dist/{local-JBCA7C7D.js → local-3S3PJGRP.js} +2 -2
- package/dist/{metadata-FSAZEGLO.js → metadata-X4WIR5D2.js} +3 -3
- package/dist/{node-package-manager-MQEWWORU.js → node-package-manager-H3IPZ6MV.js} +9 -9
- package/dist/{notifications-system-LRNZSYSG.js → notifications-system-FVPDGQU6.js} +12 -12
- package/dist/{output-SAJPYFUY.js → output-3MNFYWNF.js} +3 -3
- package/dist/{system-ERPUEL46.js → system-WQHI5DQN.js} +7 -7
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-SD2MSDNB.js → ui-7ML6OXBZ.js} +7 -7
- package/dist/{upgrade-UCWZU5UX.js → upgrade-L564H3ME.js} +13 -13
- package/dist/{version-ODTNTG3P.js → version-BFFZUMWR.js} +2 -2
- package/dist/{version-ZWXWXLYG.js → version-SCSJ5FCD.js} +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
TokenizedString,
|
|
6
6
|
stringifyMessage,
|
|
7
7
|
tokenItemToString
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-RAWPKQXX.js";
|
|
9
9
|
import {
|
|
10
10
|
normalizePath
|
|
11
11
|
} from "./chunk-C3J4HVUN.js";
|
|
@@ -174,7 +174,7 @@ async function handler(error) {
|
|
|
174
174
|
let maybeError = error;
|
|
175
175
|
fatal = new BugError(maybeError?.message ?? "Unknown error"), maybeError?.stack && (fatal.stack = maybeError?.stack);
|
|
176
176
|
}
|
|
177
|
-
let { renderFatalError } = await import("./ui-
|
|
177
|
+
let { renderFatalError } = await import("./ui-7ML6OXBZ.js");
|
|
178
178
|
return renderFatalError(fatal), Promise.resolve(error);
|
|
179
179
|
}
|
|
180
180
|
function errorMapper(error) {
|
|
@@ -261,4 +261,4 @@ export {
|
|
|
261
261
|
cleanSingleStackTracePath,
|
|
262
262
|
import_ts_error
|
|
263
263
|
};
|
|
264
|
-
//# sourceMappingURL=chunk-
|
|
264
|
+
//# sourceMappingURL=chunk-6X3JEMI3.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cacheRetrieve,
|
|
3
3
|
cacheRetrieveOrRepopulate
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-KL7ME74X.js";
|
|
5
5
|
import {
|
|
6
6
|
AbortController,
|
|
7
7
|
exec
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-G45LXLEA.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithTimer
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-WYRPJX6E.js";
|
|
12
12
|
import {
|
|
13
13
|
AbortError,
|
|
14
14
|
BugError
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-6X3JEMI3.js";
|
|
16
16
|
import {
|
|
17
17
|
require_semver
|
|
18
18
|
} from "./chunk-OQ3KXXGH.js";
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
outputToken,
|
|
28
28
|
readFile,
|
|
29
29
|
writeFile
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-RAWPKQXX.js";
|
|
31
31
|
import {
|
|
32
32
|
dirname,
|
|
33
33
|
joinPath
|
|
@@ -368,4 +368,4 @@ export {
|
|
|
368
368
|
writePackageJSON,
|
|
369
369
|
inferPackageManager
|
|
370
370
|
};
|
|
371
|
-
//# sourceMappingURL=chunk-
|
|
371
|
+
//# sourceMappingURL=chunk-ARTN5AK3.js.map
|
|
@@ -2,32 +2,32 @@ import {
|
|
|
2
2
|
external_exports,
|
|
3
3
|
fetch,
|
|
4
4
|
jsonOutputEnabled
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-4FAX3V5J.js";
|
|
6
6
|
import {
|
|
7
7
|
versionSatisfies
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-ARTN5AK3.js";
|
|
9
9
|
import {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-PFLT3FI7.js";
|
|
12
12
|
import {
|
|
13
13
|
cacheRetrieve,
|
|
14
14
|
cacheStore
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-KL7ME74X.js";
|
|
16
16
|
import {
|
|
17
17
|
exec,
|
|
18
18
|
renderError,
|
|
19
19
|
renderInfo,
|
|
20
20
|
renderWarning
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-G45LXLEA.js";
|
|
22
22
|
import {
|
|
23
23
|
AbortSilentError
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-6X3JEMI3.js";
|
|
25
25
|
import {
|
|
26
26
|
outputDebug
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-RAWPKQXX.js";
|
|
28
28
|
import {
|
|
29
29
|
isTruthy
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-UEDSFRUE.js";
|
|
31
31
|
import {
|
|
32
32
|
init_cjs_shims
|
|
33
33
|
} from "./chunk-3XNI6LP4.js";
|
|
@@ -95,7 +95,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
|
|
|
95
95
|
throw new AbortSilentError();
|
|
96
96
|
let errorMessage = `Error showing notifications: ${error.message}`;
|
|
97
97
|
outputDebug(errorMessage);
|
|
98
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
98
|
+
let { sendErrorToBugsnag } = await import("./error-handler-6VUIUVYQ.js");
|
|
99
99
|
await sendErrorToBugsnag(errorMessage, "unexpected_error");
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -210,4 +210,4 @@ export {
|
|
|
210
210
|
filterNotifications,
|
|
211
211
|
stringifyFilters
|
|
212
212
|
};
|
|
213
|
-
//# sourceMappingURL=chunk-
|
|
213
|
+
//# sourceMappingURL=chunk-DVVERWXQ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runWithTimer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WYRPJX6E.js";
|
|
4
4
|
import {
|
|
5
5
|
AbortError,
|
|
6
6
|
AbortSilentError,
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
ExternalError,
|
|
9
9
|
cleanSingleStackTracePath,
|
|
10
10
|
mimicFunction
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-6X3JEMI3.js";
|
|
12
12
|
import {
|
|
13
13
|
require_ansi_styles
|
|
14
14
|
} from "./chunk-KWG6VAVE.js";
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
} from "./chunk-JGGOQOPO.js";
|
|
21
21
|
import {
|
|
22
22
|
treeKill
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-O2YFSB4E.js";
|
|
24
24
|
import {
|
|
25
25
|
Box_default,
|
|
26
26
|
Command,
|
|
@@ -67,12 +67,12 @@ import {
|
|
|
67
67
|
use_input_default,
|
|
68
68
|
use_stdin_default,
|
|
69
69
|
use_stdout_default
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-RAWPKQXX.js";
|
|
71
71
|
import {
|
|
72
72
|
isCloudEnvironment,
|
|
73
73
|
isTruthy,
|
|
74
74
|
isUnitTest
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-UEDSFRUE.js";
|
|
76
76
|
import {
|
|
77
77
|
cwd,
|
|
78
78
|
delimiter,
|
|
@@ -4331,7 +4331,14 @@ var Footnotes = () => {
|
|
|
4331
4331
|
if (linksContext === null || linksContext.links.current === null)
|
|
4332
4332
|
return null;
|
|
4333
4333
|
let links = linksContext.links.current, linkIds = Object.keys(links);
|
|
4334
|
-
return linkIds.length > 0 ? import_react4.default.createElement(Box_default, { marginBottom: 1, marginTop: -1, flexDirection: "column" }, linkIds.map((id) =>
|
|
4334
|
+
return linkIds.length > 0 ? import_react4.default.createElement(Box_default, { marginBottom: 1, marginTop: -1, flexDirection: "column" }, linkIds.map((id) => {
|
|
4335
|
+
let line = `[${id}] ${links[id]?.url}`;
|
|
4336
|
+
return import_react4.default.createElement(
|
|
4337
|
+
Box_default,
|
|
4338
|
+
{ key: id, width: line.length },
|
|
4339
|
+
import_react4.default.createElement(Text, null, line)
|
|
4340
|
+
);
|
|
4341
|
+
})) : null;
|
|
4335
4342
|
}, BoxWithBorder = ({ type, children }) => {
|
|
4336
4343
|
let { twoThirds } = useLayout(), links = (0, import_react4.useRef)({});
|
|
4337
4344
|
return import_react4.default.createElement(
|
|
@@ -5623,4 +5630,4 @@ export {
|
|
|
5623
5630
|
isStdinPiped,
|
|
5624
5631
|
readStdinString
|
|
5625
5632
|
};
|
|
5626
|
-
//# sourceMappingURL=chunk-
|
|
5633
|
+
//# sourceMappingURL=chunk-G45LXLEA.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
captureOutput,
|
|
3
3
|
require_lib
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-G45LXLEA.js";
|
|
5
5
|
import {
|
|
6
6
|
require_semver
|
|
7
7
|
} from "./chunk-OQ3KXXGH.js";
|
|
@@ -52,4 +52,4 @@ export {
|
|
|
52
52
|
isPreReleaseVersion,
|
|
53
53
|
isMajorVersionChange
|
|
54
54
|
};
|
|
55
|
-
//# sourceMappingURL=chunk-
|
|
55
|
+
//# sourceMappingURL=chunk-GPAVZSTC.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbortError,
|
|
3
3
|
BugError,
|
|
4
4
|
mimicFunction
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6X3JEMI3.js";
|
|
6
6
|
import {
|
|
7
7
|
require_semver
|
|
8
8
|
} from "./chunk-OQ3KXXGH.js";
|
|
@@ -11,12 +11,12 @@ import {
|
|
|
11
11
|
outputContent,
|
|
12
12
|
outputDebug,
|
|
13
13
|
unixFileIsOwnedByCurrentUser
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-RAWPKQXX.js";
|
|
15
15
|
import {
|
|
16
16
|
envPaths,
|
|
17
17
|
environmentVariables,
|
|
18
18
|
isUnitTest
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-UEDSFRUE.js";
|
|
20
20
|
import {
|
|
21
21
|
dirname
|
|
22
22
|
} from "./chunk-C3J4HVUN.js";
|
|
@@ -6103,4 +6103,4 @@ export {
|
|
|
6103
6103
|
getCachedPartnerAccountStatus,
|
|
6104
6104
|
setCachedPartnerAccountStatus
|
|
6105
6105
|
};
|
|
6106
|
-
//# sourceMappingURL=chunk-
|
|
6106
|
+
//# sourceMappingURL=chunk-KL7ME74X.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
outputDebug
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RAWPKQXX.js";
|
|
4
4
|
import {
|
|
5
5
|
init_cjs_shims
|
|
6
6
|
} from "./chunk-3XNI6LP4.js";
|
|
@@ -101,4 +101,4 @@ function buildProcessTree(parentPid, tree, pidsToProcess, spawnChildProcessesLis
|
|
|
101
101
|
export {
|
|
102
102
|
treeKill
|
|
103
103
|
};
|
|
104
|
-
//# sourceMappingURL=chunk-
|
|
104
|
+
//# sourceMappingURL=chunk-O2YFSB4E.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 = "4.
|
|
7
|
+
var CLI_KIT_VERSION = "4.5.0";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=chunk-
|
|
12
|
+
//# sourceMappingURL=chunk-PFLT3FI7.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
isTruthy,
|
|
3
3
|
isUnitTest,
|
|
4
4
|
isVerbose
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-UEDSFRUE.js";
|
|
6
6
|
import {
|
|
7
7
|
require_has_flag
|
|
8
8
|
} from "./chunk-7OHJH7BF.js";
|
|
@@ -92,9 +92,9 @@ var require_supports_color = __commonJS({
|
|
|
92
92
|
}
|
|
93
93
|
});
|
|
94
94
|
|
|
95
|
-
// ../../node_modules/.pnpm/supports-hyperlinks@3.
|
|
95
|
+
// ../../node_modules/.pnpm/supports-hyperlinks@3.2.0/node_modules/supports-hyperlinks/index.js
|
|
96
96
|
var require_supports_hyperlinks = __commonJS({
|
|
97
|
-
"../../node_modules/.pnpm/supports-hyperlinks@3.
|
|
97
|
+
"../../node_modules/.pnpm/supports-hyperlinks@3.2.0/node_modules/supports-hyperlinks/index.js"(exports, module) {
|
|
98
98
|
"use strict";
|
|
99
99
|
init_cjs_shims();
|
|
100
100
|
var supportsColor3 = require_supports_color(), hasFlag2 = require_has_flag();
|
|
@@ -122,7 +122,8 @@ var require_supports_hyperlinks = __commonJS({
|
|
|
122
122
|
TEAMCITY_VERSION,
|
|
123
123
|
TERM_PROGRAM,
|
|
124
124
|
TERM_PROGRAM_VERSION,
|
|
125
|
-
VTE_VERSION
|
|
125
|
+
VTE_VERSION,
|
|
126
|
+
TERM
|
|
126
127
|
} = process.env;
|
|
127
128
|
if (FORCE_HYPERLINK)
|
|
128
129
|
return !(FORCE_HYPERLINK.length > 0 && parseInt(FORCE_HYPERLINK, 10) === 0);
|
|
@@ -145,6 +146,8 @@ var require_supports_hyperlinks = __commonJS({
|
|
|
145
146
|
return version.major >= 20200620;
|
|
146
147
|
case "vscode":
|
|
147
148
|
return version.major > 1 || version.major === 1 && version.minor >= 72;
|
|
149
|
+
case "ghostty":
|
|
150
|
+
return !0;
|
|
148
151
|
}
|
|
149
152
|
}
|
|
150
153
|
if (VTE_VERSION) {
|
|
@@ -153,7 +156,7 @@ var require_supports_hyperlinks = __commonJS({
|
|
|
153
156
|
let version = parseVersion(VTE_VERSION);
|
|
154
157
|
return version.major > 0 || version.minor >= 50;
|
|
155
158
|
}
|
|
156
|
-
return
|
|
159
|
+
return TERM === "alacritty";
|
|
157
160
|
}
|
|
158
161
|
module.exports = {
|
|
159
162
|
supportsHyperlink,
|
|
@@ -25224,17 +25227,17 @@ function currentProcessIsGlobal(argv = process.argv) {
|
|
|
25224
25227
|
}
|
|
25225
25228
|
}
|
|
25226
25229
|
async function installGlobalShopifyCLI(packageManager) {
|
|
25227
|
-
let { outputInfo: outputInfo2 } = await import("./output-
|
|
25230
|
+
let { outputInfo: outputInfo2 } = await import("./output-3MNFYWNF.js"), { exec: exec3 } = await import("./system-WQHI5DQN.js"), args = packageManager === "yarn" ? ["global", "add", "@shopify/cli@latest"] : ["install", "-g", "@shopify/cli@latest"];
|
|
25228
25231
|
outputInfo2(`Running ${packageManager} ${args.join(" ")}...`), await exec3(packageManager, args, { stdio: "inherit" });
|
|
25229
25232
|
}
|
|
25230
25233
|
async function installGlobalCLIPrompt() {
|
|
25231
|
-
let { terminalSupportsPrompting } = await import("./system-
|
|
25234
|
+
let { terminalSupportsPrompting } = await import("./system-WQHI5DQN.js");
|
|
25232
25235
|
if (!terminalSupportsPrompting())
|
|
25233
25236
|
return { install: !1, alreadyInstalled: !1 };
|
|
25234
|
-
let { globalCLIVersion } = await import("./version-
|
|
25237
|
+
let { globalCLIVersion } = await import("./version-SCSJ5FCD.js");
|
|
25235
25238
|
if (await globalCLIVersion())
|
|
25236
25239
|
return { install: !1, alreadyInstalled: !0 };
|
|
25237
|
-
let { renderSelectPrompt } = await import("./ui-
|
|
25240
|
+
let { renderSelectPrompt } = await import("./ui-7ML6OXBZ.js");
|
|
25238
25241
|
return { install: await renderSelectPrompt({
|
|
25239
25242
|
message: "We recommend installing Shopify CLI globally in your system. Would you like to install it now?",
|
|
25240
25243
|
choices: [
|
|
@@ -33428,4 +33431,4 @@ react-reconciler/cjs/react-reconciler.development.js:
|
|
|
33428
33431
|
* LICENSE file in the root directory of this source tree.
|
|
33429
33432
|
*)
|
|
33430
33433
|
*/
|
|
33431
|
-
//# sourceMappingURL=chunk-
|
|
33434
|
+
//# sourceMappingURL=chunk-RAWPKQXX.js.map
|
|
@@ -530,11 +530,11 @@ var environmentVariables = {
|
|
|
530
530
|
var import_macaddress = __toESM(require_macaddress(), 1);
|
|
531
531
|
import { homedir as homedir2 } from "os";
|
|
532
532
|
async function lazyFileExists(path2) {
|
|
533
|
-
let { fileExists } = await import("./fs-
|
|
533
|
+
let { fileExists } = await import("./fs-DB7H2XMJ.js");
|
|
534
534
|
return fileExists(path2);
|
|
535
535
|
}
|
|
536
536
|
async function lazyExec(command, args) {
|
|
537
|
-
let { exec } = await import("./system-
|
|
537
|
+
let { exec } = await import("./system-WQHI5DQN.js");
|
|
538
538
|
await exec(command, args);
|
|
539
539
|
}
|
|
540
540
|
function isTerminalInteractive() {
|
|
@@ -658,4 +658,4 @@ export {
|
|
|
658
658
|
getThemeKitAccessDomain,
|
|
659
659
|
opentelemetryDomain
|
|
660
660
|
};
|
|
661
|
-
//# sourceMappingURL=chunk-
|
|
661
|
+
//# sourceMappingURL=chunk-UEDSFRUE.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isUnitTest
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UEDSFRUE.js";
|
|
4
4
|
import {
|
|
5
5
|
init_cjs_shims
|
|
6
6
|
} from "./chunk-3XNI6LP4.js";
|
|
@@ -32,7 +32,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
32
32
|
try {
|
|
33
33
|
await getAndSet();
|
|
34
34
|
} catch (error) {
|
|
35
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
35
|
+
let { sendErrorToBugsnag } = await import("./error-handler-6VUIUVYQ.js");
|
|
36
36
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
37
37
|
}
|
|
38
38
|
}, durationStack = [];
|
|
@@ -75,4 +75,4 @@ export {
|
|
|
75
75
|
addSensitiveMetadata,
|
|
76
76
|
runWithTimer
|
|
77
77
|
};
|
|
78
|
-
//# sourceMappingURL=chunk-
|
|
78
|
+
//# sourceMappingURL=chunk-WYRPJX6E.js.map
|
|
@@ -17,15 +17,15 @@ import {
|
|
|
17
17
|
setCurrentSessionId,
|
|
18
18
|
setSessions,
|
|
19
19
|
timeIntervalToMilliseconds
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-KL7ME74X.js";
|
|
21
|
+
import "./chunk-6X3JEMI3.js";
|
|
22
22
|
import "./chunk-KWG6VAVE.js";
|
|
23
23
|
import "./chunk-ODCXYGJ2.js";
|
|
24
24
|
import "./chunk-LBXDGVFS.js";
|
|
25
25
|
import "./chunk-D6NYWNY2.js";
|
|
26
26
|
import "./chunk-OQ3KXXGH.js";
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-RAWPKQXX.js";
|
|
28
|
+
import "./chunk-UEDSFRUE.js";
|
|
29
29
|
import "./chunk-7OHJH7BF.js";
|
|
30
30
|
import "./chunk-C3J4HVUN.js";
|
|
31
31
|
import "./chunk-OE3FSIHW.js";
|
|
@@ -51,4 +51,4 @@ export {
|
|
|
51
51
|
setSessions,
|
|
52
52
|
timeIntervalToMilliseconds
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=conf-store-
|
|
54
|
+
//# sourceMappingURL=conf-store-YT7PM6TZ.js.map
|
|
@@ -3,18 +3,18 @@ import {
|
|
|
3
3
|
} from "./chunk-MSED5ZFM.js";
|
|
4
4
|
import {
|
|
5
5
|
renderWarning
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-G45LXLEA.js";
|
|
7
|
+
import "./chunk-WYRPJX6E.js";
|
|
8
|
+
import "./chunk-6X3JEMI3.js";
|
|
9
9
|
import "./chunk-KWG6VAVE.js";
|
|
10
10
|
import "./chunk-ODCXYGJ2.js";
|
|
11
11
|
import "./chunk-LBXDGVFS.js";
|
|
12
12
|
import "./chunk-D6NYWNY2.js";
|
|
13
13
|
import "./chunk-JGGOQOPO.js";
|
|
14
14
|
import "./chunk-OQ3KXXGH.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-O2YFSB4E.js";
|
|
16
|
+
import "./chunk-RAWPKQXX.js";
|
|
17
|
+
import "./chunk-UEDSFRUE.js";
|
|
18
18
|
import "./chunk-7OHJH7BF.js";
|
|
19
19
|
import "./chunk-C3J4HVUN.js";
|
|
20
20
|
import "./chunk-OE3FSIHW.js";
|
|
@@ -52,4 +52,4 @@ function renderUpgradeWarning(upgradeByDate, forThemes) {
|
|
|
52
52
|
export {
|
|
53
53
|
postrun
|
|
54
54
|
};
|
|
55
|
-
//# sourceMappingURL=deprecations-
|
|
55
|
+
//# sourceMappingURL=deprecations-36G3B7N6.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
environmentFilePath,
|
|
3
3
|
loadEnvironment
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-42SB5R2B.js";
|
|
5
|
+
import "./chunk-G45LXLEA.js";
|
|
6
|
+
import "./chunk-WYRPJX6E.js";
|
|
7
|
+
import "./chunk-6X3JEMI3.js";
|
|
8
8
|
import "./chunk-KWG6VAVE.js";
|
|
9
9
|
import "./chunk-ODCXYGJ2.js";
|
|
10
10
|
import "./chunk-LBXDGVFS.js";
|
|
11
11
|
import "./chunk-D6NYWNY2.js";
|
|
12
12
|
import "./chunk-JGGOQOPO.js";
|
|
13
13
|
import "./chunk-OQ3KXXGH.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-O2YFSB4E.js";
|
|
15
|
+
import "./chunk-RAWPKQXX.js";
|
|
16
|
+
import "./chunk-UEDSFRUE.js";
|
|
17
17
|
import "./chunk-7OHJH7BF.js";
|
|
18
18
|
import "./chunk-C3J4HVUN.js";
|
|
19
19
|
import "./chunk-OE3FSIHW.js";
|
|
@@ -23,4 +23,4 @@ export {
|
|
|
23
23
|
environmentFilePath,
|
|
24
24
|
loadEnvironment
|
|
25
25
|
};
|
|
26
|
-
//# sourceMappingURL=environments-
|
|
26
|
+
//# sourceMappingURL=environments-Z5UN2QBI.js.map
|
|
@@ -4,24 +4,24 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4FAX3V5J.js";
|
|
8
8
|
import "./chunk-MSED5ZFM.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-ARTN5AK3.js";
|
|
10
|
+
import "./chunk-PFLT3FI7.js";
|
|
11
11
|
import "./chunk-G53O4PDO.js";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-KL7ME74X.js";
|
|
13
|
+
import "./chunk-G45LXLEA.js";
|
|
14
|
+
import "./chunk-WYRPJX6E.js";
|
|
15
|
+
import "./chunk-6X3JEMI3.js";
|
|
16
16
|
import "./chunk-KWG6VAVE.js";
|
|
17
17
|
import "./chunk-ODCXYGJ2.js";
|
|
18
18
|
import "./chunk-LBXDGVFS.js";
|
|
19
19
|
import "./chunk-D6NYWNY2.js";
|
|
20
20
|
import "./chunk-JGGOQOPO.js";
|
|
21
21
|
import "./chunk-OQ3KXXGH.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-O2YFSB4E.js";
|
|
23
|
+
import "./chunk-RAWPKQXX.js";
|
|
24
|
+
import "./chunk-UEDSFRUE.js";
|
|
25
25
|
import "./chunk-7OHJH7BF.js";
|
|
26
26
|
import "./chunk-C3J4HVUN.js";
|
|
27
27
|
import "./chunk-OE3FSIHW.js";
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
35
35
|
sendErrorToBugsnag
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=error-handler-
|
|
37
|
+
//# sourceMappingURL=error-handler-6VUIUVYQ.js.map
|
|
@@ -48,8 +48,8 @@ import {
|
|
|
48
48
|
unlinkFileSync,
|
|
49
49
|
writeFile,
|
|
50
50
|
writeFileSync
|
|
51
|
-
} from "./chunk-
|
|
52
|
-
import "./chunk-
|
|
51
|
+
} from "./chunk-RAWPKQXX.js";
|
|
52
|
+
import "./chunk-UEDSFRUE.js";
|
|
53
53
|
import "./chunk-7OHJH7BF.js";
|
|
54
54
|
import "./chunk-C3J4HVUN.js";
|
|
55
55
|
import "./chunk-OE3FSIHW.js";
|
|
@@ -106,4 +106,4 @@ export {
|
|
|
106
106
|
writeFile,
|
|
107
107
|
writeFileSync
|
|
108
108
|
};
|
|
109
|
-
//# sourceMappingURL=fs-
|
|
109
|
+
//# sourceMappingURL=fs-DB7H2XMJ.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
hook
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-3KAJBONR.js";
|
|
4
|
+
import "../chunk-O2YFSB4E.js";
|
|
5
|
+
import "../chunk-RAWPKQXX.js";
|
|
6
|
+
import "../chunk-UEDSFRUE.js";
|
|
7
7
|
import "../chunk-7OHJH7BF.js";
|
|
8
8
|
import "../chunk-C3J4HVUN.js";
|
|
9
9
|
import "../chunk-OE3FSIHW.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -13,9 +13,9 @@ var hook = async (options) => {
|
|
|
13
13
|
aliases: options.Command.aliases,
|
|
14
14
|
pluginAlias: options.Command.plugin?.alias
|
|
15
15
|
}), args = options.argv, [{ outputDebug }, analyticsMod, notificationsMod] = await Promise.all([
|
|
16
|
-
import("../output-
|
|
17
|
-
import("../analytics-
|
|
18
|
-
import("../notifications-system-
|
|
16
|
+
import("../output-3MNFYWNF.js"),
|
|
17
|
+
import("../analytics-EIWAB3VN.js"),
|
|
18
|
+
import("../notifications-system-FVPDGQU6.js")
|
|
19
19
|
]);
|
|
20
20
|
checkForNewVersionInBackground(), outputDebug(`Running command ${commandContent.command}`), await analyticsMod.startAnalytics({ commandContent, args, commandClass: options.Command }), notificationsMod.fetchNotificationsInBackground(options.Command.id);
|
|
21
21
|
};
|
|
@@ -45,9 +45,9 @@ function findAlias(aliases) {
|
|
|
45
45
|
}
|
|
46
46
|
async function checkForNewVersionInBackground() {
|
|
47
47
|
let [{ CLI_KIT_VERSION }, { isPreReleaseVersion }, { checkForNewVersion }] = await Promise.all([
|
|
48
|
-
import("../version-
|
|
49
|
-
import("../version-
|
|
50
|
-
import("../node-package-manager-
|
|
48
|
+
import("../version-BFFZUMWR.js"),
|
|
49
|
+
import("../version-SCSJ5FCD.js"),
|
|
50
|
+
import("../node-package-manager-H3IPZ6MV.js")
|
|
51
51
|
]), currentVersion = CLI_KIT_VERSION;
|
|
52
52
|
isPreReleaseVersion(currentVersion) || checkForNewVersion("@shopify/cli", currentVersion, { cacheExpiryInHours: 24 });
|
|
53
53
|
}
|