@jay-framework/wix-data 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 +13 -13
package/dist/index.client.js
CHANGED
|
@@ -137,7 +137,7 @@ function mapItemToViewState(item, pathPrefix, slugField, whitelist) {
|
|
|
137
137
|
}
|
|
138
138
|
const collectionList = makeJayStackComponent().withProps().withInteractive(ListInteractive);
|
|
139
139
|
const collectionCard = makeJayStackComponent().withProps();
|
|
140
|
-
const WIX_DATA_CONTEXT = createJayContext();
|
|
140
|
+
const WIX_DATA_CONTEXT = createJayContext("wix:data");
|
|
141
141
|
function provideWixDataContext() {
|
|
142
142
|
const wixClientContext = useGlobalContext(WIX_CLIENT_CONTEXT);
|
|
143
143
|
const wixClient = wixClientContext.client;
|
package/dist/index.js
CHANGED
|
@@ -486,7 +486,7 @@ function provideWixDataService(wixClient, config) {
|
|
|
486
486
|
registerService(WIX_DATA_SERVICE_MARKER, service);
|
|
487
487
|
return service;
|
|
488
488
|
}
|
|
489
|
-
const WIX_DATA_CONTEXT = createJayContext();
|
|
489
|
+
const WIX_DATA_CONTEXT = createJayContext("wix:data");
|
|
490
490
|
async function* loadItemParams(services) {
|
|
491
491
|
const [wixData, contractInfo] = services;
|
|
492
492
|
if (!contractInfo?.metadata) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/wix-data",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Wix Data plugin for Jay Framework with dynamic contract generation",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"test": ":"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@jay-framework/component": "^0.16.
|
|
35
|
-
"@jay-framework/fullstack-component": "^0.16.
|
|
36
|
-
"@jay-framework/reactive": "^0.16.
|
|
37
|
-
"@jay-framework/runtime": "^0.16.
|
|
38
|
-
"@jay-framework/secure": "^0.16.
|
|
39
|
-
"@jay-framework/stack-client-runtime": "^0.16.
|
|
40
|
-
"@jay-framework/stack-server-runtime": "^0.16.
|
|
41
|
-
"@jay-framework/wix-server-client": "^0.16.
|
|
42
|
-
"@jay-framework/wix-utils": "^0.16.
|
|
34
|
+
"@jay-framework/component": "^0.16.3",
|
|
35
|
+
"@jay-framework/fullstack-component": "^0.16.3",
|
|
36
|
+
"@jay-framework/reactive": "^0.16.3",
|
|
37
|
+
"@jay-framework/runtime": "^0.16.3",
|
|
38
|
+
"@jay-framework/secure": "^0.16.3",
|
|
39
|
+
"@jay-framework/stack-client-runtime": "^0.16.3",
|
|
40
|
+
"@jay-framework/stack-server-runtime": "^0.16.3",
|
|
41
|
+
"@jay-framework/wix-server-client": "^0.16.3",
|
|
42
|
+
"@jay-framework/wix-utils": "^0.16.3",
|
|
43
43
|
"@wix/data": "^1.0.433",
|
|
44
44
|
"@wix/sdk": "^1.21.5",
|
|
45
45
|
"@wix/sdk-runtime": "^1.0.11",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"@babel/core": "^7.23.7",
|
|
50
50
|
"@babel/preset-env": "^7.23.8",
|
|
51
51
|
"@babel/preset-typescript": "^7.23.3",
|
|
52
|
-
"@jay-framework/compiler-jay-stack": "^0.16.
|
|
53
|
-
"@jay-framework/jay-cli": "^0.16.
|
|
54
|
-
"@jay-framework/vite-plugin": "^0.16.
|
|
52
|
+
"@jay-framework/compiler-jay-stack": "^0.16.3",
|
|
53
|
+
"@jay-framework/jay-cli": "^0.16.3",
|
|
54
|
+
"@jay-framework/vite-plugin": "^0.16.3",
|
|
55
55
|
"@types/js-yaml": "^4.0.9",
|
|
56
56
|
"@types/node": "^20.11.0",
|
|
57
57
|
"nodemon": "^3.0.3",
|