@shopify/cli 3.64.0 → 3.64.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/starter/.graphqlrc.ts +27 -0
- package/dist/assets/hydrogen/starter/CHANGELOG.md +16 -7
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +3 -3
- package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/Search.tsx +0 -1
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +1 -1
- package/dist/assets/hydrogen/starter/package.json +6 -6
- package/dist/{chunk-W26344X5.js → chunk-2DXCIFDK.js} +2 -2
- package/dist/{chunk-BKBHZTOE.js → chunk-63D4EGTO.js} +3 -3
- package/dist/{chunk-L5WUZYLP.js → chunk-6PJAGL2L.js} +4 -4
- package/dist/{chunk-PWYMBX34.js → chunk-7PVTYKQI.js} +5 -5
- package/dist/{chunk-JSLLI5MY.js → chunk-7TIDA343.js} +3 -3
- package/dist/{chunk-G4TC4KHZ.js → chunk-7W6SRTYP.js} +3 -3
- package/dist/{chunk-QI5O2CU6.js → chunk-ARCFCLME.js} +5 -5
- package/dist/{chunk-RX7VCI62.js → chunk-ATGUMSCJ.js} +4 -4
- package/dist/{chunk-YLPSXWEZ.js → chunk-B3D5VLUA.js} +2 -2
- package/dist/{chunk-UTXBNNRZ.js → chunk-DX43V2L4.js} +3 -3
- package/dist/{chunk-I6HNYSMO.js → chunk-FDLU3RD4.js} +4 -4
- package/dist/{chunk-GEAZ65AU.js → chunk-H6AQTECB.js} +132 -206
- package/dist/{chunk-LQX3GDBO.js → chunk-JNUJZFQL.js} +2 -2
- package/dist/{chunk-VPPZXHAK.js → chunk-KUVX423E.js} +2 -2
- package/dist/{chunk-CLBFKLWA.js → chunk-KZTALMEV.js} +4 -4
- package/dist/{chunk-TSZPIP7J.js → chunk-M6KGRVDD.js} +3 -3
- package/dist/{chunk-6TPBPH6V.js → chunk-NLE3ZLU6.js} +2 -2
- package/dist/{chunk-LVLKZYIC.js → chunk-OVWFZSJT.js} +2 -2
- package/dist/{chunk-PIJQNKK6.js → chunk-OXMHVKM3.js} +4 -4
- package/dist/{chunk-7GYETEC3.js → chunk-QNI6VLVR.js} +3 -3
- package/dist/{chunk-LHP5F5LY.js → chunk-QYT42J3T.js} +3 -3
- package/dist/{chunk-H66NIXGL.js → chunk-S3HWVIGJ.js} +4 -4
- package/dist/{chunk-GUB3OCYR.js → chunk-S7A7BHNA.js} +4 -4
- package/dist/{chunk-6LPAIJ4Y.js → chunk-SSAUIEBT.js} +2 -2
- package/dist/{chunk-TCQUNDAY.js → chunk-UQQI7TQG.js} +3 -3
- package/dist/{chunk-X34BQYQP.js → chunk-UXA5YROL.js} +2 -2
- package/dist/{chunk-2TZRSXDZ.js → chunk-V7NH4SZB.js} +2 -2
- package/dist/{chunk-KDK32T2A.js → chunk-WVY52EEZ.js} +4 -4
- package/dist/{chunk-QCK4QLB3.js → chunk-X3OUSYUQ.js} +2 -2
- package/dist/{chunk-5A6QTLMF.js → chunk-XNCQBHNR.js} +4 -4
- package/dist/{chunk-WIG6CPGR.js → chunk-ZIGJPI5N.js} +5 -5
- package/dist/{chunk-C2AKAEMR.js → chunk-ZKWHKX2C.js} +5 -5
- package/dist/{chunk-LP2H26NY.js → chunk-ZRGD2HUL.js} +3 -3
- package/dist/{chunk-T7DHXEC7.js → chunk-ZVT2WZZF.js} +2 -2
- 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 +9 -9
- 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 +4 -4
- package/dist/cli/services/commands/version.test.js +5 -5
- 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-F5UKFNJS.js → custom-oclif-loader-BQAFOUNG.js} +2 -2
- package/dist/{error-handler-GCSQB44R.js → error-handler-S56KHSGD.js} +8 -8
- package/dist/hooks/postrun.js +6 -6
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +225 -159
- package/dist/{local-VDSO2Y52.js → local-UQAQKOVL.js} +2 -2
- package/dist/{morph-DQWX4LPS.js → morph-DN4AZJZW.js} +9 -9
- package/dist/{node-3B62KLPY.js → node-GZYZUMBW.js} +13 -13
- package/dist/{node-package-manager-QLAS6UPG.js → node-package-manager-AOVZD6TP.js} +3 -3
- package/dist/{system-CPU6ZDBW.js → system-G7DVECOP.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-Y4GW3DUK.js → ui-2AOZFYFM.js} +2 -2
- package/dist/{workerd-LSXMDY5M.js → workerd-2MO23YDQ.js} +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
- package/dist/assets/hydrogen/starter/.graphqlrc.yml +0 -12
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-NLE3ZLU6.js";
|
|
21
21
|
import "./chunk-JIJ65JT6.js";
|
|
22
22
|
import "./chunk-NO7MYZEO.js";
|
|
23
23
|
import "./chunk-GEN4RXTD.js";
|
|
@@ -54,4 +54,4 @@ export {
|
|
|
54
54
|
renderTextPrompt,
|
|
55
55
|
renderWarning
|
|
56
56
|
};
|
|
57
|
-
//# sourceMappingURL=ui-
|
|
57
|
+
//# sourceMappingURL=ui-2AOZFYFM.js.map
|
|
@@ -10,19 +10,19 @@ import {
|
|
|
10
10
|
importLocal,
|
|
11
11
|
logRequestLine,
|
|
12
12
|
setConstructors
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-H6AQTECB.js";
|
|
14
|
+
import "./chunk-ZIGJPI5N.js";
|
|
15
15
|
import "./chunk-NPH2SXRO.js";
|
|
16
16
|
import "./chunk-EJITPGUJ.js";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-XNCQBHNR.js";
|
|
18
|
+
import "./chunk-7PVTYKQI.js";
|
|
19
|
+
import "./chunk-ZKWHKX2C.js";
|
|
20
20
|
import "./chunk-DL3MKXVR.js";
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-S3HWVIGJ.js";
|
|
22
|
+
import "./chunk-2DXCIFDK.js";
|
|
23
23
|
import "./chunk-FMKVOTQK.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-B3D5VLUA.js";
|
|
25
|
+
import "./chunk-X3OUSYUQ.js";
|
|
26
26
|
import "./chunk-PRJ3U7MR.js";
|
|
27
27
|
import {
|
|
28
28
|
AbortError,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
readFile,
|
|
32
32
|
renderSuccess,
|
|
33
33
|
source_default
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-NLE3ZLU6.js";
|
|
35
35
|
import "./chunk-JIJ65JT6.js";
|
|
36
36
|
import "./chunk-NO7MYZEO.js";
|
|
37
37
|
import "./chunk-GEN4RXTD.js";
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
init_cjs_shims
|
|
55
55
|
} from "./chunk-ZPL24Y2D.js";
|
|
56
56
|
|
|
57
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
57
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
58
58
|
init_cjs_shims();
|
|
59
59
|
import { createRequire } from "node:module";
|
|
60
60
|
async function startWorkerdServer({
|
|
@@ -191,4 +191,4 @@ async function startWorkerdServer({
|
|
|
191
191
|
export {
|
|
192
192
|
startWorkerdServer
|
|
193
193
|
};
|
|
194
|
-
//# sourceMappingURL=workerd-
|
|
194
|
+
//# sourceMappingURL=workerd-2MO23YDQ.js.map
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.64.
|
|
3
|
+
"version": "3.64.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"keywords": [
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"@oclif/core": "3.26.5",
|
|
93
93
|
"@oclif/plugin-commands": "3.3.2",
|
|
94
94
|
"@oclif/plugin-plugins": "5.1.2",
|
|
95
|
-
"@shopify/app": "3.64.
|
|
96
|
-
"@shopify/cli-kit": "3.64.
|
|
97
|
-
"@shopify/plugin-cloudflare": "3.64.
|
|
98
|
-
"@shopify/plugin-did-you-mean": "3.64.
|
|
99
|
-
"@shopify/theme": "3.64.
|
|
100
|
-
"@shopify/cli-hydrogen": "
|
|
95
|
+
"@shopify/app": "3.64.1",
|
|
96
|
+
"@shopify/cli-kit": "3.64.1",
|
|
97
|
+
"@shopify/plugin-cloudflare": "3.64.1",
|
|
98
|
+
"@shopify/plugin-did-you-mean": "3.64.1",
|
|
99
|
+
"@shopify/theme": "3.64.1",
|
|
100
|
+
"@shopify/cli-hydrogen": "8.3.0",
|
|
101
101
|
"@types/node": "18.19.3",
|
|
102
102
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
103
103
|
"esbuild-plugin-copy": "^2.1.1",
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
projects:
|
|
2
|
-
default:
|
|
3
|
-
schema: 'node_modules/@shopify/hydrogen/storefront.schema.json'
|
|
4
|
-
documents:
|
|
5
|
-
- '!*.d.ts'
|
|
6
|
-
- '*.{ts,tsx,js,jsx}'
|
|
7
|
-
- 'app/**/*.{ts,tsx,js,jsx}'
|
|
8
|
-
- '!app/graphql/**/*.{ts,tsx,js,jsx}'
|
|
9
|
-
customer-account:
|
|
10
|
-
schema: 'node_modules/@shopify/hydrogen/customer-account.schema.json'
|
|
11
|
-
documents:
|
|
12
|
-
- 'app/graphql/customer-account/**/*.{ts,tsx,js,jsx}'
|