@wix/ecom 1.0.757 → 1.0.758
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.758",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@wix/ecom_currencies": "1.0.35",
|
|
32
32
|
"@wix/ecom_current-cart": "1.0.72",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.23",
|
|
34
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
34
|
+
"@wix/ecom_delivery-profile": "1.0.18",
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.51",
|
|
36
36
|
"@wix/ecom_discounts": "1.0.2",
|
|
37
37
|
"@wix/ecom_discounts-custom-trigger": "1.0.6",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"fqdn": ""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "f820e69a6326dc0249a659b9fe8369313ac405e582b452a1b98afb4b"
|
|
81
81
|
}
|
|
@@ -15714,6 +15714,8 @@ interface ServiceProvisioned {
|
|
|
15714
15714
|
originInstanceId?: string;
|
|
15715
15715
|
/** A version. */
|
|
15716
15716
|
version?: string | null;
|
|
15717
|
+
/** The origin meta site id */
|
|
15718
|
+
originMetaSiteId?: string | null;
|
|
15717
15719
|
}
|
|
15718
15720
|
interface ServiceRemoved {
|
|
15719
15721
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -15714,6 +15714,8 @@ interface ServiceProvisioned {
|
|
|
15714
15714
|
originInstanceId?: string;
|
|
15715
15715
|
/** A version. */
|
|
15716
15716
|
version?: string | null;
|
|
15717
|
+
/** The origin meta site id */
|
|
15718
|
+
originMetaSiteId?: string | null;
|
|
15717
15719
|
}
|
|
15718
15720
|
interface ServiceRemoved {
|
|
15719
15721
|
/** Either UUID or EmbeddedServiceType. */
|