@shopify/cli 3.69.2 → 3.69.4
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 +147 -0
- package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/root.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/[sitemap.xml].tsx +6 -166
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +2 -1
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +3 -1
- package/dist/assets/hydrogen/starter/app/routes/sitemap.$type.$page[.xml].tsx +24 -0
- package/dist/assets/hydrogen/starter/package.json +10 -10
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +11 -37
- package/dist/{chunk-DNQFVYAS.js → chunk-2JRUKBKX.js} +6 -6
- package/dist/{chunk-3GAW7KHI.js → chunk-2NCWYVM4.js} +2 -2
- package/dist/{chunk-TXCW4ZQG.js → chunk-334DJQUN.js} +2 -2
- package/dist/{chunk-G47BQXOE.js → chunk-6IATSQ3X.js} +3 -3
- package/dist/{chunk-PVRAV4YL.js → chunk-7B5FNNVB.js} +3 -3
- package/dist/{chunk-PNQSN7TX.js → chunk-7NPDPZ22.js} +5 -5
- package/dist/{chunk-KNOC7J5B.js → chunk-BMTELIUS.js} +4 -4
- package/dist/{chunk-N4XS6QEZ.js → chunk-BRO6DC7D.js} +77 -91
- package/dist/{chunk-QTJLWEP5.js → chunk-CPEFXM7T.js} +4 -4
- package/dist/{chunk-EV5GSEM4.js → chunk-EJGKAHVK.js} +2 -2
- package/dist/{chunk-3WFNAMWM.js → chunk-F54UWMGQ.js} +3 -3
- package/dist/{chunk-FUZII5SU.js → chunk-FVUAIT37.js} +2 -2
- package/dist/{chunk-LHZ3RCIN.js → chunk-FWX3KCDM.js} +4 -4
- package/dist/{chunk-SCNOIKOQ.js → chunk-FX2HB3CJ.js} +4 -4
- package/dist/{chunk-R22HUUQW.js → chunk-GYP4MV72.js} +4 -4
- package/dist/{chunk-W7EZ3DI2.js → chunk-HV364V3E.js} +2 -2
- package/dist/{chunk-LPCMBLBT.js → chunk-ISDSND4L.js} +2 -2
- package/dist/{chunk-Z2J5LDVI.js → chunk-JHVVETTP.js} +2 -2
- package/dist/{chunk-LVUMM4RR.js → chunk-K3GASX6Y.js} +3 -3
- package/dist/{chunk-IE22KZB4.js → chunk-KM4TMAQ2.js} +4 -4
- package/dist/{chunk-KB4EYUCM.js → chunk-N3U3EHOE.js} +3 -3
- package/dist/{chunk-3OIDVZIZ.js → chunk-ORDEDRCZ.js} +3 -3
- package/dist/{chunk-NMJ32OLZ.js → chunk-OWCYMR5Y.js} +3 -3
- package/dist/{chunk-ERVB6ERU.js → chunk-OWLPHMUA.js} +3 -3
- package/dist/{chunk-VIXV54Z3.js → chunk-RYTZQSHH.js} +2 -2
- package/dist/{chunk-O5S7ECCZ.js → chunk-S2IXL3EU.js} +2 -2
- package/dist/{chunk-RWM5FAVP.js → chunk-TLZ4ZBH3.js} +3 -3
- package/dist/{chunk-FFD6XASY.js → chunk-TV5WOUSX.js} +2 -2
- package/dist/{chunk-M2JUZYE2.js → chunk-UQUVQV3X.js} +3 -3
- package/dist/{chunk-ZSAVT23I.js → chunk-VHEJRU4K.js} +5 -5
- package/dist/{chunk-X4LOZIBE.js → chunk-VQ3R5DHS.js} +3 -3
- package/dist/{chunk-LCWE2LYP.js → chunk-WHP4CEBJ.js} +6 -6
- package/dist/{chunk-JIAAL2TZ.js → chunk-Y3MSANL5.js} +2 -2
- package/dist/{chunk-G5AZEIPL.js → chunk-YNL4XNMX.js} +4 -4
- package/dist/{chunk-N3NJFO2L.js → chunk-YPWRQ5AU.js} +3 -3
- package/dist/cli/commands/auth/logout.js +10 -10
- package/dist/cli/commands/auth/logout.test.js +11 -11
- package/dist/cli/commands/debug/command-flags.js +9 -9
- package/dist/cli/commands/demo/catalog.js +10 -10
- package/dist/cli/commands/demo/generate-file.js +10 -10
- package/dist/cli/commands/demo/index.js +10 -10
- package/dist/cli/commands/demo/print-ai-prompt.js +10 -10
- package/dist/cli/commands/docs/generate.js +9 -9
- package/dist/cli/commands/docs/generate.test.js +9 -9
- package/dist/cli/commands/help.js +9 -9
- package/dist/cli/commands/kitchen-sink/async.js +10 -10
- package/dist/cli/commands/kitchen-sink/async.test.js +10 -10
- package/dist/cli/commands/kitchen-sink/index.js +12 -12
- package/dist/cli/commands/kitchen-sink/index.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/prompts.js +10 -10
- package/dist/cli/commands/kitchen-sink/prompts.test.js +10 -10
- package/dist/cli/commands/kitchen-sink/static.js +10 -10
- package/dist/cli/commands/kitchen-sink/static.test.js +10 -10
- package/dist/cli/commands/search.js +10 -10
- package/dist/cli/commands/upgrade.js +10 -10
- package/dist/cli/commands/version.js +10 -10
- package/dist/cli/commands/version.test.js +10 -10
- package/dist/cli/services/commands/search.js +2 -2
- package/dist/cli/services/commands/search.test.js +2 -2
- package/dist/cli/services/commands/version.js +3 -3
- package/dist/cli/services/commands/version.test.js +4 -4
- package/dist/cli/services/demo.js +2 -2
- package/dist/cli/services/demo.test.js +2 -2
- package/dist/cli/services/kitchen-sink/async.js +2 -2
- package/dist/cli/services/kitchen-sink/prompts.js +2 -2
- package/dist/cli/services/kitchen-sink/static.js +2 -2
- package/dist/cli/services/upgrade.js +3 -3
- package/dist/cli/services/upgrade.test.js +5 -5
- package/dist/{custom-oclif-loader-BSIFJNCW.js → custom-oclif-loader-TBU3GENB.js} +2 -2
- package/dist/{error-handler-C74V2WGU.js → error-handler-IL72ACEX.js} +8 -8
- package/dist/hooks/postrun.js +6 -6
- package/dist/hooks/prerun.js +6 -6
- package/dist/index.js +1844 -421
- package/dist/{local-CWK27QUL.js → local-OE2I46PA.js} +2 -2
- package/dist/{morph-QZYXTRWT.js → morph-UIXWG2S7.js} +9 -9
- package/dist/{node-633BFJCW.js → node-SDBKEHIV.js} +13 -13
- package/dist/{node-package-manager-LEJ5DHOS.js → node-package-manager-LPDV6HZY.js} +3 -3
- package/dist/{system-2NQHDALO.js → system-SGABHAU2.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-PLFRNPYP.js → ui-WB42ZV4M.js} +2 -2
- package/dist/{workerd-2EAKOGOR.js → workerd-YWTPL4SF.js} +12 -12
- package/oclif.manifest.json +2 -12
- package/package.json +7 -7
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-2NCWYVM4.js";
|
|
21
21
|
import "./chunk-P7JUHQKL.js";
|
|
22
22
|
import "./chunk-27ILOE3X.js";
|
|
23
23
|
import "./chunk-SNOECVP4.js";
|
|
@@ -52,4 +52,4 @@ export {
|
|
|
52
52
|
renderTextPrompt,
|
|
53
53
|
renderWarning
|
|
54
54
|
};
|
|
55
|
-
//# sourceMappingURL=ui-
|
|
55
|
+
//# sourceMappingURL=ui-WB42ZV4M.js.map
|
|
@@ -10,18 +10,18 @@ import {
|
|
|
10
10
|
importLocal,
|
|
11
11
|
logRequestLine,
|
|
12
12
|
setConstructors
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-BRO6DC7D.js";
|
|
14
|
+
import "./chunk-TLZ4ZBH3.js";
|
|
15
|
+
import "./chunk-KM4TMAQ2.js";
|
|
16
|
+
import "./chunk-WHP4CEBJ.js";
|
|
17
|
+
import "./chunk-2JRUKBKX.js";
|
|
18
|
+
import "./chunk-7NPDPZ22.js";
|
|
19
19
|
import "./chunk-VSLR7ET4.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-RYTZQSHH.js";
|
|
21
|
+
import "./chunk-JHVVETTP.js";
|
|
22
22
|
import "./chunk-BYPQXSAL.js";
|
|
23
23
|
import "./chunk-O5K4AU7Q.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-HV364V3E.js";
|
|
25
25
|
import "./chunk-NLUGD7PZ.js";
|
|
26
26
|
import {
|
|
27
27
|
AbortError,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
readFile,
|
|
31
31
|
renderSuccess,
|
|
32
32
|
source_default
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-2NCWYVM4.js";
|
|
34
34
|
import "./chunk-P7JUHQKL.js";
|
|
35
35
|
import "./chunk-27ILOE3X.js";
|
|
36
36
|
import "./chunk-SNOECVP4.js";
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
init_cjs_shims
|
|
52
52
|
} from "./chunk-POZ5MGPT.js";
|
|
53
53
|
|
|
54
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
54
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
|
|
55
55
|
init_cjs_shims();
|
|
56
56
|
import { createRequire } from "node:module";
|
|
57
57
|
async function startWorkerdServer({
|
|
@@ -170,4 +170,4 @@ async function startWorkerdServer({
|
|
|
170
170
|
export {
|
|
171
171
|
startWorkerdServer
|
|
172
172
|
};
|
|
173
|
-
//# sourceMappingURL=workerd-
|
|
173
|
+
//# sourceMappingURL=workerd-YWTPL4SF.js.map
|
package/oclif.manifest.json
CHANGED
|
@@ -2966,7 +2966,7 @@
|
|
|
2966
2966
|
},
|
|
2967
2967
|
"preview": {
|
|
2968
2968
|
"allowNo": false,
|
|
2969
|
-
"description": "Deploys to the Preview environment.
|
|
2969
|
+
"description": "Deploys to the Preview environment.",
|
|
2970
2970
|
"name": "preview",
|
|
2971
2971
|
"required": false,
|
|
2972
2972
|
"type": "boolean"
|
|
@@ -3165,11 +3165,6 @@
|
|
|
3165
3165
|
"name": "verbose",
|
|
3166
3166
|
"required": false,
|
|
3167
3167
|
"type": "boolean"
|
|
3168
|
-
},
|
|
3169
|
-
"worker": {
|
|
3170
|
-
"hidden": true,
|
|
3171
|
-
"name": "worker",
|
|
3172
|
-
"type": "boolean"
|
|
3173
3168
|
}
|
|
3174
3169
|
},
|
|
3175
3170
|
"hasDynamicHelp": false,
|
|
@@ -3883,11 +3878,6 @@
|
|
|
3883
3878
|
"description": "Watches for changes and rebuilds the project.",
|
|
3884
3879
|
"name": "watch",
|
|
3885
3880
|
"type": "boolean"
|
|
3886
|
-
},
|
|
3887
|
-
"worker": {
|
|
3888
|
-
"hidden": true,
|
|
3889
|
-
"name": "worker",
|
|
3890
|
-
"type": "boolean"
|
|
3891
3881
|
}
|
|
3892
3882
|
},
|
|
3893
3883
|
"hasDynamicHelp": false,
|
|
@@ -6509,5 +6499,5 @@
|
|
|
6509
6499
|
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
|
|
6510
6500
|
}
|
|
6511
6501
|
},
|
|
6512
|
-
"version": "3.69.
|
|
6502
|
+
"version": "3.69.4"
|
|
6513
6503
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.69.
|
|
3
|
+
"version": "3.69.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"keywords": [
|
|
@@ -96,12 +96,12 @@
|
|
|
96
96
|
"@oclif/core": "3.26.5",
|
|
97
97
|
"@oclif/plugin-commands": "3.3.2",
|
|
98
98
|
"@oclif/plugin-plugins": "5.1.2",
|
|
99
|
-
"@shopify/app": "3.69.
|
|
100
|
-
"@shopify/cli-kit": "3.69.
|
|
101
|
-
"@shopify/plugin-cloudflare": "3.69.
|
|
102
|
-
"@shopify/plugin-did-you-mean": "3.69.
|
|
103
|
-
"@shopify/theme": "3.69.
|
|
104
|
-
"@shopify/cli-hydrogen": "
|
|
99
|
+
"@shopify/app": "3.69.4",
|
|
100
|
+
"@shopify/cli-kit": "3.69.4",
|
|
101
|
+
"@shopify/plugin-cloudflare": "3.69.4",
|
|
102
|
+
"@shopify/plugin-did-you-mean": "3.69.4",
|
|
103
|
+
"@shopify/theme": "3.69.4",
|
|
104
|
+
"@shopify/cli-hydrogen": "9.0.2",
|
|
105
105
|
"@types/node": "18.19.3",
|
|
106
106
|
"@typescript-eslint/eslint-plugin": "7.13.1",
|
|
107
107
|
"@vitest/coverage-istanbul": "^1.6.0",
|