@jay-framework/wix-stores-v1 0.16.4 → 0.17.0

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.
@@ -139,7 +139,6 @@ function mapProductToCard(product, productPagePath = DEFAULT_PRODUCT_PAGE_PATH)
139
139
  const formattedActualPrice = product.price?.formatted?.discountedPrice || "";
140
140
  const formattedCompareAtPrice = product.price?.formatted?.price || "";
141
141
  const hasDiscount = hasProductDiscount(product);
142
- console.log("product", product.name, product.slug);
143
142
  return {
144
143
  _id: product._id || "",
145
144
  name: product.name || "",
package/dist/index.js CHANGED
@@ -147,7 +147,6 @@ function mapProductToCard(product, productPagePath = DEFAULT_PRODUCT_PAGE_PATH)
147
147
  const formattedActualPrice = product.price?.formatted?.discountedPrice || "";
148
148
  const formattedCompareAtPrice = product.price?.formatted?.price || "";
149
149
  const hasDiscount = hasProductDiscount(product);
150
- console.log("product", product.name, product.slug);
151
150
  return {
152
151
  _id: product._id || "",
153
152
  name: product.name || "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/wix-stores-v1",
3
- "version": "0.16.4",
3
+ "version": "0.17.0",
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.16.4",
39
- "@jay-framework/fullstack-component": "^0.16.4",
40
- "@jay-framework/reactive": "^0.16.4",
41
- "@jay-framework/runtime": "^0.16.4",
42
- "@jay-framework/secure": "^0.16.4",
43
- "@jay-framework/stack-client-runtime": "^0.16.4",
44
- "@jay-framework/stack-server-runtime": "^0.16.4",
45
- "@jay-framework/wix-cart": "^0.16.4",
46
- "@jay-framework/wix-server-client": "^0.16.4",
47
- "@jay-framework/wix-utils": "^0.16.4",
38
+ "@jay-framework/component": "^0.17.0",
39
+ "@jay-framework/fullstack-component": "^0.17.0",
40
+ "@jay-framework/reactive": "^0.17.0",
41
+ "@jay-framework/runtime": "^0.17.0",
42
+ "@jay-framework/secure": "^0.17.0",
43
+ "@jay-framework/stack-client-runtime": "^0.17.0",
44
+ "@jay-framework/stack-server-runtime": "^0.17.0",
45
+ "@jay-framework/wix-cart": "^0.17.0",
46
+ "@jay-framework/wix-server-client": "^0.17.0",
47
+ "@jay-framework/wix-utils": "^0.17.0",
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.16.4",
57
- "@jay-framework/jay-cli": "^0.16.4",
58
- "@jay-framework/vite-plugin": "^0.16.4",
56
+ "@jay-framework/compiler-jay-stack": "^0.17.0",
57
+ "@jay-framework/jay-cli": "^0.17.0",
58
+ "@jay-framework/vite-plugin": "^0.17.0",
59
59
  "nodemon": "^3.0.3",
60
60
  "rimraf": "^5.0.5",
61
61
  "tslib": "^2.6.2",