@wix/ecom 1.0.853 → 1.0.854
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.854",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@wix/ecom_currencies": "1.0.45",
|
|
35
35
|
"@wix/ecom_current-cart": "1.0.109",
|
|
36
36
|
"@wix/ecom_custom-triggers": "1.0.31",
|
|
37
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
37
|
+
"@wix/ecom_delivery-profile": "1.0.34",
|
|
38
38
|
"@wix/ecom_delivery-solutions": "1.0.13",
|
|
39
39
|
"@wix/ecom_discount-rules": "1.0.62",
|
|
40
40
|
"@wix/ecom_discounts": "1.0.14",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@wix/ecom_order-invoices": "1.0.48",
|
|
49
49
|
"@wix/ecom_order-payment-requests": "1.0.20",
|
|
50
50
|
"@wix/ecom_order-transactions": "1.0.79",
|
|
51
|
-
"@wix/ecom_orders": "1.0.
|
|
51
|
+
"@wix/ecom_orders": "1.0.153",
|
|
52
52
|
"@wix/ecom_orders-settings": "1.0.54",
|
|
53
53
|
"@wix/ecom_payment-settings": "1.0.80",
|
|
54
54
|
"@wix/ecom_pickup-locations": "1.0.18",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"fqdn": ""
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
90
|
+
"falconPackageHash": "e573b918138e43c7953a87448ce986fb8a41b498dbd54a59bde999a5"
|
|
91
91
|
}
|
|
@@ -18241,7 +18241,9 @@ declare enum Namespace$1 {
|
|
|
18241
18241
|
*/
|
|
18242
18242
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
18243
18243
|
/** Codux Headless Sites */
|
|
18244
|
-
CODUX = "CODUX"
|
|
18244
|
+
CODUX = "CODUX",
|
|
18245
|
+
/** Bobb - AI Design Creator. */
|
|
18246
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
18245
18247
|
}
|
|
18246
18248
|
/** Site transferred to another user. */
|
|
18247
18249
|
interface SiteTransferred {
|
|
@@ -25972,7 +25974,9 @@ declare enum Namespace {
|
|
|
25972
25974
|
*/
|
|
25973
25975
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
25974
25976
|
/** Codux Headless Sites */
|
|
25975
|
-
CODUX = "CODUX"
|
|
25977
|
+
CODUX = "CODUX",
|
|
25978
|
+
/** Bobb - AI Design Creator. */
|
|
25979
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
25976
25980
|
}
|
|
25977
25981
|
interface SeoData {
|
|
25978
25982
|
/** A title. */
|
|
@@ -18241,7 +18241,9 @@ declare enum Namespace$1 {
|
|
|
18241
18241
|
*/
|
|
18242
18242
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
18243
18243
|
/** Codux Headless Sites */
|
|
18244
|
-
CODUX = "CODUX"
|
|
18244
|
+
CODUX = "CODUX",
|
|
18245
|
+
/** Bobb - AI Design Creator. */
|
|
18246
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
18245
18247
|
}
|
|
18246
18248
|
/** Site transferred to another user. */
|
|
18247
18249
|
interface SiteTransferred {
|
|
@@ -25972,7 +25974,9 @@ declare enum Namespace {
|
|
|
25972
25974
|
*/
|
|
25973
25975
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
25974
25976
|
/** Codux Headless Sites */
|
|
25975
|
-
CODUX = "CODUX"
|
|
25977
|
+
CODUX = "CODUX",
|
|
25978
|
+
/** Bobb - AI Design Creator. */
|
|
25979
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
25976
25980
|
}
|
|
25977
25981
|
interface SeoData {
|
|
25978
25982
|
/** A title. */
|