@wix/ecom 1.0.761 → 1.0.763
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/build/cjs/context.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/build/cjs/service-plugins-context.js +0 -1
- package/build/cjs/service-plugins.js +0 -1
- package/package.json +36 -36
- package/type-bundles/context.bundle.d.ts +77 -56
- package/type-bundles/index.bundle.d.ts +77 -56
- package/type-bundles/meta.bundle.d.ts +64 -40
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
- package/build/cjs/service-plugins-context.js.map +0 -1
- package/build/cjs/service-plugins.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -51,4 +51,3 @@ exports.shippingOptions = __importStar(require("@wix/ecom_shipping-options/conte
|
|
|
51
51
|
exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations/context"));
|
|
52
52
|
exports.totalsCalculator = __importStar(require("@wix/ecom_totals-calculator/context"));
|
|
53
53
|
exports.currencies = __importStar(require("@wix/ecom_currencies/context"));
|
|
54
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
package/build/cjs/meta.js
CHANGED
|
@@ -51,4 +51,3 @@ exports.shippingOptions = __importStar(require("@wix/ecom_shipping-options/meta"
|
|
|
51
51
|
exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations/meta"));
|
|
52
52
|
exports.totalsCalculator = __importStar(require("@wix/ecom_totals-calculator/meta"));
|
|
53
53
|
exports.currencies = __importStar(require("@wix/ecom_currencies/meta"));
|
|
54
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -31,4 +31,3 @@ exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers/context
|
|
|
31
31
|
exports.discounts = __importStar(require("@wix/ecom_discounts/context"));
|
|
32
32
|
exports.paymentSettings = __importStar(require("@wix/ecom_payment-settings/context"));
|
|
33
33
|
exports.validations = __importStar(require("@wix/ecom_validations/context"));
|
|
34
|
-
//# sourceMappingURL=service-plugins-context.js.map
|
|
@@ -31,4 +31,3 @@ exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers"));
|
|
|
31
31
|
exports.discounts = __importStar(require("@wix/ecom_discounts"));
|
|
32
32
|
exports.paymentSettings = __importStar(require("@wix/ecom_payment-settings"));
|
|
33
33
|
exports.validations = __importStar(require("@wix/ecom_validations"));
|
|
34
|
-
//# sourceMappingURL=service-plugins.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.763",
|
|
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.
|
|
23
|
-
"@wix/ecom_additional-fees": "1.0.
|
|
24
|
-
"@wix/ecom_back-in-stock-notifications": "1.0.
|
|
25
|
-
"@wix/ecom_back-in-stock-settings": "1.0.
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
28
|
-
"@wix/ecom_checkout-content": "1.0.
|
|
29
|
-
"@wix/ecom_checkout-settings": "1.0.
|
|
30
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
31
|
-
"@wix/ecom_currencies": "1.0.
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
33
|
-
"@wix/ecom_custom-triggers": "1.0.
|
|
34
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
35
|
-
"@wix/ecom_discount-rules": "1.0.
|
|
36
|
-
"@wix/ecom_discounts": "1.0.
|
|
37
|
-
"@wix/ecom_discounts-custom-trigger": "1.0.
|
|
38
|
-
"@wix/ecom_draft-orders": "1.0.
|
|
39
|
-
"@wix/ecom_gift-vouchers": "1.0.
|
|
40
|
-
"@wix/ecom_gift-vouchers-provider": "1.0.
|
|
41
|
-
"@wix/ecom_local-delivery-options": "1.0.
|
|
42
|
-
"@wix/ecom_order-fulfillments": "1.0.
|
|
43
|
-
"@wix/ecom_order-invoices": "1.0.
|
|
44
|
-
"@wix/ecom_order-payment-requests": "1.0.
|
|
45
|
-
"@wix/ecom_order-transactions": "1.0.
|
|
46
|
-
"@wix/ecom_orders": "1.0.
|
|
47
|
-
"@wix/ecom_orders-settings": "1.0.
|
|
48
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
49
|
-
"@wix/ecom_pickup-locations": "1.0.
|
|
50
|
-
"@wix/ecom_recommendations": "1.0.
|
|
51
|
-
"@wix/ecom_shipping-options": "1.0.
|
|
52
|
-
"@wix/ecom_shipping-rates": "1.0.
|
|
53
|
-
"@wix/ecom_shippo-configurations": "1.0.
|
|
54
|
-
"@wix/ecom_totals-calculator": "1.0.
|
|
55
|
-
"@wix/ecom_validations": "1.0.
|
|
22
|
+
"@wix/ecom_abandoned-checkouts": "1.0.45",
|
|
23
|
+
"@wix/ecom_additional-fees": "1.0.26",
|
|
24
|
+
"@wix/ecom_back-in-stock-notifications": "1.0.49",
|
|
25
|
+
"@wix/ecom_back-in-stock-settings": "1.0.35",
|
|
26
|
+
"@wix/ecom_cart": "1.0.74",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.85",
|
|
28
|
+
"@wix/ecom_checkout-content": "1.0.6",
|
|
29
|
+
"@wix/ecom_checkout-settings": "1.0.51",
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.84",
|
|
31
|
+
"@wix/ecom_currencies": "1.0.36",
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.74",
|
|
33
|
+
"@wix/ecom_custom-triggers": "1.0.24",
|
|
34
|
+
"@wix/ecom_delivery-profile": "1.0.19",
|
|
35
|
+
"@wix/ecom_discount-rules": "1.0.52",
|
|
36
|
+
"@wix/ecom_discounts": "1.0.5",
|
|
37
|
+
"@wix/ecom_discounts-custom-trigger": "1.0.7",
|
|
38
|
+
"@wix/ecom_draft-orders": "1.0.21",
|
|
39
|
+
"@wix/ecom_gift-vouchers": "1.0.2",
|
|
40
|
+
"@wix/ecom_gift-vouchers-provider": "1.0.3",
|
|
41
|
+
"@wix/ecom_local-delivery-options": "1.0.8",
|
|
42
|
+
"@wix/ecom_order-fulfillments": "1.0.46",
|
|
43
|
+
"@wix/ecom_order-invoices": "1.0.39",
|
|
44
|
+
"@wix/ecom_order-payment-requests": "1.0.10",
|
|
45
|
+
"@wix/ecom_order-transactions": "1.0.66",
|
|
46
|
+
"@wix/ecom_orders": "1.0.121",
|
|
47
|
+
"@wix/ecom_orders-settings": "1.0.45",
|
|
48
|
+
"@wix/ecom_payment-settings": "1.0.44",
|
|
49
|
+
"@wix/ecom_pickup-locations": "1.0.8",
|
|
50
|
+
"@wix/ecom_recommendations": "1.0.40",
|
|
51
|
+
"@wix/ecom_shipping-options": "1.0.7",
|
|
52
|
+
"@wix/ecom_shipping-rates": "1.0.42",
|
|
53
|
+
"@wix/ecom_shippo-configurations": "1.0.14",
|
|
54
|
+
"@wix/ecom_totals-calculator": "1.0.10",
|
|
55
|
+
"@wix/ecom_validations": "1.0.32"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"glob": "^10.4.1",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"fqdn": ""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "44366ff759ff6c1ff4e1e734293089835c9b1428ae372015f653dbfc"
|
|
81
81
|
}
|