@wix/ecom 1.0.727 → 1.0.729
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/service-plugins-context.d.ts +1 -0
- package/build/cjs/service-plugins-context.js +2 -1
- package/build/cjs/service-plugins-context.js.map +1 -1
- package/build/cjs/service-plugins.d.ts +1 -0
- package/build/cjs/service-plugins.js +2 -1
- package/build/cjs/service-plugins.js.map +1 -1
- package/build/es/service-plugins-context.d.ts +1 -0
- package/build/es/service-plugins-context.js +1 -0
- package/build/es/service-plugins-context.js.map +1 -1
- package/build/es/service-plugins.d.ts +1 -0
- package/build/es/service-plugins.js +1 -0
- package/build/es/service-plugins.js.map +1 -1
- package/package.json +34 -33
- package/type-bundles/context.bundle.d.ts +133 -100
- package/type-bundles/index.bundle.d.ts +133 -100
- package/type-bundles/meta.bundle.d.ts +77 -123
- package/type-bundles/service-plugins-context.bundle.d.ts +364 -41
- package/type-bundles/service-plugins.bundle.d.ts +364 -41
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * as giftVouchersProvider from '@wix/ecom_gift-vouchers-provider/context';
|
|
1
2
|
export * as shippingRates from '@wix/ecom_shipping-rates/context';
|
|
2
3
|
export * as additionalFees from '@wix/ecom_additional-fees/context';
|
|
3
4
|
export * as customTriggers from '@wix/ecom_custom-triggers/context';
|
|
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.additionalFees = exports.shippingRates = void 0;
|
|
26
|
+
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.additionalFees = exports.shippingRates = exports.giftVouchersProvider = void 0;
|
|
27
|
+
exports.giftVouchersProvider = __importStar(require("@wix/ecom_gift-vouchers-provider/context"));
|
|
27
28
|
exports.shippingRates = __importStar(require("@wix/ecom_shipping-rates/context"));
|
|
28
29
|
exports.additionalFees = __importStar(require("@wix/ecom_additional-fees/context"));
|
|
29
30
|
exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers/context"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,oFAAoE;AACpE,oFAAoE;AACpE,yEAAyD;AACzD,sFAAsE;AACtE,6EAA6D"}
|
|
1
|
+
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iGAAiF;AACjF,kFAAkE;AAClE,oFAAoE;AACpE,oFAAoE;AACpE,yEAAyD;AACzD,sFAAsE;AACtE,6EAA6D"}
|
|
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.additionalFees = exports.shippingRates = void 0;
|
|
26
|
+
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.additionalFees = exports.shippingRates = exports.giftVouchersProvider = void 0;
|
|
27
|
+
exports.giftVouchersProvider = __importStar(require("@wix/ecom_gift-vouchers-provider"));
|
|
27
28
|
exports.shippingRates = __importStar(require("@wix/ecom_shipping-rates"));
|
|
28
29
|
exports.additionalFees = __importStar(require("@wix/ecom_additional-fees"));
|
|
29
30
|
exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,4EAA4D;AAC5D,4EAA4D;AAC5D,iEAAiD;AACjD,8EAA8D;AAC9D,qEAAqD"}
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAyE;AACzE,0EAA0D;AAC1D,4EAA4D;AAC5D,4EAA4D;AAC5D,iEAAiD;AACjD,8EAA8D;AAC9D,qEAAqD"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * as giftVouchersProvider from '@wix/ecom_gift-vouchers-provider/context';
|
|
1
2
|
export * as shippingRates from '@wix/ecom_shipping-rates/context';
|
|
2
3
|
export * as additionalFees from '@wix/ecom_additional-fees/context';
|
|
3
4
|
export * as customTriggers from '@wix/ecom_custom-triggers/context';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * as giftVouchersProvider from '@wix/ecom_gift-vouchers-provider/context';
|
|
1
2
|
export * as shippingRates from '@wix/ecom_shipping-rates/context';
|
|
2
3
|
export * as additionalFees from '@wix/ecom_additional-fees/context';
|
|
3
4
|
export * as customTriggers from '@wix/ecom_custom-triggers/context';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,SAAS,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,WAAW,MAAM,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,SAAS,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,WAAW,MAAM,uBAAuB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.729",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,38 +19,39 @@
|
|
|
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/
|
|
40
|
-
"@wix/
|
|
41
|
-
"@wix/ecom_order-
|
|
42
|
-
"@wix/ecom_order-
|
|
43
|
-
"@wix/ecom_order-
|
|
44
|
-
"@wix/
|
|
45
|
-
"@wix/ecom_orders
|
|
46
|
-
"@wix/
|
|
47
|
-
"@wix/
|
|
48
|
-
"@wix/
|
|
49
|
-
"@wix/
|
|
22
|
+
"@wix/ecom_abandoned-checkouts": "1.0.44",
|
|
23
|
+
"@wix/ecom_additional-fees": "1.0.25",
|
|
24
|
+
"@wix/ecom_back-in-stock-notifications": "1.0.48",
|
|
25
|
+
"@wix/ecom_back-in-stock-settings": "1.0.34",
|
|
26
|
+
"@wix/ecom_cart": "1.0.70",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.79",
|
|
28
|
+
"@wix/ecom_checkout-content": "1.0.5",
|
|
29
|
+
"@wix/ecom_checkout-settings": "1.0.48",
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.80",
|
|
31
|
+
"@wix/ecom_currencies": "1.0.35",
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.70",
|
|
33
|
+
"@wix/ecom_custom-triggers": "1.0.23",
|
|
34
|
+
"@wix/ecom_delivery-profile": "1.0.15",
|
|
35
|
+
"@wix/ecom_discount-rules": "1.0.51",
|
|
36
|
+
"@wix/ecom_discounts": "1.0.2",
|
|
37
|
+
"@wix/ecom_discounts-custom-trigger": "1.0.6",
|
|
38
|
+
"@wix/ecom_draft-orders": "1.0.10",
|
|
39
|
+
"@wix/ecom_gift-vouchers-provider": "1.0.0",
|
|
40
|
+
"@wix/ecom_local-delivery-options": "1.0.7",
|
|
41
|
+
"@wix/ecom_order-fulfillments": "1.0.45",
|
|
42
|
+
"@wix/ecom_order-invoices": "1.0.38",
|
|
43
|
+
"@wix/ecom_order-payment-requests": "1.0.9",
|
|
44
|
+
"@wix/ecom_order-transactions": "1.0.65",
|
|
45
|
+
"@wix/ecom_orders": "1.0.107",
|
|
46
|
+
"@wix/ecom_orders-settings": "1.0.44",
|
|
47
|
+
"@wix/ecom_payment-settings": "1.0.35",
|
|
48
|
+
"@wix/ecom_pickup-locations": "1.0.7",
|
|
49
|
+
"@wix/ecom_recommendations": "1.0.38",
|
|
50
|
+
"@wix/ecom_shipping-options": "1.0.6",
|
|
50
51
|
"@wix/ecom_shipping-rates": "1.0.40",
|
|
51
|
-
"@wix/ecom_shippo-configurations": "1.0.
|
|
52
|
-
"@wix/ecom_totals-calculator": "1.0.
|
|
53
|
-
"@wix/ecom_validations": "1.0.
|
|
52
|
+
"@wix/ecom_shippo-configurations": "1.0.13",
|
|
53
|
+
"@wix/ecom_totals-calculator": "1.0.7",
|
|
54
|
+
"@wix/ecom_validations": "1.0.31"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"glob": "^10.4.1",
|
|
@@ -75,5 +76,5 @@
|
|
|
75
76
|
"fqdn": ""
|
|
76
77
|
}
|
|
77
78
|
},
|
|
78
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "c0f24eeff031f44979c0c464b337b1bf036d318add39068559457c81"
|
|
79
80
|
}
|