@wix/ecom 1.0.775 → 1.0.776

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/ecom",
3
- "version": "1.0.775",
3
+ "version": "1.0.776",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,40 +19,40 @@
19
19
  "service-plugins"
20
20
  ],
21
21
  "dependencies": {
22
- "@wix/ecom_abandoned-checkouts": "1.0.46",
22
+ "@wix/ecom_abandoned-checkouts": "1.0.47",
23
23
  "@wix/ecom_additional-fees": "1.0.27",
24
- "@wix/ecom_back-in-stock-notifications": "1.0.51",
25
- "@wix/ecom_back-in-stock-settings": "1.0.36",
26
- "@wix/ecom_cart": "1.0.81",
27
- "@wix/ecom_checkout": "1.0.90",
28
- "@wix/ecom_checkout-content": "1.0.7",
29
- "@wix/ecom_checkout-settings": "1.0.52",
30
- "@wix/ecom_checkout-templates": "1.0.89",
31
- "@wix/ecom_currencies": "1.0.37",
32
- "@wix/ecom_current-cart": "1.0.81",
24
+ "@wix/ecom_back-in-stock-notifications": "1.0.52",
25
+ "@wix/ecom_back-in-stock-settings": "1.0.37",
26
+ "@wix/ecom_cart": "1.0.82",
27
+ "@wix/ecom_checkout": "1.0.91",
28
+ "@wix/ecom_checkout-content": "1.0.8",
29
+ "@wix/ecom_checkout-settings": "1.0.53",
30
+ "@wix/ecom_checkout-templates": "1.0.90",
31
+ "@wix/ecom_currencies": "1.0.38",
32
+ "@wix/ecom_current-cart": "1.0.82",
33
33
  "@wix/ecom_custom-triggers": "1.0.25",
34
- "@wix/ecom_delivery-profile": "1.0.20",
35
- "@wix/ecom_discount-rules": "1.0.53",
34
+ "@wix/ecom_delivery-profile": "1.0.21",
35
+ "@wix/ecom_discount-rules": "1.0.54",
36
36
  "@wix/ecom_discounts": "1.0.6",
37
- "@wix/ecom_discounts-custom-trigger": "1.0.8",
38
- "@wix/ecom_draft-orders": "1.0.22",
39
- "@wix/ecom_gift-vouchers": "1.0.4",
37
+ "@wix/ecom_discounts-custom-trigger": "1.0.9",
38
+ "@wix/ecom_draft-orders": "1.0.23",
39
+ "@wix/ecom_gift-vouchers": "1.0.5",
40
40
  "@wix/ecom_gift-vouchers-provider": "1.0.5",
41
- "@wix/ecom_local-delivery-options": "1.0.9",
42
- "@wix/ecom_order-fulfillments": "1.0.47",
43
- "@wix/ecom_order-invoices": "1.0.40",
44
- "@wix/ecom_order-payment-requests": "1.0.11",
45
- "@wix/ecom_order-transactions": "1.0.67",
46
- "@wix/ecom_orders": "1.0.122",
47
- "@wix/ecom_orders-settings": "1.0.46",
41
+ "@wix/ecom_local-delivery-options": "1.0.10",
42
+ "@wix/ecom_order-fulfillments": "1.0.48",
43
+ "@wix/ecom_order-invoices": "1.0.41",
44
+ "@wix/ecom_order-payment-requests": "1.0.12",
45
+ "@wix/ecom_order-transactions": "1.0.68",
46
+ "@wix/ecom_orders": "1.0.123",
47
+ "@wix/ecom_orders-settings": "1.0.47",
48
48
  "@wix/ecom_payment-settings": "1.0.49",
49
- "@wix/ecom_pickup-locations": "1.0.9",
50
- "@wix/ecom_recommendations": "1.0.43",
49
+ "@wix/ecom_pickup-locations": "1.0.10",
50
+ "@wix/ecom_recommendations": "1.0.44",
51
51
  "@wix/ecom_recommendations-provider": "1.0.2",
52
- "@wix/ecom_shipping-options": "1.0.8",
52
+ "@wix/ecom_shipping-options": "1.0.9",
53
53
  "@wix/ecom_shipping-rates": "1.0.43",
54
- "@wix/ecom_shippo-configurations": "1.0.15",
55
- "@wix/ecom_totals-calculator": "1.0.11",
54
+ "@wix/ecom_shippo-configurations": "1.0.16",
55
+ "@wix/ecom_totals-calculator": "1.0.12",
56
56
  "@wix/ecom_validations": "1.0.33"
57
57
  },
58
58
  "devDependencies": {
@@ -78,5 +78,5 @@
78
78
  "fqdn": ""
79
79
  }
80
80
  },
81
- "falconPackageHash": "d8f426b60fe7cca0e874445a9c926f70729e33cbe6cc7122ada593cf"
81
+ "falconPackageHash": "6bd69e61c3798cc2b66931083ef8240870b9f9e7a9936b1eed30c26b"
82
82
  }
@@ -16198,7 +16198,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
16198
16198
  version?: string;
16199
16199
  /** A timestamp of the event. */
16200
16200
  timestamp?: string;
16201
- /** A list of "assets" (applications). The same as MetaSiteContext. */
16201
+ /**
16202
+ * TODO(meta-site): Change validation once validations are disabled for consumers
16203
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
16204
+ */
16202
16205
  assets?: Asset[];
16203
16206
  }
16204
16207
  /** @oneof */
@@ -16198,7 +16198,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
16198
16198
  version?: string;
16199
16199
  /** A timestamp of the event. */
16200
16200
  timestamp?: string;
16201
- /** A list of "assets" (applications). The same as MetaSiteContext. */
16201
+ /**
16202
+ * TODO(meta-site): Change validation once validations are disabled for consumers
16203
+ * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
16204
+ */
16202
16205
  assets?: Asset[];
16203
16206
  }
16204
16207
  /** @oneof */