@shopify/cli 3.77.1 → 3.78.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/hydrogen/starter/CHANGELOG.md +67 -16
- package/dist/assets/hydrogen/starter/app/root.tsx +45 -4
- package/dist/assets/hydrogen/starter/app/routes.ts +4 -2
- package/dist/assets/hydrogen/starter/package.json +3 -3
- package/dist/{chunk-J2TFYL5Z.js → chunk-2YVR2YAE.js} +3 -3
- package/dist/{chunk-LGVMVIUY.js → chunk-35A3HBTL.js} +4 -4
- package/dist/{chunk-NKPXKN63.js → chunk-35XDICNP.js} +2 -2
- package/dist/{chunk-FGOKII2H.js → chunk-5LKOKELK.js} +36 -32
- package/dist/{chunk-YUFBJAT6.js → chunk-A5LK333I.js} +3 -3
- package/dist/{chunk-MJ5E3G6Z.js → chunk-BV6PURBM.js} +3 -3
- package/dist/{chunk-TIMSXB7V.js → chunk-C3Q6M5C3.js} +3 -3
- package/dist/{chunk-DE23IXCV.js → chunk-D2R3AM3S.js} +6 -6
- package/dist/{chunk-HL6ZWA6P.js → chunk-FIH2SHBE.js} +4 -4
- package/dist/{chunk-3LPRAP3C.js → chunk-GEAXCEGF.js} +4 -4
- package/dist/{chunk-4QUBSR5N.js → chunk-GRJWPHAK.js} +2 -2
- package/dist/{chunk-THDGA4UF.js → chunk-HLFLQFAO.js} +5 -5
- package/dist/{chunk-OZYTPWJS.js → chunk-HQF3OQCV.js} +6 -6
- package/dist/{chunk-YW77LWOY.js → chunk-ICGAJSRH.js} +3 -3
- package/dist/{chunk-CYZVSCKE.js → chunk-IJLYOQTB.js} +2 -2
- package/dist/{chunk-7N6KTS5H.js → chunk-K6OZPDRE.js} +3 -3
- package/dist/{chunk-7TDJWEEF.js → chunk-KJNPOPZU.js} +4 -4
- package/dist/{chunk-V24VKC54.js → chunk-KKK42SBP.js} +3 -3
- package/dist/{chunk-IDLVFDLS.js → chunk-KUVHPVGH.js} +3 -3
- package/dist/{chunk-V2EXSXIB.js → chunk-MLQTLKNQ.js} +2 -2
- package/dist/{chunk-Y7SMROY2.js → chunk-N2GQBM45.js} +13 -4
- package/dist/{chunk-YKGXAR4K.js → chunk-NCYK3NPS.js} +119 -97
- package/dist/{chunk-VSKRQ3JT.js → chunk-QAKYKTFV.js} +2 -1
- package/dist/{chunk-KMLSEENO.js → chunk-QVDCZMPL.js} +3 -3
- package/dist/{chunk-7Z57GKMD.js → chunk-R2JN4S25.js} +4 -4
- package/dist/{chunk-ODZP3BOI.js → chunk-RYZBD47F.js} +3 -3
- package/dist/{chunk-KRRCKFNF.js → chunk-S6ZWGAX6.js} +8 -8
- package/dist/{chunk-ZPXCGFEZ.js → chunk-TQMZLUGH.js} +5 -5
- package/dist/{chunk-5Y3LMFTE.js → chunk-UDNM674J.js} +3 -3
- package/dist/{chunk-RXPX6QL6.js → chunk-VAMD3FV3.js} +4 -4
- package/dist/{chunk-DXETR7HO.js → chunk-VNCW4T6F.js} +4 -4
- package/dist/{chunk-PFXZ73LI.js → chunk-VNKMVUTV.js} +5 -5
- package/dist/{chunk-JA44NPON.js → chunk-VTV2W43J.js} +3 -3
- package/dist/{chunk-G2Z2JNWZ.js → chunk-WM4XS6OG.js} +3 -3
- package/dist/{chunk-F7YDVUG6.js → chunk-WVISX7R6.js} +2 -2
- package/dist/{chunk-NMVJRPWT.js → chunk-XSNERQSV.js} +2 -2
- package/dist/cli/commands/auth/logout.js +12 -12
- package/dist/cli/commands/auth/logout.test.js +13 -13
- package/dist/cli/commands/cache/clear.js +11 -11
- package/dist/cli/commands/debug/command-flags.js +11 -11
- package/dist/cli/commands/docs/generate.js +11 -11
- package/dist/cli/commands/docs/generate.test.js +11 -11
- package/dist/cli/commands/help.js +11 -11
- package/dist/cli/commands/kitchen-sink/async.js +12 -12
- package/dist/cli/commands/kitchen-sink/async.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/index.js +14 -14
- package/dist/cli/commands/kitchen-sink/index.test.js +14 -14
- package/dist/cli/commands/kitchen-sink/prompts.js +12 -12
- package/dist/cli/commands/kitchen-sink/prompts.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/static.js +12 -12
- package/dist/cli/commands/kitchen-sink/static.test.js +12 -12
- package/dist/cli/commands/notifications/generate.js +12 -12
- package/dist/cli/commands/notifications/list.js +12 -12
- package/dist/cli/commands/search.js +12 -12
- package/dist/cli/commands/upgrade.js +12 -12
- package/dist/cli/commands/version.js +12 -12
- package/dist/cli/commands/version.test.js +12 -12
- package/dist/cli/services/commands/notifications.js +7 -7
- package/dist/cli/services/commands/search.js +3 -3
- package/dist/cli/services/commands/search.test.js +3 -3
- package/dist/cli/services/commands/version.js +4 -4
- package/dist/cli/services/commands/version.test.js +5 -5
- package/dist/cli/services/kitchen-sink/async.js +3 -3
- package/dist/cli/services/kitchen-sink/prompts.js +3 -3
- package/dist/cli/services/kitchen-sink/static.js +3 -3
- package/dist/cli/services/upgrade.js +4 -4
- package/dist/cli/services/upgrade.test.js +5 -5
- package/dist/{custom-oclif-loader-OE7KHHEX.js → custom-oclif-loader-URFPN7T5.js} +3 -3
- package/dist/data/default_setting_values.json +0 -56
- package/dist/data/latest.json +1 -1
- package/dist/{error-handler-CLK6ULQD.js → error-handler-JMG43AG2.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +8 -8
- package/dist/index.js +48307 -10869
- package/dist/{lib-SGEWXU7Z.js → lib-IZAG57CE.js} +2 -2
- package/dist/{local-YA7BWRS4.js → local-VNB4TMEI.js} +3 -3
- package/dist/{morph-UGAQHTEA.js → morph-W4XLLZ47.js} +9 -9
- package/dist/{node-66AIONQH.js → node-4XPDXMES.js} +15 -15
- package/dist/{node-package-manager-BD2U7LUE.js → node-package-manager-GL4PGGZJ.js} +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-UIXIY6XH.js → ui-LKIZMLKP.js} +3 -3
- package/dist/{workerd-VYNSPDCR.js → workerd-RCIF7HOL.js} +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +10 -8
- package/dist/assets/hydrogen/starter/app/layout.tsx +0 -46
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
renderSuccess,
|
|
8
8
|
renderTable,
|
|
9
9
|
renderWarning
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-R2JN4S25.js";
|
|
11
11
|
import {
|
|
12
12
|
init_cjs_shims
|
|
13
13
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -203,4 +203,4 @@ async function staticService() {
|
|
|
203
203
|
export {
|
|
204
204
|
staticService
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-IJLYOQTB.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
prompts
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XSNERQSV.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VNKMVUTV.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-PKR7KJ6P.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-K6OZPDRE.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from "./chunk-25IMI7TH.js";
|
|
6
6
|
import {
|
|
7
7
|
CLI_KIT_VERSION
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MLQTLKNQ.js";
|
|
9
9
|
import {
|
|
10
10
|
Environment,
|
|
11
11
|
firstPartyDev,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
serviceEnvironment,
|
|
18
18
|
skipNetworkLevelRetry,
|
|
19
19
|
sleep
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-R2JN4S25.js";
|
|
21
21
|
import {
|
|
22
22
|
__commonJS,
|
|
23
23
|
__require,
|
|
@@ -27470,7 +27470,7 @@ ${result.sanitizedHeaders}
|
|
|
27470
27470
|
}
|
|
27471
27471
|
|
|
27472
27472
|
// ../cli-kit/dist/public/node/http.js
|
|
27473
|
-
var import_form_data = __toESM(require_form_data()
|
|
27473
|
+
var import_form_data = __toESM(require_form_data());
|
|
27474
27474
|
|
|
27475
27475
|
// ../../node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js
|
|
27476
27476
|
init_cjs_shims();
|
|
@@ -31386,4 +31386,4 @@ mime-types/index.js:
|
|
|
31386
31386
|
* MIT Licensed
|
|
31387
31387
|
*)
|
|
31388
31388
|
*/
|
|
31389
|
-
//# sourceMappingURL=chunk-
|
|
31389
|
+
//# sourceMappingURL=chunk-KJNPOPZU.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-IJLYOQTB.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VNKMVUTV.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-PKR7KJ6P.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-KKK42SBP.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
findUpAndReadPackageJson,
|
|
5
5
|
getPackageManager,
|
|
6
6
|
usesWorkspaces
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ICGAJSRH.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-R2JN4S25.js";
|
|
19
19
|
import {
|
|
20
20
|
dirname,
|
|
21
21
|
joinPath,
|
|
@@ -139,4 +139,4 @@ function usingPackageManager({ env } = { env: process.env }) {
|
|
|
139
139
|
export {
|
|
140
140
|
upgrade
|
|
141
141
|
};
|
|
142
|
-
//# sourceMappingURL=chunk-
|
|
142
|
+
//# sourceMappingURL=chunk-KUVHPVGH.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.78.0";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=chunk-
|
|
12
|
+
//# sourceMappingURL=chunk-MLQTLKNQ.js.map
|
|
@@ -2,14 +2,14 @@ import {
|
|
|
2
2
|
allAPIs,
|
|
3
3
|
shopifyFetch,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-KJNPOPZU.js";
|
|
6
6
|
import {
|
|
7
7
|
getPackageManager,
|
|
8
8
|
getSession,
|
|
9
9
|
packageManagerFromUserAgent,
|
|
10
10
|
removeSession,
|
|
11
11
|
setSession
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-ICGAJSRH.js";
|
|
13
13
|
import {
|
|
14
14
|
AbortError,
|
|
15
15
|
BugError,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
sessionConstants,
|
|
46
46
|
spinFqdn,
|
|
47
47
|
themeToken
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-R2JN4S25.js";
|
|
49
49
|
import {
|
|
50
50
|
cwd
|
|
51
51
|
} from "./chunk-57Q6OQG4.js";
|
|
@@ -515,6 +515,14 @@ async function appManagementFqdn() {
|
|
|
515
515
|
return productionFqdn;
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
+
async function appDevFqdn(storeFqdn) {
|
|
519
|
+
switch (serviceEnvironment()) {
|
|
520
|
+
case "local":
|
|
521
|
+
return new DevServerCore().host("app");
|
|
522
|
+
default:
|
|
523
|
+
return storeFqdn;
|
|
524
|
+
}
|
|
525
|
+
}
|
|
518
526
|
async function developerDashboardFqdn() {
|
|
519
527
|
let environment = serviceEnvironment(), productionFqdn = "dev.shopify.com";
|
|
520
528
|
switch (environment) {
|
|
@@ -1142,6 +1150,7 @@ function flagIncluded(flag, commandClass) {
|
|
|
1142
1150
|
export {
|
|
1143
1151
|
partnersFqdn,
|
|
1144
1152
|
appManagementFqdn,
|
|
1153
|
+
appDevFqdn,
|
|
1145
1154
|
developerDashboardFqdn,
|
|
1146
1155
|
businessPlatformFqdn,
|
|
1147
1156
|
normalizeStoreFqdn,
|
|
@@ -1158,4 +1167,4 @@ export {
|
|
|
1158
1167
|
getEnvironmentData,
|
|
1159
1168
|
getSensitiveEnvironmentData
|
|
1160
1169
|
};
|
|
1161
|
-
//# sourceMappingURL=chunk-
|
|
1170
|
+
//# sourceMappingURL=chunk-N2GQBM45.js.map
|