@wix/stores 1.0.245 → 1.0.246

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.245",
3
+ "version": "1.0.246",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -25,8 +25,8 @@
25
25
  "@wix/stores_info-sections-v-3": "1.0.13",
26
26
  "@wix/stores_inventory": "1.0.43",
27
27
  "@wix/stores_inventory-items-v-3": "1.0.16",
28
- "@wix/stores_products": "1.0.57",
29
- "@wix/stores_products-v-3": "1.0.50",
28
+ "@wix/stores_products": "1.0.58",
29
+ "@wix/stores_products-v-3": "1.0.51",
30
30
  "@wix/stores_ribbons-v-3": "1.0.12",
31
31
  "@wix/stores_stores-locations-v-3": "1.0.13",
32
32
  "@wix/stores_subscription-options": "1.0.37",
@@ -55,5 +55,5 @@
55
55
  "fqdn": ""
56
56
  }
57
57
  },
58
- "falconPackageHash": "625feca2fbb7958e2db96b32f0c81222697d32cc498886651d9f153b"
58
+ "falconPackageHash": "95d8eece394fa4bb3dbd055c79c4d4f11c0dab2a774c3964c6e539b6"
59
59
  }
@@ -12577,14 +12577,6 @@ interface MinVariantPriceInfo {
12577
12577
  * @readonly
12578
12578
  */
12579
12579
  minSubscriptionPricePerUnit?: string | null;
12580
- /**
12581
- * Variant price per unit. Takes into account `pricePerUnit` settings of parent product, of this variant, and discounted price of variant.
12582
- * @readonly
12583
- * @deprecated
12584
- * @replacedBy price_per_unit_data
12585
- * @targetRemovalDate 2024-10-05
12586
- */
12587
- pricePerUnit?: string | null;
12588
12580
  /**
12589
12581
  * Variant price per unit.
12590
12582
  * @readonly
@@ -12577,14 +12577,6 @@ interface MinVariantPriceInfo {
12577
12577
  * @readonly
12578
12578
  */
12579
12579
  minSubscriptionPricePerUnit?: string | null;
12580
- /**
12581
- * Variant price per unit. Takes into account `pricePerUnit` settings of parent product, of this variant, and discounted price of variant.
12582
- * @readonly
12583
- * @deprecated
12584
- * @replacedBy price_per_unit_data
12585
- * @targetRemovalDate 2024-10-05
12586
- */
12587
- pricePerUnit?: string | null;
12588
12580
  /**
12589
12581
  * Variant price per unit.
12590
12582
  * @readonly