@jay-framework/wix-stores-v1 0.18.0 → 0.18.2
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.
|
@@ -10,7 +10,7 @@ tags:
|
|
|
10
10
|
phase: fast+interactive
|
|
11
11
|
link: ./media-gallery
|
|
12
12
|
|
|
13
|
-
- {tag: description, type: data, dataType: string, description: Product description}
|
|
13
|
+
- {tag: description, type: data, dataType: html-string, description: Product description}
|
|
14
14
|
- {tag: brand, type: data, dataType: string, description: Brand name}
|
|
15
15
|
- {tag: ribbon, type: data, dataType: string, description: "Ribbon text (e.g., \"New\", \"Sale\")"}
|
|
16
16
|
- {tag: productType, type: variant, dataType: "enum (PHYSICAL | DIGITAL)", description: Product type }
|
|
@@ -69,7 +69,7 @@ tags:
|
|
|
69
69
|
tags:
|
|
70
70
|
- {tag: _id, type: data, dataType: string, description: Info section GUID}
|
|
71
71
|
- {tag: title, type: data, dataType: string, description: Info section title}
|
|
72
|
-
- {tag: plainDescription, type: data, dataType: string, description: Info section description in HTML}
|
|
72
|
+
- {tag: plainDescription, type: data, dataType: html-string, description: Info section description in HTML}
|
|
73
73
|
|
|
74
74
|
- tag: modifiers
|
|
75
75
|
type: sub-contract
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/wix-stores-v1",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
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.18.
|
|
39
|
-
"@jay-framework/fullstack-component": "^0.18.
|
|
40
|
-
"@jay-framework/reactive": "^0.18.
|
|
41
|
-
"@jay-framework/runtime": "^0.18.
|
|
42
|
-
"@jay-framework/secure": "^0.18.
|
|
43
|
-
"@jay-framework/stack-client-runtime": "^0.18.
|
|
44
|
-
"@jay-framework/stack-server-runtime": "^0.18.
|
|
45
|
-
"@jay-framework/wix-cart": "^0.18.
|
|
46
|
-
"@jay-framework/wix-server-client": "^0.18.
|
|
47
|
-
"@jay-framework/wix-utils": "^0.18.
|
|
38
|
+
"@jay-framework/component": "^0.18.2",
|
|
39
|
+
"@jay-framework/fullstack-component": "^0.18.2",
|
|
40
|
+
"@jay-framework/reactive": "^0.18.2",
|
|
41
|
+
"@jay-framework/runtime": "^0.18.2",
|
|
42
|
+
"@jay-framework/secure": "^0.18.2",
|
|
43
|
+
"@jay-framework/stack-client-runtime": "^0.18.2",
|
|
44
|
+
"@jay-framework/stack-server-runtime": "^0.18.2",
|
|
45
|
+
"@jay-framework/wix-cart": "^0.18.2",
|
|
46
|
+
"@jay-framework/wix-server-client": "^0.18.2",
|
|
47
|
+
"@jay-framework/wix-utils": "^0.18.2",
|
|
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.18.
|
|
57
|
-
"@jay-framework/jay-cli": "^0.18.
|
|
58
|
-
"@jay-framework/vite-plugin": "^0.18.
|
|
56
|
+
"@jay-framework/compiler-jay-stack": "^0.18.2",
|
|
57
|
+
"@jay-framework/jay-cli": "^0.18.2",
|
|
58
|
+
"@jay-framework/vite-plugin": "^0.18.2",
|
|
59
59
|
"nodemon": "^3.0.3",
|
|
60
60
|
"rimraf": "^5.0.5",
|
|
61
61
|
"tslib": "^2.6.2",
|