@anker-in/shopify-react 0.1.1-beta.13 → 0.1.1-beta.15

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.
@@ -4,7 +4,7 @@ import { ShopifyClient, ShopifyConfig, CartCookieAdapter as CartCookieAdapter$1,
4
4
  import { C as CookieAdapter, b as CartCookieAdapter, R as RouterAdapter, U as UserContextAdapter } from '../types-BLMoxbOk.mjs';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { SWRConfiguration } from 'swr';
7
- import { e as PlusMemberSettingsMetafields } from '../types-DpxtE_nv.mjs';
7
+ import { e as PlusMemberSettingsMetafields } from '../types-DX-2ABDs.mjs';
8
8
  import 'swr/mutation';
9
9
 
10
10
  interface ShopifyContextValue {
@@ -4,7 +4,7 @@ import { ShopifyClient, ShopifyConfig, CartCookieAdapter as CartCookieAdapter$1,
4
4
  import { C as CookieAdapter, b as CartCookieAdapter, R as RouterAdapter, U as UserContextAdapter } from '../types-BLMoxbOk.js';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { SWRConfiguration } from 'swr';
7
- import { e as PlusMemberSettingsMetafields } from '../types-DpxtE_nv.js';
7
+ import { e as PlusMemberSettingsMetafields } from '../types-DX-2ABDs.js';
8
8
  import 'swr/mutation';
9
9
 
10
10
  interface ShopifyContextValue {
@@ -532,7 +532,10 @@ type DeliveryCustomData = {
532
532
  discount_code?: string[];
533
533
  allow_nextday_delivery?: boolean;
534
534
  allow_thirdday_delivery?: boolean;
535
- selected_delivery_option?: string;
535
+ selected_delivery_option?: {
536
+ code?: string;
537
+ mode?: string;
538
+ };
536
539
  is_presale?: boolean;
537
540
  plus_type?: DeliveryPlusType;
538
541
  };
@@ -532,7 +532,10 @@ type DeliveryCustomData = {
532
532
  discount_code?: string[];
533
533
  allow_nextday_delivery?: boolean;
534
534
  allow_thirdday_delivery?: boolean;
535
- selected_delivery_option?: string;
535
+ selected_delivery_option?: {
536
+ code?: string;
537
+ mode?: string;
538
+ };
536
539
  is_presale?: boolean;
537
540
  plus_type?: DeliveryPlusType;
538
541
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/shopify-react",
3
- "version": "0.1.1-beta.13",
3
+ "version": "0.1.1-beta.15",
4
4
  "description": "React hooks and components for Shopify SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -47,8 +47,8 @@
47
47
  "react-dom": "^19.1.0",
48
48
  "tsup": "^8.0.0",
49
49
  "typescript": "5.9.2",
50
- "@repo/eslint-config": "0.0.0",
51
- "@repo/typescript-config": "0.0.0"
50
+ "@repo/typescript-config": "0.0.0",
51
+ "@repo/eslint-config": "0.0.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"