@wix/ecom 1.0.868 → 1.0.870
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 +4 -3
- package/type-bundles/service-plugins-context.bundle.d.ts +814 -198
- package/type-bundles/service-plugins.bundle.d.ts +814 -198
|
@@ -3,6 +3,7 @@ export * as memberships from '@wix/ecom_memberships/context';
|
|
|
3
3
|
export * as recommendationsProvider from '@wix/ecom_recommendations-provider/context';
|
|
4
4
|
export * as shippingRates from '@wix/ecom_shipping-rates/context';
|
|
5
5
|
export * as additionalFees from '@wix/ecom_additional-fees/context';
|
|
6
|
+
export * as catalog from '@wix/ecom_catalog/context';
|
|
6
7
|
export * as customTriggers from '@wix/ecom_custom-triggers/context';
|
|
7
8
|
export * as discounts from '@wix/ecom_discounts/context';
|
|
8
9
|
export * as paymentSettings from '@wix/ecom_payment-settings/context';
|
|
@@ -23,12 +23,13 @@ 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 = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = void 0;
|
|
26
|
+
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = void 0;
|
|
27
27
|
exports.giftVouchersProvider = __importStar(require("@wix/ecom_gift-vouchers-provider/context"));
|
|
28
28
|
exports.memberships = __importStar(require("@wix/ecom_memberships/context"));
|
|
29
29
|
exports.recommendationsProvider = __importStar(require("@wix/ecom_recommendations-provider/context"));
|
|
30
30
|
exports.shippingRates = __importStar(require("@wix/ecom_shipping-rates/context"));
|
|
31
31
|
exports.additionalFees = __importStar(require("@wix/ecom_additional-fees/context"));
|
|
32
|
+
exports.catalog = __importStar(require("@wix/ecom_catalog/context"));
|
|
32
33
|
exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers/context"));
|
|
33
34
|
exports.discounts = __importStar(require("@wix/ecom_discounts/context"));
|
|
34
35
|
exports.paymentSettings = __importStar(require("@wix/ecom_payment-settings/context"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins-context.js","sourceRoot":"","sources":["../../service-plugins-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iGAAiF;AACjF,6EAA6D;AAC7D,sGAAsF;AACtF,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,6EAA6D;AAC7D,sGAAsF;AACtF,kFAAkE;AAClE,oFAAoE;AACpE,qEAAqD;AACrD,oFAAoE;AACpE,yEAAyD;AACzD,sFAAsE;AACtE,6EAA6D"}
|
|
@@ -3,6 +3,7 @@ export * as memberships from '@wix/ecom_memberships';
|
|
|
3
3
|
export * as recommendationsProvider from '@wix/ecom_recommendations-provider';
|
|
4
4
|
export * as shippingRates from '@wix/ecom_shipping-rates';
|
|
5
5
|
export * as additionalFees from '@wix/ecom_additional-fees';
|
|
6
|
+
export * as catalog from '@wix/ecom_catalog';
|
|
6
7
|
export * as customTriggers from '@wix/ecom_custom-triggers';
|
|
7
8
|
export * as discounts from '@wix/ecom_discounts';
|
|
8
9
|
export * as paymentSettings from '@wix/ecom_payment-settings';
|
|
@@ -23,12 +23,13 @@ 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 = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = void 0;
|
|
26
|
+
exports.validations = exports.paymentSettings = exports.discounts = exports.customTriggers = exports.catalog = exports.additionalFees = exports.shippingRates = exports.recommendationsProvider = exports.memberships = exports.giftVouchersProvider = void 0;
|
|
27
27
|
exports.giftVouchersProvider = __importStar(require("@wix/ecom_gift-vouchers-provider"));
|
|
28
28
|
exports.memberships = __importStar(require("@wix/ecom_memberships"));
|
|
29
29
|
exports.recommendationsProvider = __importStar(require("@wix/ecom_recommendations-provider"));
|
|
30
30
|
exports.shippingRates = __importStar(require("@wix/ecom_shipping-rates"));
|
|
31
31
|
exports.additionalFees = __importStar(require("@wix/ecom_additional-fees"));
|
|
32
|
+
exports.catalog = __importStar(require("@wix/ecom_catalog"));
|
|
32
33
|
exports.customTriggers = __importStar(require("@wix/ecom_custom-triggers"));
|
|
33
34
|
exports.discounts = __importStar(require("@wix/ecom_discounts"));
|
|
34
35
|
exports.paymentSettings = __importStar(require("@wix/ecom_payment-settings"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAyE;AACzE,qEAAqD;AACrD,8FAA8E;AAC9E,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,qEAAqD;AACrD,8FAA8E;AAC9E,0EAA0D;AAC1D,4EAA4D;AAC5D,6DAA6C;AAC7C,4EAA4D;AAC5D,iEAAiD;AACjD,8EAA8D;AAC9D,qEAAqD"}
|
|
@@ -3,6 +3,7 @@ export * as memberships from '@wix/ecom_memberships/context';
|
|
|
3
3
|
export * as recommendationsProvider from '@wix/ecom_recommendations-provider/context';
|
|
4
4
|
export * as shippingRates from '@wix/ecom_shipping-rates/context';
|
|
5
5
|
export * as additionalFees from '@wix/ecom_additional-fees/context';
|
|
6
|
+
export * as catalog from '@wix/ecom_catalog/context';
|
|
6
7
|
export * as customTriggers from '@wix/ecom_custom-triggers/context';
|
|
7
8
|
export * as discounts from '@wix/ecom_discounts/context';
|
|
8
9
|
export * as paymentSettings from '@wix/ecom_payment-settings/context';
|
|
@@ -3,6 +3,7 @@ export * as memberships from '@wix/ecom_memberships/context';
|
|
|
3
3
|
export * as recommendationsProvider from '@wix/ecom_recommendations-provider/context';
|
|
4
4
|
export * as shippingRates from '@wix/ecom_shipping-rates/context';
|
|
5
5
|
export * as additionalFees from '@wix/ecom_additional-fees/context';
|
|
6
|
+
export * as catalog from '@wix/ecom_catalog/context';
|
|
6
7
|
export * as customTriggers from '@wix/ecom_custom-triggers/context';
|
|
7
8
|
export * as discounts from '@wix/ecom_discounts/context';
|
|
8
9
|
export * as paymentSettings from '@wix/ecom_payment-settings/context';
|
|
@@ -1 +1 @@
|
|
|
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,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,uBAAuB,MAAM,4CAA4C,CAAC;AACtF,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,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,uBAAuB,MAAM,4CAA4C,CAAC;AACtF,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,OAAO,MAAM,2BAA2B,CAAC;AACrD,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"}
|
|
@@ -3,6 +3,7 @@ export * as memberships from '@wix/ecom_memberships';
|
|
|
3
3
|
export * as recommendationsProvider from '@wix/ecom_recommendations-provider';
|
|
4
4
|
export * as shippingRates from '@wix/ecom_shipping-rates';
|
|
5
5
|
export * as additionalFees from '@wix/ecom_additional-fees';
|
|
6
|
+
export * as catalog from '@wix/ecom_catalog';
|
|
6
7
|
export * as customTriggers from '@wix/ecom_custom-triggers';
|
|
7
8
|
export * as discounts from '@wix/ecom_discounts';
|
|
8
9
|
export * as paymentSettings from '@wix/ecom_payment-settings';
|
|
@@ -3,6 +3,7 @@ export * as memberships from '@wix/ecom_memberships';
|
|
|
3
3
|
export * as recommendationsProvider from '@wix/ecom_recommendations-provider';
|
|
4
4
|
export * as shippingRates from '@wix/ecom_shipping-rates';
|
|
5
5
|
export * as additionalFees from '@wix/ecom_additional-fees';
|
|
6
|
+
export * as catalog from '@wix/ecom_catalog';
|
|
6
7
|
export * as customTriggers from '@wix/ecom_custom-triggers';
|
|
7
8
|
export * as discounts from '@wix/ecom_discounts';
|
|
8
9
|
export * as paymentSettings from '@wix/ecom_payment-settings';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,WAAW,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,uBAAuB,MAAM,oCAAoC,CAAC;AAC9E,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,WAAW,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,uBAAuB,MAAM,oCAAoC,CAAC;AAC9E,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,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.870",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"@wix/ecom_back-in-stock-notifications": "1.0.62",
|
|
28
28
|
"@wix/ecom_back-in-stock-settings": "1.0.44",
|
|
29
29
|
"@wix/ecom_cart": "1.0.113",
|
|
30
|
+
"@wix/ecom_catalog": "1.0.0",
|
|
30
31
|
"@wix/ecom_checkout": "1.0.118",
|
|
31
32
|
"@wix/ecom_checkout-content": "1.0.15",
|
|
32
33
|
"@wix/ecom_checkout-settings": "1.0.61",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
"@wix/ecom_tip-settings": "1.0.4",
|
|
62
63
|
"@wix/ecom_tippable-staff": "1.0.4",
|
|
63
64
|
"@wix/ecom_tips": "1.0.8",
|
|
64
|
-
"@wix/ecom_totals-calculator": "1.0.
|
|
65
|
+
"@wix/ecom_totals-calculator": "1.0.26",
|
|
65
66
|
"@wix/ecom_validations": "1.0.48"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
@@ -87,5 +88,5 @@
|
|
|
87
88
|
"fqdn": ""
|
|
88
89
|
}
|
|
89
90
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
91
|
+
"falconPackageHash": "6818104739a6a1fb72962e5b7f4d7a4d0f39a250decfbe9ec4b7aed0"
|
|
91
92
|
}
|