@wix/ecom 1.0.659 → 1.0.661
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.
|
|
3
|
+
"version": "1.0.661",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.24",
|
|
26
26
|
"@wix/ecom_cart": "1.0.52",
|
|
27
27
|
"@wix/ecom_checkout": "1.0.55",
|
|
28
|
-
"@wix/ecom_checkout-settings": "1.0.
|
|
28
|
+
"@wix/ecom_checkout-settings": "1.0.37",
|
|
29
29
|
"@wix/ecom_checkout-templates": "1.0.58",
|
|
30
30
|
"@wix/ecom_currencies": "1.0.25",
|
|
31
31
|
"@wix/ecom_current-cart": "1.0.52",
|
|
32
32
|
"@wix/ecom_custom-triggers": "1.0.9",
|
|
33
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
33
|
+
"@wix/ecom_delivery-profile": "1.0.2",
|
|
34
34
|
"@wix/ecom_discount-rules": "1.0.39",
|
|
35
35
|
"@wix/ecom_order-fulfillments": "1.0.32",
|
|
36
36
|
"@wix/ecom_order-invoices": "1.0.27",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@wix/ecom_payment-settings": "1.0.17",
|
|
41
41
|
"@wix/ecom_recommendations": "1.0.28",
|
|
42
42
|
"@wix/ecom_shipping-rates": "1.0.20",
|
|
43
|
-
"@wix/ecom_shippo-configurations": "1.0.
|
|
43
|
+
"@wix/ecom_shippo-configurations": "1.0.1",
|
|
44
44
|
"@wix/ecom_validations": "1.0.13"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"fqdn": ""
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"falconPackageHash": "
|
|
68
|
+
"falconPackageHash": "91f6ce2257fd4e4ad60e788666499694d2b907d01293b0011bad7607"
|
|
69
69
|
}
|
|
@@ -25370,6 +25370,7 @@ interface DeliveryProfileUpdatedEnvelope {
|
|
|
25370
25370
|
metadata: EventMetadata$5;
|
|
25371
25371
|
}
|
|
25372
25372
|
interface DeliveryProfileDeletedEnvelope {
|
|
25373
|
+
entity: DeliveryProfile;
|
|
25373
25374
|
metadata: EventMetadata$5;
|
|
25374
25375
|
}
|
|
25375
25376
|
interface DeliveryProfileDeliveryRegionRemovedEnvelope {
|
|
@@ -36786,6 +36787,7 @@ interface ShippoConfigurationUpdatedEnvelope {
|
|
|
36786
36787
|
metadata: EventMetadata;
|
|
36787
36788
|
}
|
|
36788
36789
|
interface ShippoConfigurationDeletedEnvelope {
|
|
36790
|
+
entity: ShippoConfiguration;
|
|
36789
36791
|
metadata: EventMetadata;
|
|
36790
36792
|
}
|
|
36791
36793
|
interface CreateShippoConfigurationOptions {
|