@shopify/cli 3.85.3 → 3.85.5
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 +155 -148
- package/dist/assets/hydrogen/starter/CHANGELOG.md +125 -49
- package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +62 -29
- package/dist/assets/hydrogen/starter/app/components/Header.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/components/SearchForm.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/SearchFormPredictive.tsx +8 -3
- package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +3 -11
- package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +2 -6
- package/dist/assets/hydrogen/starter/app/entry.client.tsx +10 -2
- package/dist/assets/hydrogen/starter/app/entry.server.tsx +5 -3
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerAddressMutations.ts +7 -4
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerDetailsQuery.ts +1 -1
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerOrderQuery.ts +4 -1
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerOrdersQuery.ts +10 -5
- package/dist/assets/hydrogen/starter/app/graphql/customer-account/CustomerUpdateMutation.ts +3 -2
- package/dist/assets/hydrogen/starter/app/lib/context.ts +34 -17
- package/dist/assets/hydrogen/starter/app/lib/fragments.ts +1 -0
- package/dist/assets/hydrogen/starter/app/lib/orderFilters.ts +90 -0
- package/dist/assets/hydrogen/starter/app/lib/redirect.ts +1 -1
- package/dist/assets/hydrogen/starter/app/lib/session.ts +1 -1
- package/dist/assets/hydrogen/starter/app/lib/variants.ts +1 -1
- package/dist/assets/hydrogen/starter/app/root.tsx +23 -18
- package/dist/assets/hydrogen/starter/app/routes/$.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/[robots.txt].tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/[sitemap.xml].tsx +2 -3
- package/dist/assets/hydrogen/starter/app/routes/_index.tsx +12 -8
- package/dist/assets/hydrogen/starter/app/routes/account.$.tsx +4 -3
- package/dist/assets/hydrogen/starter/app/routes/account._index.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +15 -11
- package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +47 -22
- package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +152 -23
- package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +11 -8
- package/dist/assets/hydrogen/starter/app/routes/account.tsx +16 -4
- package/dist/assets/hydrogen/starter/app/routes/account_.authorize.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/account_.login.tsx +5 -3
- package/dist/assets/hydrogen/starter/app/routes/account_.logout.tsx +3 -2
- package/dist/assets/hydrogen/starter/app/routes/api.$version.[graphql.json].tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +6 -10
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +10 -7
- package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +13 -7
- package/dist/assets/hydrogen/starter/app/routes/cart.$lines.tsx +3 -2
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +13 -9
- package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +8 -11
- package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +6 -6
- package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +10 -7
- package/dist/assets/hydrogen/starter/app/routes/discount.$code.tsx +3 -2
- package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +8 -6
- package/dist/assets/hydrogen/starter/app/routes/policies.$handle.tsx +7 -4
- package/dist/assets/hydrogen/starter/app/routes/policies._index.tsx +19 -13
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +9 -6
- package/dist/assets/hydrogen/starter/app/routes/search.tsx +14 -14
- package/dist/assets/hydrogen/starter/app/routes/sitemap.$type.$page[.xml].tsx +2 -3
- package/dist/assets/hydrogen/starter/app/routes.ts +1 -1
- package/dist/assets/hydrogen/starter/app/styles/app.css +53 -1
- package/dist/assets/hydrogen/starter/customer-accountapi.generated.d.ts +47 -13
- package/dist/assets/hydrogen/starter/env.d.ts +1 -39
- package/dist/assets/hydrogen/starter/eslint.config.js +35 -52
- package/dist/assets/hydrogen/starter/package.json +14 -15
- package/dist/assets/hydrogen/starter/react-router.config.ts +9 -3
- package/dist/assets/hydrogen/starter/server.ts +7 -7
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +1 -1
- package/dist/assets/hydrogen/starter/tsconfig.json +17 -13
- package/dist/assets/hydrogen/starter/vite.config.ts +3 -0
- package/dist/assets/hydrogen/virtual-routes/components/RequestDetails.jsx +13 -20
- package/dist/assets/hydrogen/virtual-routes/routes/[.]well-known.appspecific.com[.]chrome[.]devtools[.]json.jsx +37 -0
- package/dist/{chokidar-TTCYG5AA.js → chokidar-HTKREZL3.js} +482 -7
- package/dist/{chunk-RPU6TIF2.js → chunk-3ULYQTX3.js} +7 -7
- package/dist/{chunk-IHXRXBUN.js → chunk-AVSSZ6MY.js} +6 -6
- package/dist/{chunk-I4ATBX6D.js → chunk-CHLX44DR.js} +4 -4
- package/dist/{chunk-UW4ASA6Y.js → chunk-CQSO2B3C.js} +2 -2
- package/dist/{chunk-OQKAZQIC.js → chunk-DHW4GI57.js} +5 -5
- package/dist/{chunk-HTTZVPR6.js → chunk-FGSQR4VQ.js} +3 -3
- package/dist/{chunk-3XWYM7QS.js → chunk-FMD2ETAR.js} +3 -3
- package/dist/{chunk-FGEKMLLA.js → chunk-FRHZJBJZ.js} +5 -5
- package/dist/{chunk-Y4H4HMEZ.js → chunk-G2I4CD5D.js} +2 -2
- package/dist/{chunk-HS2O5IHL.js → chunk-GG2ELY5O.js} +2 -3
- package/dist/{chunk-F7TU455C.js → chunk-GQ63RYWN.js} +2 -2
- package/dist/{chunk-VVUZFYUK.js → chunk-IAX3IWUQ.js} +4 -4
- package/dist/{chunk-EWEA4LRT.js → chunk-J6T7KVRL.js} +2 -2
- package/dist/{chunk-GRVHLYQS.js → chunk-JF6DQIJR.js} +3 -3
- package/dist/{chunk-JAUHWNMJ.js → chunk-MDDWB46W.js} +5 -5
- package/dist/{chunk-QHKSKL4E.js → chunk-MR763CPY.js} +3 -3
- package/dist/{chunk-6A6GDV25.js → chunk-MUZ7NPCX.js} +4 -4
- package/dist/{chunk-NLFRHIZY.js → chunk-NMGJYSTC.js} +5 -5
- package/dist/{chunk-D5DJSKHK.js → chunk-NTCXWD2Q.js} +111 -112
- package/dist/{chunk-HBANZKAF.js → chunk-O2O5GRI6.js} +3 -3
- package/dist/{chunk-CAONVM2S.js → chunk-ODJ7LSLO.js} +3 -3
- package/dist/{chunk-5RNGA7FX.js → chunk-P46WMXBU.js} +5 -5
- package/dist/{chunk-LJXXOFEJ.js → chunk-PFBQBDNU.js} +2 -2
- package/dist/{chunk-OURS5IQY.js → chunk-PZUWEJO3.js} +3 -3
- package/dist/{chunk-VR6Z7LKU.js → chunk-R6BNSDGA.js} +3 -3
- package/dist/{chunk-AMWSD3HH.js → chunk-RAZVOMJW.js} +3 -3
- package/dist/{chunk-C45MKMJT.js → chunk-RZPYG7LO.js} +28 -25
- package/dist/{chunk-EDXQ22O4.js → chunk-SMBX232U.js} +6 -6
- package/dist/{chunk-QP2MOS2Y.js → chunk-TE4CUUT4.js} +2 -2
- package/dist/{chunk-V5ONTA7N.js → chunk-TXX6R3WL.js} +2 -2
- package/dist/{chunk-L54PNQGV.js → chunk-TYHJPUOR.js} +2 -2
- package/dist/{chunk-XJBIASMX.js → chunk-UF2X5VHR.js} +3 -3
- package/dist/{chunk-ZHKIKKU7.js → chunk-UQT7B7DM.js} +3 -3
- package/dist/{chunk-6RJ7HBOQ.js → chunk-VVDGGMKJ.js} +3 -3
- package/dist/cli/commands/auth/login.js +10 -10
- package/dist/cli/commands/auth/login.test.js +11 -11
- package/dist/cli/commands/auth/logout.js +10 -10
- package/dist/cli/commands/auth/logout.test.js +11 -11
- package/dist/cli/commands/cache/clear.js +10 -10
- package/dist/cli/commands/debug/command-flags.js +10 -10
- package/dist/cli/commands/docs/generate.js +10 -10
- package/dist/cli/commands/docs/generate.test.js +10 -10
- package/dist/cli/commands/help.js +10 -10
- package/dist/cli/commands/kitchen-sink/async.js +11 -11
- package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
- package/dist/cli/commands/kitchen-sink/index.js +13 -13
- package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
- package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
- package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
- package/dist/cli/commands/kitchen-sink/static.js +11 -11
- package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
- package/dist/cli/commands/notifications/generate.js +11 -11
- package/dist/cli/commands/notifications/list.js +11 -11
- package/dist/cli/commands/search.js +11 -11
- package/dist/cli/commands/upgrade.js +11 -11
- package/dist/cli/commands/version.js +11 -11
- package/dist/cli/commands/version.test.js +11 -11
- package/dist/cli/services/commands/notifications.js +6 -6
- 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/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 +4 -4
- package/dist/{custom-oclif-loader-YDKLB47A.js → custom-oclif-loader-X7GLA66E.js} +2 -2
- package/dist/{error-handler-BYZU2C5C.js → error-handler-QOTWDLMF.js} +8 -8
- package/dist/hooks/postrun.js +6 -6
- package/dist/hooks/prerun.js +7 -7
- package/dist/index.js +1800 -3480
- package/dist/{local-XLJD5WYP.js → local-FS3UI7PE.js} +2 -2
- package/dist/{morph-5D7H6MU2.js → morph-D4BXY376.js} +9 -9
- package/dist/{node-package-manager-I7AWSWJ4.js → node-package-manager-TX3WZQGI.js} +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-2AJAFJYY.js → ui-PUN5STUM.js} +2 -2
- package/dist/{workerd-4DJKRJUB.js → workerd-GJFM5MYN.js} +12 -12
- package/oclif.manifest.json +11 -56
- package/package.json +8 -8
- package/dist/chokidar-XUA2BN3J.js +0 -1120
- package/dist/chunk-F7J5CUMZ.js +0 -497
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderTasks,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-GG2ELY5O.js";
|
|
21
21
|
import "./chunk-F7F4BQYW.js";
|
|
22
22
|
import "./chunk-UMUTXITN.js";
|
|
23
23
|
import "./chunk-UATXMR5F.js";
|
|
@@ -48,4 +48,4 @@ export {
|
|
|
48
48
|
renderTextPrompt,
|
|
49
49
|
renderWarning
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=ui-
|
|
51
|
+
//# sourceMappingURL=ui-PUN5STUM.js.map
|
|
@@ -10,20 +10,20 @@ import {
|
|
|
10
10
|
importLocal,
|
|
11
11
|
logRequestLine,
|
|
12
12
|
setConstructors
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-NTCXWD2Q.js";
|
|
14
14
|
import "./chunk-EFOOQV72.js";
|
|
15
15
|
import "./chunk-CTFDRWUN.js";
|
|
16
16
|
import "./chunk-7IK72W75.js";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-NMGJYSTC.js";
|
|
18
|
+
import "./chunk-RZPYG7LO.js";
|
|
19
19
|
import "./chunk-SHWOPMLQ.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-SMBX232U.js";
|
|
21
|
+
import "./chunk-FRHZJBJZ.js";
|
|
22
|
+
import "./chunk-AVSSZ6MY.js";
|
|
23
|
+
import "./chunk-JF6DQIJR.js";
|
|
24
24
|
import "./chunk-25IMI7TH.js";
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-CQSO2B3C.js";
|
|
26
|
+
import "./chunk-TYHJPUOR.js";
|
|
27
27
|
import {
|
|
28
28
|
AbortError,
|
|
29
29
|
createFileReadStream,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
readFile,
|
|
32
32
|
renderSuccess,
|
|
33
33
|
source_default
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-GG2ELY5O.js";
|
|
35
35
|
import "./chunk-F7F4BQYW.js";
|
|
36
36
|
import "./chunk-UMUTXITN.js";
|
|
37
37
|
import "./chunk-UATXMR5F.js";
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
init_cjs_shims
|
|
49
49
|
} from "./chunk-PKR7KJ6P.js";
|
|
50
50
|
|
|
51
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.
|
|
51
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.4_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_c52e2457cf80ea7b83331106203d4a49/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
|
|
52
52
|
init_cjs_shims();
|
|
53
53
|
import { createRequire } from "node:module";
|
|
54
54
|
async function startWorkerdServer({
|
|
@@ -167,4 +167,4 @@ async function startWorkerdServer({
|
|
|
167
167
|
export {
|
|
168
168
|
startWorkerdServer
|
|
169
169
|
};
|
|
170
|
-
//# sourceMappingURL=workerd-
|
|
170
|
+
//# sourceMappingURL=workerd-GJFM5MYN.js.map
|
package/oclif.manifest.json
CHANGED
|
@@ -2810,14 +2810,6 @@
|
|
|
2810
2810
|
"required": false,
|
|
2811
2811
|
"type": "option"
|
|
2812
2812
|
},
|
|
2813
|
-
"diff": {
|
|
2814
|
-
"allowNo": false,
|
|
2815
|
-
"description": "Applies the current files on top of Hydrogen's starter template in a temporary directory.",
|
|
2816
|
-
"hidden": true,
|
|
2817
|
-
"name": "diff",
|
|
2818
|
-
"required": false,
|
|
2819
|
-
"type": "boolean"
|
|
2820
|
-
},
|
|
2821
2813
|
"disable-route-warning": {
|
|
2822
2814
|
"allowNo": false,
|
|
2823
2815
|
"description": "Disables any warnings about missing standard routes.",
|
|
@@ -2933,14 +2925,6 @@
|
|
|
2933
2925
|
"required": false,
|
|
2934
2926
|
"type": "option"
|
|
2935
2927
|
},
|
|
2936
|
-
"diff": {
|
|
2937
|
-
"allowNo": false,
|
|
2938
|
-
"description": "Applies the current files on top of Hydrogen's starter template in a temporary directory.",
|
|
2939
|
-
"hidden": true,
|
|
2940
|
-
"name": "diff",
|
|
2941
|
-
"required": false,
|
|
2942
|
-
"type": "boolean"
|
|
2943
|
-
},
|
|
2944
2928
|
"force-sfapi-version": {
|
|
2945
2929
|
"description": "Force generating Storefront API types for a specific version instead of using the one provided in Hydrogen. A token can also be provided with this format: `<version>:<token>`.",
|
|
2946
2930
|
"hasDynamicHelp": false,
|
|
@@ -3040,14 +3024,6 @@
|
|
|
3040
3024
|
"descriptionWithMarkdown": "Builds the app and runs the resulting code to profile the server startup time, watching for changes. This command can be used to [debug slow app startup times](https://shopify.dev/docs/custom-storefronts/hydrogen/debugging/cpu-startup) that cause failed deployments in Oxygen.\n\n The profiling results are written to a `.cpuprofile` file that can be viewed with certain tools such as [Flame Chart Visualizer for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-js-profile-flame).",
|
|
3041
3025
|
"enableJsonFlag": false,
|
|
3042
3026
|
"flags": {
|
|
3043
|
-
"diff": {
|
|
3044
|
-
"allowNo": false,
|
|
3045
|
-
"description": "Applies the current files on top of Hydrogen's starter template in a temporary directory.",
|
|
3046
|
-
"hidden": true,
|
|
3047
|
-
"name": "diff",
|
|
3048
|
-
"required": false,
|
|
3049
|
-
"type": "boolean"
|
|
3050
|
-
},
|
|
3051
3027
|
"entry": {
|
|
3052
3028
|
"description": "Entry file for the worker. Defaults to `./server`.",
|
|
3053
3029
|
"env": "SHOPIFY_HYDROGEN_FLAG_ENTRY",
|
|
@@ -3121,14 +3097,6 @@
|
|
|
3121
3097
|
"required": false,
|
|
3122
3098
|
"type": "option"
|
|
3123
3099
|
},
|
|
3124
|
-
"diff": {
|
|
3125
|
-
"allowNo": false,
|
|
3126
|
-
"description": "Applies the current files on top of Hydrogen's starter template in a temporary directory.",
|
|
3127
|
-
"hidden": true,
|
|
3128
|
-
"name": "diff",
|
|
3129
|
-
"required": false,
|
|
3130
|
-
"type": "boolean"
|
|
3131
|
-
},
|
|
3132
3100
|
"entry": {
|
|
3133
3101
|
"description": "Entry file for the worker. Defaults to `./server`.",
|
|
3134
3102
|
"env": "SHOPIFY_HYDROGEN_FLAG_ENTRY",
|
|
@@ -3176,6 +3144,13 @@
|
|
|
3176
3144
|
"required": false,
|
|
3177
3145
|
"type": "boolean"
|
|
3178
3146
|
},
|
|
3147
|
+
"force-client-sourcemap": {
|
|
3148
|
+
"allowNo": false,
|
|
3149
|
+
"description": "Client sourcemapping is avoided by default because it makes backend code visible in the browser. Use this flag to force enabling it.",
|
|
3150
|
+
"env": "SHOPIFY_HYDROGEN_FLAG_FORCE_CLIENT_SOURCEMAP",
|
|
3151
|
+
"name": "force-client-sourcemap",
|
|
3152
|
+
"type": "boolean"
|
|
3153
|
+
},
|
|
3179
3154
|
"json-output": {
|
|
3180
3155
|
"allowNo": true,
|
|
3181
3156
|
"description": "Create a JSON file containing the deployment details in CI environments. Defaults to true, use `--no-json-output` to disable.",
|
|
@@ -3305,12 +3280,11 @@
|
|
|
3305
3280
|
"required": false,
|
|
3306
3281
|
"type": "option"
|
|
3307
3282
|
},
|
|
3308
|
-
"customer-account-
|
|
3283
|
+
"customer-account-push": {
|
|
3309
3284
|
"allowNo": false,
|
|
3310
|
-
"description": "Use tunneling for local development and push the tunneling domain to admin. Required to use Customer Account API's
|
|
3285
|
+
"description": "Use tunneling for local development and push the tunneling domain to admin. Required to use Customer Account API's OAuth flow",
|
|
3311
3286
|
"env": "SHOPIFY_HYDROGEN_FLAG_CUSTOMER_ACCOUNT_PUSH",
|
|
3312
|
-
"
|
|
3313
|
-
"name": "customer-account-push__unstable",
|
|
3287
|
+
"name": "customer-account-push",
|
|
3314
3288
|
"required": false,
|
|
3315
3289
|
"type": "boolean"
|
|
3316
3290
|
},
|
|
@@ -3321,14 +3295,6 @@
|
|
|
3321
3295
|
"name": "debug",
|
|
3322
3296
|
"type": "boolean"
|
|
3323
3297
|
},
|
|
3324
|
-
"diff": {
|
|
3325
|
-
"allowNo": false,
|
|
3326
|
-
"description": "Applies the current files on top of Hydrogen's starter template in a temporary directory.",
|
|
3327
|
-
"hidden": true,
|
|
3328
|
-
"name": "diff",
|
|
3329
|
-
"required": false,
|
|
3330
|
-
"type": "boolean"
|
|
3331
|
-
},
|
|
3332
3298
|
"disable-deps-optimizer": {
|
|
3333
3299
|
"allowNo": false,
|
|
3334
3300
|
"description": "Disable adding dependencies to Vite's `ssr.optimizeDeps.include` automatically",
|
|
@@ -4042,17 +4008,6 @@
|
|
|
4042
4008
|
"name": "debug",
|
|
4043
4009
|
"type": "boolean"
|
|
4044
4010
|
},
|
|
4045
|
-
"diff": {
|
|
4046
|
-
"allowNo": false,
|
|
4047
|
-
"dependsOn": [
|
|
4048
|
-
"build"
|
|
4049
|
-
],
|
|
4050
|
-
"description": "Applies the current files on top of Hydrogen's starter template in a temporary directory.",
|
|
4051
|
-
"hidden": true,
|
|
4052
|
-
"name": "diff",
|
|
4053
|
-
"required": false,
|
|
4054
|
-
"type": "boolean"
|
|
4055
|
-
},
|
|
4056
4011
|
"entry": {
|
|
4057
4012
|
"dependsOn": [
|
|
4058
4013
|
"build"
|
|
@@ -7282,5 +7237,5 @@
|
|
|
7282
7237
|
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
|
|
7283
7238
|
}
|
|
7284
7239
|
},
|
|
7285
|
-
"version": "3.85.
|
|
7240
|
+
"version": "3.85.5"
|
|
7286
7241
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.85.
|
|
3
|
+
"version": "3.85.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"keywords": [
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
"@oclif/core": "4.5.3",
|
|
99
99
|
"@oclif/plugin-commands": "4.1.33",
|
|
100
100
|
"@oclif/plugin-plugins": "5.4.47",
|
|
101
|
-
"@shopify/app": "3.85.
|
|
102
|
-
"@shopify/cli-kit": "3.85.
|
|
103
|
-
"@shopify/plugin-cloudflare": "3.85.
|
|
104
|
-
"@shopify/plugin-did-you-mean": "3.85.
|
|
105
|
-
"@shopify/theme": "3.85.
|
|
106
|
-
"@shopify/store": "3.85.
|
|
107
|
-
"@shopify/cli-hydrogen": "11.1.
|
|
101
|
+
"@shopify/app": "3.85.5",
|
|
102
|
+
"@shopify/cli-kit": "3.85.5",
|
|
103
|
+
"@shopify/plugin-cloudflare": "3.85.5",
|
|
104
|
+
"@shopify/plugin-did-you-mean": "3.85.5",
|
|
105
|
+
"@shopify/theme": "3.85.5",
|
|
106
|
+
"@shopify/store": "3.85.5",
|
|
107
|
+
"@shopify/cli-hydrogen": "11.1.4",
|
|
108
108
|
"@types/global-agent": "3.0.0",
|
|
109
109
|
"@typescript-eslint/eslint-plugin": "7.13.1",
|
|
110
110
|
"@vitest/coverage-istanbul": "^3.1.4",
|