@jay-framework/wix-stores-v1 0.16.2 → 0.16.4
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/index.client.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +14 -14
package/dist/index.client.js
CHANGED
|
@@ -193,7 +193,7 @@ function mapCollectionToViewState(collection) {
|
|
|
193
193
|
productCount: collection.numberOfProducts || 0
|
|
194
194
|
};
|
|
195
195
|
}
|
|
196
|
-
const WIX_STORES_V1_CONTEXT = createJayContext();
|
|
196
|
+
const WIX_STORES_V1_CONTEXT = createJayContext("wix:stores-v1");
|
|
197
197
|
function provideWixStoresV1Context() {
|
|
198
198
|
const wixClientContext = useGlobalContext(WIX_CLIENT_CONTEXT);
|
|
199
199
|
const wixClient = wixClientContext.client;
|
package/dist/index.js
CHANGED
|
@@ -201,7 +201,7 @@ function mapCollectionToViewState(collection) {
|
|
|
201
201
|
productCount: collection.numberOfProducts || 0
|
|
202
202
|
};
|
|
203
203
|
}
|
|
204
|
-
const WIX_STORES_V1_CONTEXT = createJayContext();
|
|
204
|
+
const WIX_STORES_V1_CONTEXT = createJayContext("wix:stores-v1");
|
|
205
205
|
function getNiceBoundaries(minPrice, maxPrice) {
|
|
206
206
|
const multipliers = [1, 2, 5];
|
|
207
207
|
const boundaries = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/wix-stores-v1",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Wix Stores Catalog V1 API client for Jay Framework",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"test": ":"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@jay-framework/component": "^0.16.
|
|
39
|
-
"@jay-framework/fullstack-component": "^0.16.
|
|
40
|
-
"@jay-framework/reactive": "^0.16.
|
|
41
|
-
"@jay-framework/runtime": "^0.16.
|
|
42
|
-
"@jay-framework/secure": "^0.16.
|
|
43
|
-
"@jay-framework/stack-client-runtime": "^0.16.
|
|
44
|
-
"@jay-framework/stack-server-runtime": "^0.16.
|
|
45
|
-
"@jay-framework/wix-cart": "^0.16.
|
|
46
|
-
"@jay-framework/wix-server-client": "^0.16.
|
|
47
|
-
"@jay-framework/wix-utils": "^0.16.
|
|
38
|
+
"@jay-framework/component": "^0.16.4",
|
|
39
|
+
"@jay-framework/fullstack-component": "^0.16.4",
|
|
40
|
+
"@jay-framework/reactive": "^0.16.4",
|
|
41
|
+
"@jay-framework/runtime": "^0.16.4",
|
|
42
|
+
"@jay-framework/secure": "^0.16.4",
|
|
43
|
+
"@jay-framework/stack-client-runtime": "^0.16.4",
|
|
44
|
+
"@jay-framework/stack-server-runtime": "^0.16.4",
|
|
45
|
+
"@jay-framework/wix-cart": "^0.16.4",
|
|
46
|
+
"@jay-framework/wix-server-client": "^0.16.4",
|
|
47
|
+
"@jay-framework/wix-utils": "^0.16.4",
|
|
48
48
|
"@wix/sdk": "^1.21.5",
|
|
49
49
|
"@wix/sdk-runtime": "^1.0.11",
|
|
50
50
|
"@wix/stores": "^1.0.742"
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@babel/core": "^7.23.7",
|
|
54
54
|
"@babel/preset-env": "^7.23.8",
|
|
55
55
|
"@babel/preset-typescript": "^7.23.3",
|
|
56
|
-
"@jay-framework/compiler-jay-stack": "^0.16.
|
|
57
|
-
"@jay-framework/jay-cli": "^0.16.
|
|
58
|
-
"@jay-framework/vite-plugin": "^0.16.
|
|
56
|
+
"@jay-framework/compiler-jay-stack": "^0.16.4",
|
|
57
|
+
"@jay-framework/jay-cli": "^0.16.4",
|
|
58
|
+
"@jay-framework/vite-plugin": "^0.16.4",
|
|
59
59
|
"nodemon": "^3.0.3",
|
|
60
60
|
"rimraf": "^5.0.5",
|
|
61
61
|
"tslib": "^2.6.2",
|