@wix/stores 1.0.256 → 1.0.257

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.256",
3
+ "version": "1.0.257",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,19 +18,19 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/stores_brands-v-3": "1.0.12",
22
- "@wix/stores_catalog-versioning": "1.0.4",
23
- "@wix/stores_collections": "1.0.37",
24
- "@wix/stores_customizations-v-3": "1.0.13",
25
- "@wix/stores_info-sections-v-3": "1.0.14",
26
- "@wix/stores_inventory": "1.0.47",
27
- "@wix/stores_inventory-items-v-3": "1.0.17",
28
- "@wix/stores_products": "1.0.65",
29
- "@wix/stores_products-v-3": "1.0.52",
30
- "@wix/stores_ribbons-v-3": "1.0.13",
31
- "@wix/stores_stores-locations-v-3": "1.0.14",
32
- "@wix/stores_subscription-options": "1.0.37",
33
- "@wix/stores_wishlist": "1.0.31"
21
+ "@wix/stores_brands-v-3": "1.0.13",
22
+ "@wix/stores_catalog-versioning": "1.0.5",
23
+ "@wix/stores_collections": "1.0.38",
24
+ "@wix/stores_customizations-v-3": "1.0.14",
25
+ "@wix/stores_info-sections-v-3": "1.0.15",
26
+ "@wix/stores_inventory": "1.0.48",
27
+ "@wix/stores_inventory-items-v-3": "1.0.18",
28
+ "@wix/stores_products": "1.0.66",
29
+ "@wix/stores_products-v-3": "1.0.53",
30
+ "@wix/stores_ribbons-v-3": "1.0.14",
31
+ "@wix/stores_stores-locations-v-3": "1.0.15",
32
+ "@wix/stores_subscription-options": "1.0.38",
33
+ "@wix/stores_wishlist": "1.0.32"
34
34
  },
35
35
  "devDependencies": {
36
36
  "glob": "^10.4.1",
@@ -55,5 +55,5 @@
55
55
  "fqdn": ""
56
56
  }
57
57
  },
58
- "falconPackageHash": "72d8ad1df98a289d90434213dc5648c72cbab68f3f9b0f52963fcd12"
58
+ "falconPackageHash": "6bffd78cd2ecdc0f314a395b815510354e2261893870a6fd966aaac3"
59
59
  }
@@ -18025,7 +18025,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
18025
18025
  version?: string;
18026
18026
  /** A timestamp of the event. */
18027
18027
  timestamp?: string;
18028
- /** A list of "assets" (applications). The same as MetaSiteContext. */
18028
+ /**
18029
+ * TODO(meta-site): Change validation once validations are disabled for consumers
18030
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
18031
+ */
18029
18032
  assets?: Asset[];
18030
18033
  }
18031
18034
  /** @oneof */
@@ -18025,7 +18025,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
18025
18025
  version?: string;
18026
18026
  /** A timestamp of the event. */
18027
18027
  timestamp?: string;
18028
- /** A list of "assets" (applications). The same as MetaSiteContext. */
18028
+ /**
18029
+ * TODO(meta-site): Change validation once validations are disabled for consumers
18030
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
18031
+ */
18029
18032
  assets?: Asset[];
18030
18033
  }
18031
18034
  /** @oneof */