@jay-framework/wix-cart 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.
@@ -251,7 +251,7 @@ function mapEstimateTotalsToState(estimate) {
251
251
  };
252
252
  }
253
253
  const WIX_STORES_APP_ID = "215238eb-22a5-4c36-9e7b-e7c08025e04e";
254
- const WIX_CART_CONTEXT = createJayContext();
254
+ const WIX_CART_CONTEXT = createJayContext("wix:cart");
255
255
  function provideWixCartContext() {
256
256
  const wixClientContext = useGlobalContext(WIX_CLIENT_CONTEXT);
257
257
  const wixClient = wixClientContext.client;
package/dist/index.js CHANGED
@@ -259,7 +259,7 @@ function mapEstimateTotalsToState(estimate) {
259
259
  };
260
260
  }
261
261
  const WIX_STORES_APP_ID = "215238eb-22a5-4c36-9e7b-e7c08025e04e";
262
- const WIX_CART_CONTEXT = createJayContext();
262
+ const WIX_CART_CONTEXT = createJayContext("wix:cart");
263
263
  function provideWixCartContext() {
264
264
  const wixClientContext = useGlobalContext(WIX_CLIENT_CONTEXT);
265
265
  const wixClient = wixClientContext.client;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/wix-cart",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "type": "module",
5
5
  "description": "Wix Cart/Ecom shared package for Jay Framework",
6
6
  "license": "Apache-2.0",
@@ -37,15 +37,15 @@
37
37
  "test": ":"
38
38
  },
39
39
  "dependencies": {
40
- "@jay-framework/component": "^0.16.2",
41
- "@jay-framework/fullstack-component": "^0.16.2",
42
- "@jay-framework/reactive": "^0.16.2",
43
- "@jay-framework/runtime": "^0.16.2",
44
- "@jay-framework/secure": "^0.16.2",
45
- "@jay-framework/stack-client-runtime": "^0.16.2",
46
- "@jay-framework/stack-server-runtime": "^0.16.2",
47
- "@jay-framework/wix-server-client": "^0.16.2",
48
- "@jay-framework/wix-utils": "^0.16.2",
40
+ "@jay-framework/component": "^0.16.3",
41
+ "@jay-framework/fullstack-component": "^0.16.3",
42
+ "@jay-framework/reactive": "^0.16.3",
43
+ "@jay-framework/runtime": "^0.16.3",
44
+ "@jay-framework/secure": "^0.16.3",
45
+ "@jay-framework/stack-client-runtime": "^0.16.3",
46
+ "@jay-framework/stack-server-runtime": "^0.16.3",
47
+ "@jay-framework/wix-server-client": "^0.16.3",
48
+ "@jay-framework/wix-utils": "^0.16.3",
49
49
  "@wix/ecom": "^1.0.1996",
50
50
  "@wix/sdk": "^1.21.5",
51
51
  "@wix/sdk-runtime": "^1.0.11"
@@ -54,9 +54,9 @@
54
54
  "@babel/core": "^7.23.7",
55
55
  "@babel/preset-env": "^7.23.8",
56
56
  "@babel/preset-typescript": "^7.23.3",
57
- "@jay-framework/compiler-jay-stack": "^0.16.2",
58
- "@jay-framework/jay-cli": "^0.16.2",
59
- "@jay-framework/vite-plugin": "^0.16.2",
57
+ "@jay-framework/compiler-jay-stack": "^0.16.3",
58
+ "@jay-framework/jay-cli": "^0.16.3",
59
+ "@jay-framework/vite-plugin": "^0.16.3",
60
60
  "@jay-framework/wix-dev-environment": "^0.6.11",
61
61
  "nodemon": "^3.0.3",
62
62
  "rimraf": "^5.0.5",