@jay-framework/wix-stores 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.
@@ -13,7 +13,7 @@ tags:
13
13
  phase: fast+interactive
14
14
  link: ./media-gallery
15
15
 
16
- - {tag: description, type: data, dataType: string, description: Product description}
16
+ - {tag: description, type: data, dataType: html-string, description: Product description}
17
17
  - {tag: brand, type: data, dataType: string, description: Brand name}
18
18
  - {tag: ribbon, type: data, dataType: string, description: "Ribbon text (e.g., \"New\", \"Sale\")"}
19
19
  - {tag: categorySlug, type: data, dataType: string, description: Slug of the product's main category}
@@ -74,7 +74,7 @@ tags:
74
74
  tags:
75
75
  - {tag: _id, type: data, dataType: string, description: Info section GUID}
76
76
  - {tag: title, type: data, dataType: string, description: Info section title}
77
- - {tag: plainDescription, type: data, dataType: string, description: Info section description in HTML}
77
+ - {tag: plainDescription, type: data, dataType: html-string, description: Info section description in HTML}
78
78
 
79
79
  - tag: modifiers
80
80
  type: sub-contract
package/dist/index.js CHANGED
@@ -1953,7 +1953,7 @@ tags:
1953
1953
  phase: fast+interactive
1954
1954
  link: "@jay-framework/wix-stores/media-gallery"
1955
1955
 
1956
- - {tag: description, type: data, dataType: string, description: Product description}
1956
+ - {tag: description, type: data, dataType: html-string, description: Product description}
1957
1957
  - {tag: brand, type: data, dataType: string, description: Brand name}
1958
1958
  - {tag: ribbon, type: data, dataType: string, description: "Ribbon text (e.g., \\"New\\", \\"Sale\\")"}
1959
1959
  - {tag: categorySlug, type: data, dataType: string, description: Slug of the product's main category}
@@ -2014,7 +2014,7 @@ tags:
2014
2014
  tags:
2015
2015
  - {tag: _id, type: data, dataType: string, description: Info section GUID}
2016
2016
  - {tag: title, type: data, dataType: string, description: Info section title}
2017
- - {tag: plainDescription, type: data, dataType: string, description: Info section description in HTML}
2017
+ - {tag: plainDescription, type: data, dataType: html-string, description: Info section description in HTML}
2018
2018
 
2019
2019
  - tag: modifiers
2020
2020
  type: sub-contract
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/wix-stores",
3
- "version": "0.18.0",
3
+ "version": "0.18.2",
4
4
  "type": "module",
5
5
  "description": "Wix Stores API client for Jay Framework",
6
6
  "license": "Apache-2.0",
@@ -38,16 +38,16 @@
38
38
  "test": ":"
39
39
  },
40
40
  "dependencies": {
41
- "@jay-framework/component": "^0.18.0",
42
- "@jay-framework/fullstack-component": "^0.18.0",
43
- "@jay-framework/reactive": "^0.18.0",
44
- "@jay-framework/runtime": "^0.18.0",
45
- "@jay-framework/secure": "^0.18.0",
46
- "@jay-framework/stack-client-runtime": "^0.18.0",
47
- "@jay-framework/stack-server-runtime": "^0.18.0",
48
- "@jay-framework/wix-cart": "^0.18.0",
49
- "@jay-framework/wix-server-client": "^0.18.0",
50
- "@jay-framework/wix-utils": "^0.18.0",
41
+ "@jay-framework/component": "^0.18.2",
42
+ "@jay-framework/fullstack-component": "^0.18.2",
43
+ "@jay-framework/reactive": "^0.18.2",
44
+ "@jay-framework/runtime": "^0.18.2",
45
+ "@jay-framework/secure": "^0.18.2",
46
+ "@jay-framework/stack-client-runtime": "^0.18.2",
47
+ "@jay-framework/stack-server-runtime": "^0.18.2",
48
+ "@jay-framework/wix-cart": "^0.18.2",
49
+ "@jay-framework/wix-server-client": "^0.18.2",
50
+ "@jay-framework/wix-utils": "^0.18.2",
51
51
  "@wix/categories": "^1.0.185",
52
52
  "@wix/data-extension-schema": "^1.0.221",
53
53
  "@wix/sdk": "^1.21.5",
@@ -59,10 +59,10 @@
59
59
  "@babel/core": "^7.23.7",
60
60
  "@babel/preset-env": "^7.23.8",
61
61
  "@babel/preset-typescript": "^7.23.3",
62
- "@jay-framework/compiler-jay-stack": "^0.18.0",
63
- "@jay-framework/jay-cli": "^0.18.0",
64
- "@jay-framework/jay-stack-cli": "^0.18.0",
65
- "@jay-framework/vite-plugin": "^0.18.0",
62
+ "@jay-framework/compiler-jay-stack": "^0.18.2",
63
+ "@jay-framework/jay-cli": "^0.18.2",
64
+ "@jay-framework/jay-stack-cli": "^0.18.2",
65
+ "@jay-framework/vite-plugin": "^0.18.2",
66
66
  "nodemon": "^3.0.3",
67
67
  "rimraf": "^5.0.5",
68
68
  "tslib": "^2.6.2",