@jay-framework/wix-stores-v1 0.16.2 → 0.16.3

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.
@@ -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.2",
3
+ "version": "0.16.3",
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.2",
39
- "@jay-framework/fullstack-component": "^0.16.2",
40
- "@jay-framework/reactive": "^0.16.2",
41
- "@jay-framework/runtime": "^0.16.2",
42
- "@jay-framework/secure": "^0.16.2",
43
- "@jay-framework/stack-client-runtime": "^0.16.2",
44
- "@jay-framework/stack-server-runtime": "^0.16.2",
45
- "@jay-framework/wix-cart": "^0.16.2",
46
- "@jay-framework/wix-server-client": "^0.16.2",
47
- "@jay-framework/wix-utils": "^0.16.2",
38
+ "@jay-framework/component": "^0.16.3",
39
+ "@jay-framework/fullstack-component": "^0.16.3",
40
+ "@jay-framework/reactive": "^0.16.3",
41
+ "@jay-framework/runtime": "^0.16.3",
42
+ "@jay-framework/secure": "^0.16.3",
43
+ "@jay-framework/stack-client-runtime": "^0.16.3",
44
+ "@jay-framework/stack-server-runtime": "^0.16.3",
45
+ "@jay-framework/wix-cart": "^0.16.3",
46
+ "@jay-framework/wix-server-client": "^0.16.3",
47
+ "@jay-framework/wix-utils": "^0.16.3",
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.2",
57
- "@jay-framework/jay-cli": "^0.16.2",
58
- "@jay-framework/vite-plugin": "^0.16.2",
56
+ "@jay-framework/compiler-jay-stack": "^0.16.3",
57
+ "@jay-framework/jay-cli": "^0.16.3",
58
+ "@jay-framework/vite-plugin": "^0.16.3",
59
59
  "nodemon": "^3.0.3",
60
60
  "rimraf": "^5.0.5",
61
61
  "tslib": "^2.6.2",