@jay-framework/wix-stores 0.16.1 → 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.
- package/dist/index.client.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +15 -15
package/dist/index.client.js
CHANGED
|
@@ -27,7 +27,7 @@ function getProductsV3Client(wixClient) {
|
|
|
27
27
|
}
|
|
28
28
|
return instances.productsV3ClientInstance;
|
|
29
29
|
}
|
|
30
|
-
const WIX_STORES_CONTEXT = createJayContext();
|
|
30
|
+
const WIX_STORES_CONTEXT = createJayContext("wix:stores");
|
|
31
31
|
function provideWixStoresContext() {
|
|
32
32
|
const wixClientContext = useGlobalContext(WIX_CLIENT_CONTEXT);
|
|
33
33
|
const wixClient = wixClientContext.client;
|
package/dist/index.js
CHANGED
|
@@ -1516,7 +1516,7 @@ async function renderSlowlyChanging(props, wixStores) {
|
|
|
1516
1516
|
});
|
|
1517
1517
|
}
|
|
1518
1518
|
const categoryList = makeJayStackComponent().withProps().withServices(WIX_STORES_SERVICE_MARKER).withSlowlyRender(renderSlowlyChanging);
|
|
1519
|
-
const WIX_STORES_CONTEXT = createJayContext();
|
|
1519
|
+
const WIX_STORES_CONTEXT = createJayContext("wix:stores");
|
|
1520
1520
|
function loadWixStoresConfig() {
|
|
1521
1521
|
const configPath = path.join(process.cwd(), "config", ".wix-stores.yaml");
|
|
1522
1522
|
const defaults = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/wix-stores",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Wix Stores 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.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/categories": "^1.0.185",
|
|
49
49
|
"@wix/sdk": "^1.21.5",
|
|
50
50
|
"@wix/sdk-runtime": "^1.0.11",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@babel/core": "^7.23.7",
|
|
56
56
|
"@babel/preset-env": "^7.23.8",
|
|
57
57
|
"@babel/preset-typescript": "^7.23.3",
|
|
58
|
-
"@jay-framework/compiler-jay-stack": "^0.16.
|
|
59
|
-
"@jay-framework/jay-cli": "^0.16.
|
|
60
|
-
"@jay-framework/jay-stack-cli": "^0.16.
|
|
61
|
-
"@jay-framework/vite-plugin": "^0.16.
|
|
58
|
+
"@jay-framework/compiler-jay-stack": "^0.16.3",
|
|
59
|
+
"@jay-framework/jay-cli": "^0.16.3",
|
|
60
|
+
"@jay-framework/jay-stack-cli": "^0.16.3",
|
|
61
|
+
"@jay-framework/vite-plugin": "^0.16.3",
|
|
62
62
|
"nodemon": "^3.0.3",
|
|
63
63
|
"rimraf": "^5.0.5",
|
|
64
64
|
"tslib": "^2.6.2",
|