@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.
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +8 -4
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +8 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/{index-C77lIEQZ.d.ts → index-Bfg4hT-O.d.ts} +2 -10
- package/dist/{index-CO_fgrFV.d.mts → index-DGaexgLe.d.mts} +2 -10
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/dist/provider/index.d.mts +1 -1
- package/dist/provider/index.d.ts +1 -1
- package/dist/{types-DpxtE_nv.d.mts → types-DX-2ABDs.d.mts} +4 -1
- package/dist/{types-DpxtE_nv.d.ts → types-DX-2ABDs.d.ts} +4 -1
- package/package.json +3 -3
|
@@ -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-
|
|
7
|
+
import { e as PlusMemberSettingsMetafields } from '../types-DX-2ABDs.mjs';
|
|
8
8
|
import 'swr/mutation';
|
|
9
9
|
|
|
10
10
|
interface ShopifyContextValue {
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -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-
|
|
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?:
|
|
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?:
|
|
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.
|
|
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/
|
|
51
|
-
"@repo/
|
|
50
|
+
"@repo/typescript-config": "0.0.0",
|
|
51
|
+
"@repo/eslint-config": "0.0.0"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|