@shopify/cli 3.76.2 → 3.77.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/hydrogen/bundle/analyzer.html +21 -17
- package/dist/assets/hydrogen/starter/CHANGELOG.md +116 -36
- package/dist/assets/hydrogen/starter/app/layout.tsx +46 -0
- package/dist/assets/hydrogen/starter/app/root.tsx +1 -42
- package/dist/assets/hydrogen/starter/app/routes/search.tsx +4 -3
- package/dist/assets/hydrogen/starter/app/routes.ts +7 -0
- package/dist/assets/hydrogen/starter/package.json +17 -15
- package/dist/assets/hydrogen/starter/tsconfig.json +1 -1
- package/dist/assets/hydrogen/starter/vite.config.ts +2 -1
- package/dist/assets/hydrogen/tailwind/package.json +1 -1
- package/dist/assets/hydrogen/vanilla-extract/package.json +2 -2
- package/dist/assets/hydrogen/virtual-routes/assets/debug-network.css +27 -10
- package/dist/assets/hydrogen/virtual-routes/assets/styles.css +13 -2
- package/dist/assets/hydrogen/virtual-routes/layout.jsx +39 -0
- package/dist/assets/hydrogen/virtual-routes/virtual-root-with-layout.jsx +63 -0
- package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +10 -8
- package/dist/assets/hydrogen/vite/package.json +1 -1
- package/dist/assets/hydrogen/vite/vite.config.js +1 -0
- package/dist/{chunk-SROPQDQ2.js → chunk-3LPRAP3C.js} +4 -4
- package/dist/{chunk-TYXJ553W.js → chunk-4QUBSR5N.js} +2 -2
- package/dist/{chunk-ZUCWDIGE.js → chunk-57Q6OQG4.js} +2 -2
- package/dist/{chunk-AZ3SNZKH.js → chunk-5Y3LMFTE.js} +3 -3
- package/dist/{chunk-2WTNMSEA.js → chunk-7N6KTS5H.js} +3 -3
- package/dist/{chunk-BJXULBKX.js → chunk-7TDJWEEF.js} +143 -28
- package/dist/{chunk-3UYXKXR6.js → chunk-7Z57GKMD.js} +21 -8
- package/dist/{chunk-IKXB6S5W.js → chunk-CYZVSCKE.js} +2 -2
- package/dist/{chunk-SO2JXJNK.js → chunk-DE23IXCV.js} +7 -7
- package/dist/{chunk-WFJKWPG7.js → chunk-DXETR7HO.js} +4 -4
- package/dist/{chunk-DZC6PFFO.js → chunk-F7YDVUG6.js} +2 -2
- package/dist/{chunk-7ZRFR7FA.js → chunk-FGOKII2H.js} +7 -7
- package/dist/{chunk-J64C3R6H.js → chunk-G2Z2JNWZ.js} +3 -3
- package/dist/{chunk-DTR7ATW4.js → chunk-HL6ZWA6P.js} +3 -3
- package/dist/{chunk-CBRJA5VT.js → chunk-IDLVFDLS.js} +4 -4
- package/dist/{chunk-EPUCFUDR.js → chunk-J2TFYL5Z.js} +3 -3
- package/dist/{chunk-OSETU22I.js → chunk-JA44NPON.js} +3 -3
- package/dist/{chunk-WYLW7KVV.js → chunk-KMLSEENO.js} +3 -3
- package/dist/{chunk-3DV6EZ24.js → chunk-KRRCKFNF.js} +7 -7
- package/dist/{chunk-VXUNILLD.js → chunk-LGVMVIUY.js} +6 -3
- package/dist/{chunk-LLYJXSNC.js → chunk-MJ5E3G6Z.js} +3 -3
- package/dist/{chunk-MIAZDAJI.js → chunk-NKPXKN63.js} +2 -2
- package/dist/{chunk-XAK5UQFR.js → chunk-NMVJRPWT.js} +2 -2
- package/dist/{chunk-J4VMFBCX.js → chunk-ODZP3BOI.js} +3 -3
- package/dist/{chunk-WOA7JN7E.js → chunk-OZYTPWJS.js} +12 -8
- package/dist/{chunk-6RHYOJ63.js → chunk-PFXZ73LI.js} +5 -5
- package/dist/{chunk-KTICPCDH.js → chunk-RXPX6QL6.js} +4 -4
- package/dist/{chunk-PNWJ2GZC.js → chunk-THDGA4UF.js} +5 -5
- package/dist/{chunk-AHNHLXEN.js → chunk-TIMSXB7V.js} +9 -6
- package/dist/{chunk-XOWOZYS5.js → chunk-V24VKC54.js} +3 -3
- package/dist/{chunk-JMXX7A4N.js → chunk-V2EXSXIB.js} +2 -2
- package/dist/{chunk-QP45KHVL.js → chunk-Y7SMROY2.js} +214 -121
- package/dist/{chunk-TKC27SYH.js → chunk-YKGXAR4K.js} +268 -241
- package/dist/{chunk-WXONIGO7.js → chunk-YUFBJAT6.js} +5 -2
- package/dist/{chunk-KI626P2Z.js → chunk-YW77LWOY.js} +3 -3
- package/dist/{chunk-3IUNQ4LM.js → chunk-ZPXCGFEZ.js} +4 -4
- 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.d.ts +1 -0
- 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.d.ts +1 -0
- 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/configs/all.yml +39 -3
- package/dist/configs/recommended.yml +36 -0
- package/dist/configs/theme-app-extension.yml +3 -3
- package/dist/{custom-oclif-loader-FMEBF4P4.js → custom-oclif-loader-OE7KHHEX.js} +3 -3
- package/dist/data/filters.json +270 -327
- package/dist/data/latest.json +1 -1
- package/dist/data/objects.json +1482 -3709
- package/dist/data/preset.json +6 -0
- package/dist/data/preset_blocks.json +6 -0
- package/dist/data/setting.json +167 -50
- package/dist/data/tags.json +45 -101
- package/dist/{error-handler-AMKMVQCR.js → error-handler-CLK6ULQD.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +8 -8
- package/dist/index.js +6785 -2452
- package/dist/{local-2RXSPQ2I.js → local-YA7BWRS4.js} +3 -3
- package/dist/{morph-WRZ7XCTF.js → morph-UGAQHTEA.js} +9 -9
- package/dist/{node-X35R6UYP.js → node-66AIONQH.js} +15 -15
- package/dist/{node-package-manager-3GAIXEER.js → node-package-manager-BD2U7LUE.js} +4 -4
- package/dist/{path-GWAZZN2N.js → path-2K5HIMHZ.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-MTRH5XFP.js → ui-UIXIY6XH.js} +3 -3
- package/dist/{workerd-EHYW43DG.js → workerd-VYNSPDCR.js} +14 -14
- package/oclif.manifest.json +24 -19
- package/package.json +7 -7
|
@@ -17,10 +17,10 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-7Z57GKMD.js";
|
|
21
21
|
import "./chunk-B5EXYCV3.js";
|
|
22
22
|
import "./chunk-75LV6AQS.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-57Q6OQG4.js";
|
|
24
24
|
import "./chunk-VSKRQ3JT.js";
|
|
25
25
|
import "./chunk-G5R6YD27.js";
|
|
26
26
|
import "./chunk-3I3GQNEW.js";
|
|
@@ -51,4 +51,4 @@ export {
|
|
|
51
51
|
renderTextPrompt,
|
|
52
52
|
renderWarning
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=ui-
|
|
54
|
+
//# sourceMappingURL=ui-UIXIY6XH.js.map
|
|
@@ -10,20 +10,20 @@ import {
|
|
|
10
10
|
importLocal,
|
|
11
11
|
logRequestLine,
|
|
12
12
|
setConstructors
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-YKGXAR4K.js";
|
|
14
14
|
import "./chunk-LQ2ZKVR6.js";
|
|
15
15
|
import "./chunk-CP3BRHWK.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-JA44NPON.js";
|
|
17
|
+
import "./chunk-PFXZ73LI.js";
|
|
18
|
+
import "./chunk-FGOKII2H.js";
|
|
19
19
|
import "./chunk-SHWOPMLQ.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-DE23IXCV.js";
|
|
21
|
+
import "./chunk-Y7SMROY2.js";
|
|
22
|
+
import "./chunk-OZYTPWJS.js";
|
|
23
|
+
import "./chunk-7TDJWEEF.js";
|
|
24
24
|
import "./chunk-25IMI7TH.js";
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-V2EXSXIB.js";
|
|
26
|
+
import "./chunk-YW77LWOY.js";
|
|
27
27
|
import "./chunk-HMDWNGIV.js";
|
|
28
28
|
import {
|
|
29
29
|
AbortError,
|
|
@@ -32,13 +32,13 @@ import {
|
|
|
32
32
|
readFile,
|
|
33
33
|
renderSuccess,
|
|
34
34
|
source_default
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-7Z57GKMD.js";
|
|
36
36
|
import "./chunk-B5EXYCV3.js";
|
|
37
37
|
import "./chunk-75LV6AQS.js";
|
|
38
38
|
import {
|
|
39
39
|
dirname,
|
|
40
40
|
resolvePath
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-57Q6OQG4.js";
|
|
42
42
|
import "./chunk-VSKRQ3JT.js";
|
|
43
43
|
import "./chunk-G5R6YD27.js";
|
|
44
44
|
import "./chunk-3I3GQNEW.js";
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
init_cjs_shims
|
|
53
53
|
} from "./chunk-PKR7KJ6P.js";
|
|
54
54
|
|
|
55
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.
|
|
55
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.9_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
|
|
56
56
|
init_cjs_shims();
|
|
57
57
|
import { createRequire } from "node:module";
|
|
58
58
|
async function startWorkerdServer({
|
|
@@ -171,4 +171,4 @@ async function startWorkerdServer({
|
|
|
171
171
|
export {
|
|
172
172
|
startWorkerdServer
|
|
173
173
|
};
|
|
174
|
-
//# sourceMappingURL=workerd-
|
|
174
|
+
//# sourceMappingURL=workerd-VYNSPDCR.js.map
|
package/oclif.manifest.json
CHANGED
|
@@ -246,7 +246,8 @@
|
|
|
246
246
|
"pluginName": "@shopify/cli",
|
|
247
247
|
"pluginType": "core",
|
|
248
248
|
"strict": true,
|
|
249
|
-
"summary": "Activate an app configuration."
|
|
249
|
+
"summary": "Activate an app configuration.",
|
|
250
|
+
"usage": "app config use [config] [flags]"
|
|
250
251
|
},
|
|
251
252
|
"app:deploy": {
|
|
252
253
|
"aliases": [
|
|
@@ -460,18 +461,6 @@
|
|
|
460
461
|
"name": "no-color",
|
|
461
462
|
"type": "boolean"
|
|
462
463
|
},
|
|
463
|
-
"no-tunnel": {
|
|
464
|
-
"allowNo": false,
|
|
465
|
-
"description": "Automatic creation of a tunnel is disabled. Service entry point will listen to localhost instead",
|
|
466
|
-
"env": "SHOPIFY_FLAG_NO_TUNNEL",
|
|
467
|
-
"exclusive": [
|
|
468
|
-
"tunnel-url",
|
|
469
|
-
"tunnel"
|
|
470
|
-
],
|
|
471
|
-
"hidden": true,
|
|
472
|
-
"name": "no-tunnel",
|
|
473
|
-
"type": "boolean"
|
|
474
|
-
},
|
|
475
464
|
"no-update": {
|
|
476
465
|
"allowNo": false,
|
|
477
466
|
"description": "Skips the Partners Dashboard URL update step.",
|
|
@@ -558,7 +547,6 @@
|
|
|
558
547
|
"description": "Use a custom tunnel, it must be running before executing dev. Format: \"https://my-tunnel-url:port\".",
|
|
559
548
|
"env": "SHOPIFY_FLAG_TUNNEL_URL",
|
|
560
549
|
"exclusive": [
|
|
561
|
-
"no-tunnel",
|
|
562
550
|
"tunnel"
|
|
563
551
|
],
|
|
564
552
|
"hasDynamicHelp": false,
|
|
@@ -567,6 +555,17 @@
|
|
|
567
555
|
"name": "tunnel-url",
|
|
568
556
|
"type": "option"
|
|
569
557
|
},
|
|
558
|
+
"use-localhost": {
|
|
559
|
+
"allowNo": false,
|
|
560
|
+
"description": "Service entry point will listen to localhost. A tunnel won't be used. Will work for testing many app features, but not Webhooks, Flow Action, App Proxy or POS",
|
|
561
|
+
"env": "SHOPIFY_FLAG_USE_LOCALHOST",
|
|
562
|
+
"exclusive": [
|
|
563
|
+
"tunnel-url"
|
|
564
|
+
],
|
|
565
|
+
"hidden": true,
|
|
566
|
+
"name": "use-localhost",
|
|
567
|
+
"type": "boolean"
|
|
568
|
+
},
|
|
570
569
|
"verbose": {
|
|
571
570
|
"allowNo": false,
|
|
572
571
|
"description": "Increase the verbosity of the output.",
|
|
@@ -2071,7 +2070,7 @@
|
|
|
2071
2070
|
"pluginType": "core",
|
|
2072
2071
|
"strict": true,
|
|
2073
2072
|
"summary": "Release an app version.",
|
|
2074
|
-
"usage": "app
|
|
2073
|
+
"usage": "app release --version <version>"
|
|
2075
2074
|
},
|
|
2076
2075
|
"app:versions:list": {
|
|
2077
2076
|
"aliases": [
|
|
@@ -2660,7 +2659,8 @@
|
|
|
2660
2659
|
"pluginAlias": "@shopify/cli",
|
|
2661
2660
|
"pluginName": "@shopify/cli",
|
|
2662
2661
|
"pluginType": "core",
|
|
2663
|
-
"strict": false
|
|
2662
|
+
"strict": false,
|
|
2663
|
+
"usage": "help [command] [flags]"
|
|
2664
2664
|
},
|
|
2665
2665
|
"hydrogen:build": {
|
|
2666
2666
|
"aliases": [
|
|
@@ -4788,7 +4788,8 @@
|
|
|
4788
4788
|
"pluginAlias": "@shopify/cli",
|
|
4789
4789
|
"pluginName": "@shopify/cli",
|
|
4790
4790
|
"pluginType": "core",
|
|
4791
|
-
"strict": true
|
|
4791
|
+
"strict": true,
|
|
4792
|
+
"usage": "search [query]"
|
|
4792
4793
|
},
|
|
4793
4794
|
"theme:check": {
|
|
4794
4795
|
"aliases": [
|
|
@@ -5384,6 +5385,10 @@
|
|
|
5384
5385
|
"hiddenAliases": [
|
|
5385
5386
|
],
|
|
5386
5387
|
"id": "theme:info",
|
|
5388
|
+
"multiEnvironmentsFlags": [
|
|
5389
|
+
"store",
|
|
5390
|
+
"password"
|
|
5391
|
+
],
|
|
5387
5392
|
"pluginAlias": "@shopify/cli",
|
|
5388
5393
|
"pluginName": "@shopify/cli",
|
|
5389
5394
|
"pluginType": "core",
|
|
@@ -5456,7 +5461,7 @@
|
|
|
5456
5461
|
"pluginType": "core",
|
|
5457
5462
|
"strict": true,
|
|
5458
5463
|
"summary": "Clones a Git repository to use as a starting point for building a new theme.",
|
|
5459
|
-
"usage": "theme init [name]"
|
|
5464
|
+
"usage": "theme init [name] [flags]"
|
|
5460
5465
|
},
|
|
5461
5466
|
"theme:language-server": {
|
|
5462
5467
|
"aliases": [
|
|
@@ -6853,5 +6858,5 @@
|
|
|
6853
6858
|
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
|
|
6854
6859
|
}
|
|
6855
6860
|
},
|
|
6856
|
-
"version": "3.
|
|
6861
|
+
"version": "3.77.1"
|
|
6857
6862
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.77.1",
|
|
4
4
|
"packageManager": "pnpm@8.15.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "A CLI tool to build for the Shopify platform",
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"@oclif/core": "3.26.5",
|
|
99
99
|
"@oclif/plugin-commands": "4.1.18",
|
|
100
100
|
"@oclif/plugin-plugins": "5.4.28",
|
|
101
|
-
"@shopify/app": "3.
|
|
102
|
-
"@shopify/cli-kit": "3.
|
|
103
|
-
"@shopify/plugin-cloudflare": "3.
|
|
104
|
-
"@shopify/plugin-did-you-mean": "3.
|
|
105
|
-
"@shopify/theme": "3.
|
|
106
|
-
"@shopify/cli-hydrogen": "9.0.
|
|
101
|
+
"@shopify/app": "3.77.1",
|
|
102
|
+
"@shopify/cli-kit": "3.77.1",
|
|
103
|
+
"@shopify/plugin-cloudflare": "3.77.1",
|
|
104
|
+
"@shopify/plugin-did-you-mean": "3.77.1",
|
|
105
|
+
"@shopify/theme": "3.77.1",
|
|
106
|
+
"@shopify/cli-hydrogen": "9.0.9",
|
|
107
107
|
"@typescript-eslint/eslint-plugin": "7.13.1",
|
|
108
108
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
109
109
|
"esbuild-plugin-copy": "^2.1.1",
|