@open-tender/cloud 0.3.6 → 0.3.7
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/.DS_Store
ADDED
|
Binary file
|
|
@@ -170,7 +170,7 @@ export declare const selectCustomerPointsProgram: (orderType: OrderType | null)
|
|
|
170
170
|
clearCache: () => void;
|
|
171
171
|
};
|
|
172
172
|
export declare const selectCustomerPoints: (orderType: OrderType | null) => (state: AppState) => {
|
|
173
|
-
name: string
|
|
173
|
+
name: string;
|
|
174
174
|
points: `${number}.${number}` | null;
|
|
175
175
|
} | null;
|
|
176
176
|
export declare const selectPointsProgram: (state: AppState) => import("@open-tender/types").LoyaltyProgram | null;
|
|
@@ -170,7 +170,7 @@ export declare const selectCustomerPointsProgram: (orderType: OrderType | null)
|
|
|
170
170
|
clearCache: () => void;
|
|
171
171
|
};
|
|
172
172
|
export declare const selectCustomerPoints: (orderType: OrderType | null) => (state: AppState) => {
|
|
173
|
-
name: string
|
|
173
|
+
name: string;
|
|
174
174
|
points: `${number}.${number}` | null;
|
|
175
175
|
} | null;
|
|
176
176
|
export declare const selectPointsProgram: (state: AppState) => import("@open-tender/types").LoyaltyProgram | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/cloud",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our cloud-based Order API.",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typescript": "^4.8.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@open-tender/types": "^0.3.
|
|
52
|
+
"@open-tender/types": "^0.3.19",
|
|
53
53
|
"@open-tender/utils": "^0.3.10",
|
|
54
54
|
"@reduxjs/toolkit": "^1.8.5",
|
|
55
55
|
"react": "^18.2.0"
|