shopify 3.93.0 → 3.93.2
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 +64 -0
- package/dist/assets/hydrogen/starter/app/components/Aside.tsx +4 -2
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +6 -3
- package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +117 -23
- package/dist/assets/hydrogen/starter/app/components/Header.tsx +3 -3
- package/dist/assets/hydrogen/starter/app/components/PaginatedResourceSection.tsx +24 -4
- package/dist/assets/hydrogen/starter/app/components/ProductPrice.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/[robots.txt].tsx +14 -53
- package/dist/assets/hydrogen/starter/app/routes/_index.tsx +11 -4
- package/dist/assets/hydrogen/starter/app/routes/account.$.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +1 -1
- package/dist/assets/hydrogen/starter/package.json +5 -5
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +0 -11
- package/dist/assets/hydrogen/starter/vite.config.ts +1 -1
- package/dist/assets/hydrogen/vite/vite.config.js +1 -1
- package/dist/{chunk-DLK7L2KZ.js → chunk-4QL77VYJ.js} +3 -3
- package/dist/{chunk-U7JC7ESX.js → chunk-4VZV4LQX.js} +2 -2
- package/dist/{chunk-MYTB32VB.js → chunk-5FCKEHCK.js} +177 -181
- package/dist/{chunk-POO2TAEO.js → chunk-DDTYWTF2.js} +1 -1
- package/dist/{chunk-XV44IQDO.js → chunk-FYQIRCLV.js} +1 -1
- package/dist/{chunk-O6CC6JKI.js → chunk-IG47ZDRU.js} +1 -1
- package/dist/{chunk-SBSUITP6.js → chunk-MX6WWR5F.js} +1 -1
- package/dist/{chunk-P3ASN7B5.js → chunk-XVFYDYZA.js} +1 -1
- package/dist/cli/commands/store/auth.d.ts +1 -0
- package/dist/cli/commands/store/auth.js +10 -3
- package/dist/cli/commands/store/execute.d.ts +1 -0
- package/dist/cli/commands/store/execute.js +7 -4
- package/dist/cli/services/store/auth/callback.d.ts +8 -0
- package/dist/cli/services/store/auth/callback.js +140 -0
- package/dist/cli/services/store/{auth-config.js → auth/config.js} +1 -1
- package/dist/cli/services/store/auth/existing-scopes.d.ts +5 -0
- package/dist/cli/services/store/auth/existing-scopes.js +40 -0
- package/dist/cli/services/store/auth/index.d.ts +18 -0
- package/dist/cli/services/store/auth/index.js +88 -0
- package/dist/cli/services/store/auth/pkce.d.ts +36 -0
- package/dist/cli/services/store/auth/pkce.js +49 -0
- package/dist/cli/services/store/{auth-recovery.js → auth/recovery.js} +1 -1
- package/dist/cli/services/store/auth/result.d.ts +24 -0
- package/dist/cli/services/store/auth/result.js +39 -0
- package/dist/cli/services/store/auth/scopes.d.ts +4 -0
- package/dist/cli/services/store/auth/scopes.js +53 -0
- package/dist/cli/services/store/auth/session-lifecycle.d.ts +3 -0
- package/dist/cli/services/store/auth/session-lifecycle.js +69 -0
- package/dist/cli/services/store/{session.d.ts → auth/session-store.d.ts} +1 -2
- package/dist/cli/services/store/auth/session-store.js +127 -0
- package/dist/cli/services/store/auth/token-client.d.ts +40 -0
- package/dist/cli/services/store/auth/token-client.js +95 -0
- package/dist/cli/services/store/{admin-graphql-context.d.ts → execute/admin-context.d.ts} +3 -2
- package/dist/cli/services/store/execute/admin-context.js +41 -0
- package/dist/cli/services/store/execute/admin-transport.d.ts +6 -0
- package/dist/cli/services/store/{admin-graphql-transport.js → execute/admin-transport.js} +7 -7
- package/dist/cli/services/store/{execute.d.ts → execute/index.d.ts} +2 -3
- package/dist/cli/services/store/{execute.js → execute/index.js} +4 -11
- package/dist/cli/services/store/{execute-request.d.ts → execute/request.d.ts} +0 -2
- package/dist/cli/services/store/{execute-request.js → execute/request.js} +1 -2
- package/dist/cli/services/store/execute/result.d.ts +3 -0
- package/dist/cli/services/store/execute/result.js +29 -0
- package/dist/cli/services/store/{graphql-targets.d.ts → execute/targets.d.ts} +2 -3
- package/dist/cli/services/store/{graphql-targets.js → execute/targets.js} +5 -11
- package/dist/{error-handler-IRR4EZPS.js → error-handler-GZ2I7BG5.js} +1 -1
- package/dist/hooks/postrun.js +1 -1
- package/dist/hooks/prerun.js +1 -1
- package/dist/{http-proxy-node16-KBILO6A6.js → http-proxy-node16-DSQMBVDI.js} +1 -1
- package/dist/index.js +873 -865
- package/dist/{lib-EN3PX6IK.js → lib-GGVLMXY5.js} +1 -1
- package/dist/{local-PQUMWHWR.js → local-WHQ3ZS4K.js} +1 -1
- package/dist/{node-package-manager-HIOT5VLV.js → node-package-manager-6XMPTNUI.js} +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-QBSPD4RX.js → ui-GZ7DOSHP.js} +1 -1
- package/dist/{workerd-QSZBPNES.js → workerd-LJU6AVMQ.js} +1 -1
- package/oclif.manifest.json +24 -5
- package/package.json +7 -7
- package/dist/assets/hydrogen/starter/app/routes/api.$version.[graphql.json].tsx +0 -14
- package/dist/cli/services/store/admin-graphql-context.js +0 -103
- package/dist/cli/services/store/admin-graphql-transport.d.ts +0 -9
- package/dist/cli/services/store/auth.d.ts +0 -61
- package/dist/cli/services/store/auth.js +0 -326
- package/dist/cli/services/store/execute-result.d.ts +0 -1
- package/dist/cli/services/store/execute-result.js +0 -18
- package/dist/cli/services/store/session.js +0 -69
- /package/dist/cli/services/store/{auth-config.d.ts → auth/config.d.ts} +0 -0
- /package/dist/cli/services/store/{auth-recovery.d.ts → auth/recovery.d.ts} +0 -0
- /package/dist/{morph-6DCXNO2H.js → morph-Q32V442A.js} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "skeleton",
|
|
3
3
|
"private": true,
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "2026.
|
|
5
|
+
"version": "2026.4.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "shopify hydrogen build --codegen",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"prettier": "@shopify/prettier-config",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@shopify/hydrogen": "
|
|
17
|
+
"@shopify/hydrogen": "2026.4.0",
|
|
18
18
|
"graphql": "^16.10.0",
|
|
19
19
|
"graphql-tag": "^2.12.6",
|
|
20
20
|
"isbot": "^5.1.22",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@graphql-codegen/cli": "5.0.2",
|
|
31
31
|
"@react-router/dev": "7.12.0",
|
|
32
32
|
"@react-router/fs-routes": "7.12.0",
|
|
33
|
-
"@shopify/cli": "3.
|
|
33
|
+
"@shopify/cli": "3.91.1",
|
|
34
34
|
"@shopify/hydrogen-codegen": "0.3.3",
|
|
35
|
-
"@shopify/mini-oxygen": "4.0.
|
|
35
|
+
"@shopify/mini-oxygen": "4.0.2",
|
|
36
36
|
"@shopify/oxygen-workers-types": "^4.1.6",
|
|
37
37
|
"@shopify/prettier-config": "^1.1.2",
|
|
38
38
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"graphql-config": "^5.0.3",
|
|
55
55
|
"prettier": "^3.4.2",
|
|
56
56
|
"typescript": "^5.9.2",
|
|
57
|
-
"vite": "^6.2
|
|
57
|
+
"vite": "^6.4.2",
|
|
58
58
|
"vite-tsconfig-paths": "^4.3.1"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
@@ -377,13 +377,6 @@ export type FooterQuery = {
|
|
|
377
377
|
>;
|
|
378
378
|
};
|
|
379
379
|
|
|
380
|
-
export type StoreRobotsQueryVariables = StorefrontAPI.Exact<{
|
|
381
|
-
country?: StorefrontAPI.InputMaybe<StorefrontAPI.CountryCode>;
|
|
382
|
-
language?: StorefrontAPI.InputMaybe<StorefrontAPI.LanguageCode>;
|
|
383
|
-
}>;
|
|
384
|
-
|
|
385
|
-
export type StoreRobotsQuery = {shop: Pick<StorefrontAPI.Shop, 'id'>};
|
|
386
|
-
|
|
387
380
|
export type FeaturedCollectionFragment = Pick<
|
|
388
381
|
StorefrontAPI.Collection,
|
|
389
382
|
'id' | 'title' | 'handle'
|
|
@@ -1283,10 +1276,6 @@ interface GeneratedQueryTypes {
|
|
|
1283
1276
|
return: FooterQuery;
|
|
1284
1277
|
variables: FooterQueryVariables;
|
|
1285
1278
|
};
|
|
1286
|
-
'#graphql\n query StoreRobots($country: CountryCode, $language: LanguageCode)\n @inContext(country: $country, language: $language) {\n shop {\n id\n }\n }\n': {
|
|
1287
|
-
return: StoreRobotsQuery;
|
|
1288
|
-
variables: StoreRobotsQueryVariables;
|
|
1289
|
-
};
|
|
1290
1279
|
'#graphql\n fragment FeaturedCollection on Collection {\n id\n title\n image {\n id\n url\n altText\n width\n height\n }\n handle\n }\n query FeaturedCollection($country: CountryCode, $language: LanguageCode)\n @inContext(country: $country, language: $language) {\n collections(first: 1, sortKey: UPDATED_AT, reverse: true) {\n nodes {\n ...FeaturedCollection\n }\n }\n }\n': {
|
|
1291
1280
|
return: FeaturedCollectionQuery;
|
|
1292
1281
|
variables: FeaturedCollectionQueryVariables;
|
|
@@ -8,7 +8,7 @@ export default defineConfig({
|
|
|
8
8
|
plugins: [hydrogen(), oxygen(), reactRouter(), tsconfigPaths()],
|
|
9
9
|
build: {
|
|
10
10
|
// Allow a strict Content-Security-Policy
|
|
11
|
-
//
|
|
11
|
+
// without inlining assets as base64:
|
|
12
12
|
assetsInlineLimit: 0,
|
|
13
13
|
},
|
|
14
14
|
ssr: {
|