@wix/ecom 1.0.791 → 1.0.793
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.d.ts +1 -0
- package/build/cjs/context.js +2 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +2 -1
- package/build/cjs/index.js +3 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +2 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +1 -0
- package/build/es/context.js +1 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +2 -1
- package/build/es/index.js +2 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +1 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +5 -4
- package/type-bundles/context.bundle.d.ts +2007 -501
- package/type-bundles/index.bundle.d.ts +2007 -501
- package/type-bundles/meta.bundle.d.ts +2762 -268
package/build/cjs/context.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger/cont
|
|
|
3
3
|
export * as discountRules from '@wix/ecom_discount-rules/context';
|
|
4
4
|
export * as orderInvoices from '@wix/ecom_order-invoices/context';
|
|
5
5
|
export * as recommendations from '@wix/ecom_recommendations/context';
|
|
6
|
+
export * as subscriptionContracts from '@wix/ecom_subscription-contracts/context';
|
|
6
7
|
export * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts/context';
|
|
7
8
|
export * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications/context';
|
|
8
9
|
export * as backInStockSettings from '@wix/ecom_back-in-stock-settings/context';
|
package/build/cjs/context.js
CHANGED
|
@@ -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.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
26
|
+
exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
27
27
|
exports.checkoutContent = __importStar(require("@wix/ecom_checkout-content/context"));
|
|
28
28
|
exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger/context"));
|
|
29
29
|
exports.discountRules = __importStar(require("@wix/ecom_discount-rules/context"));
|
|
30
30
|
exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/context"));
|
|
31
31
|
exports.recommendations = __importStar(require("@wix/ecom_recommendations/context"));
|
|
32
|
+
exports.subscriptionContracts = __importStar(require("@wix/ecom_subscription-contracts/context"));
|
|
32
33
|
exports.abandonedCheckouts = __importStar(require("@wix/ecom_abandoned-checkouts/context"));
|
|
33
34
|
exports.backInStockNotifications = __importStar(require("@wix/ecom_back-in-stock-notifications/context"));
|
|
34
35
|
exports.backInStockSettings = __importStar(require("@wix/ecom_back-in-stock-settings/context"));
|
package/build/cjs/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAsE;AACtE,qGAAqF;AACrF,kFAAkE;AAClE,kFAAkE;AAClE,qFAAqE;AACrE,4FAA4E;AAC5E,0GAA0F;AAC1F,gGAAgF;AAChF,+DAA+C;AAC/C,8EAA8D;AAC9D,uEAAuD;AACvD,wFAAwE;AACxE,0FAA0E;AAC1E,sFAAsE;AACtE,8EAA8D;AAC9D,0FAA0E;AAC1E,gFAAgE;AAChE,iGAAiF;AACjF,mEAAmD;AACnD,iGAAiF;AACjF,0FAA0E;AAC1E,oFAAoE;AACpE,sFAAsE;AACtE,sFAAsE;AACtE,gGAAgF;AAChF,wFAAwE;AACxE,2EAA2D;AAC3D,0FAA0E"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAsE;AACtE,qGAAqF;AACrF,kFAAkE;AAClE,kFAAkE;AAClE,qFAAqE;AACrE,kGAAkF;AAClF,4FAA4E;AAC5E,0GAA0F;AAC1F,gGAAgF;AAChF,+DAA+C;AAC/C,8EAA8D;AAC9D,uEAAuD;AACvD,wFAAwE;AACxE,0FAA0E;AAC1E,sFAAsE;AACtE,8EAA8D;AAC9D,0FAA0E;AAC1E,gFAAgE;AAChE,iGAAiF;AACjF,mEAAmD;AACnD,iGAAiF;AACjF,0FAA0E;AAC1E,oFAAoE;AACpE,sFAAsE;AACtE,sFAAsE;AACtE,gGAAgF;AAChF,wFAAwE;AACxE,2EAA2D;AAC3D,0FAA0E"}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
|
3
3
|
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
4
|
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
5
|
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as subscriptionContracts from '@wix/ecom_subscription-contracts';
|
|
6
7
|
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
7
8
|
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
8
9
|
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
@@ -26,4 +27,4 @@ import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
|
26
27
|
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
27
28
|
import * as currencies from '@wix/ecom_currencies';
|
|
28
29
|
import * as deliverySolutions from '@wix/ecom_delivery-solutions';
|
|
29
|
-
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, };
|
|
30
|
+
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, };
|
package/build/cjs/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
26
|
+
exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
27
27
|
const checkoutContent = __importStar(require("@wix/ecom_checkout-content"));
|
|
28
28
|
exports.checkoutContent = checkoutContent;
|
|
29
29
|
const discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger"));
|
|
@@ -34,6 +34,8 @@ const orderInvoices = __importStar(require("@wix/ecom_order-invoices"));
|
|
|
34
34
|
exports.orderInvoices = orderInvoices;
|
|
35
35
|
const recommendations = __importStar(require("@wix/ecom_recommendations"));
|
|
36
36
|
exports.recommendations = recommendations;
|
|
37
|
+
const subscriptionContracts = __importStar(require("@wix/ecom_subscription-contracts"));
|
|
38
|
+
exports.subscriptionContracts = subscriptionContracts;
|
|
37
39
|
const abandonedCheckouts = __importStar(require("@wix/ecom_abandoned-checkouts"));
|
|
38
40
|
exports.abandonedCheckouts = abandonedCheckouts;
|
|
39
41
|
const backInStockNotifications = __importStar(require("@wix/ecom_back-in-stock-notifications"));
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;AA+B5D,0CAAe;AA9BjB,2FAA6E;AA+B3E,wDAAsB;AA9BxB,wEAA0D;AA+BxD,sCAAa;AA9Bf,wEAA0D;AA+BxD,sCAAa;AA9Bf,2EAA6D;AA+B3D,0CAAe;AA9BjB,wFAA0E;AA+BxE,sDAAqB;AA9BvB,kFAAoE;AA+BlE,gDAAkB;AA9BpB,gGAAkF;AA+BhF,4DAAwB;AA9B1B,sFAAwE;AA+BtE,kDAAmB;AA9BrB,qDAAuC;AA+BrC,oBAAI;AA9BN,oEAAsD;AA+BpD,kCAAW;AA9Bb,6DAA+C;AA+B7C,4BAAQ;AA9BV,8EAAgE;AA+B9D,4CAAgB;AA9BlB,gFAAkE;AA+BhE,8CAAiB;AA9BnB,4EAA8D;AA+B5D,0CAAe;AA9BjB,oEAAsD;AA+BpD,kCAAW;AA9Bb,gFAAkE;AA+BhE,8CAAiB;AA9BnB,sEAAwD;AA+BtD,oCAAY;AA9Bd,uFAAyE;AA+BvE,oDAAoB;AA9BtB,yDAA2C;AA+BzC,wBAAM;AA9BR,uFAAyE;AA+BvE,oDAAoB;AA9BtB,gFAAkE;AA+BhE,8CAAiB;AA9BnB,0EAA4D;AA+B1D,wCAAc;AA9BhB,4EAA8D;AA+B5D,0CAAe;AA9BjB,4EAA8D;AA+B5D,0CAAe;AA9BjB,sFAAwE;AA+BtE,oDAAoB;AA9BtB,8EAAgE;AA+B9D,4CAAgB;AA9BlB,iEAAmD;AA+BjD,gCAAU;AA9BZ,gFAAkE;AA+BhE,8CAAiB"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger/meta
|
|
|
3
3
|
export * as discountRules from '@wix/ecom_discount-rules/meta';
|
|
4
4
|
export * as orderInvoices from '@wix/ecom_order-invoices/meta';
|
|
5
5
|
export * as recommendations from '@wix/ecom_recommendations/meta';
|
|
6
|
+
export * as subscriptionContracts from '@wix/ecom_subscription-contracts/meta';
|
|
6
7
|
export * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts/meta';
|
|
7
8
|
export * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications/meta';
|
|
8
9
|
export * as backInStockSettings from '@wix/ecom_back-in-stock-settings/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -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.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
26
|
+
exports.deliverySolutions = exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
|
|
27
27
|
exports.checkoutContent = __importStar(require("@wix/ecom_checkout-content/meta"));
|
|
28
28
|
exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger/meta"));
|
|
29
29
|
exports.discountRules = __importStar(require("@wix/ecom_discount-rules/meta"));
|
|
30
30
|
exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/meta"));
|
|
31
31
|
exports.recommendations = __importStar(require("@wix/ecom_recommendations/meta"));
|
|
32
|
+
exports.subscriptionContracts = __importStar(require("@wix/ecom_subscription-contracts/meta"));
|
|
32
33
|
exports.abandonedCheckouts = __importStar(require("@wix/ecom_abandoned-checkouts/meta"));
|
|
33
34
|
exports.backInStockNotifications = __importStar(require("@wix/ecom_back-in-stock-notifications/meta"));
|
|
34
35
|
exports.backInStockSettings = __importStar(require("@wix/ecom_back-in-stock-settings/meta"));
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,kGAAkF;AAClF,+EAA+D;AAC/D,+EAA+D;AAC/D,kFAAkE;AAClE,yFAAyE;AACzE,uGAAuF;AACvF,6FAA6E;AAC7E,4DAA4C;AAC5C,2EAA2D;AAC3D,oEAAoD;AACpD,qFAAqE;AACrE,uFAAuE;AACvE,mFAAmE;AACnE,2EAA2D;AAC3D,uFAAuE;AACvE,6EAA6D;AAC7D,8FAA8E;AAC9E,gEAAgD;AAChD,8FAA8E;AAC9E,uFAAuE;AACvE,iFAAiE;AACjE,mFAAmE;AACnE,mFAAmE;AACnE,6FAA6E;AAC7E,qFAAqE;AACrE,wEAAwD;AACxD,uFAAuE"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,kGAAkF;AAClF,+EAA+D;AAC/D,+EAA+D;AAC/D,kFAAkE;AAClE,+FAA+E;AAC/E,yFAAyE;AACzE,uGAAuF;AACvF,6FAA6E;AAC7E,4DAA4C;AAC5C,2EAA2D;AAC3D,oEAAoD;AACpD,qFAAqE;AACrE,uFAAuE;AACvE,mFAAmE;AACnE,2EAA2D;AAC3D,uFAAuE;AACvE,6EAA6D;AAC7D,8FAA8E;AAC9E,gEAAgD;AAChD,8FAA8E;AAC9E,uFAAuE;AACvE,iFAAiE;AACjE,mFAAmE;AACnE,mFAAmE;AACnE,6FAA6E;AAC7E,qFAAqE;AACrE,wEAAwD;AACxD,uFAAuE"}
|
package/build/es/context.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger/cont
|
|
|
3
3
|
export * as discountRules from '@wix/ecom_discount-rules/context';
|
|
4
4
|
export * as orderInvoices from '@wix/ecom_order-invoices/context';
|
|
5
5
|
export * as recommendations from '@wix/ecom_recommendations/context';
|
|
6
|
+
export * as subscriptionContracts from '@wix/ecom_subscription-contracts/context';
|
|
6
7
|
export * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts/context';
|
|
7
8
|
export * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications/context';
|
|
8
9
|
export * as backInStockSettings from '@wix/ecom_back-in-stock-settings/context';
|
package/build/es/context.js
CHANGED
|
@@ -3,6 +3,7 @@ export * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger/cont
|
|
|
3
3
|
export * as discountRules from '@wix/ecom_discount-rules/context';
|
|
4
4
|
export * as orderInvoices from '@wix/ecom_order-invoices/context';
|
|
5
5
|
export * as recommendations from '@wix/ecom_recommendations/context';
|
|
6
|
+
export * as subscriptionContracts from '@wix/ecom_subscription-contracts/context';
|
|
6
7
|
export * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts/context';
|
|
7
8
|
export * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications/context';
|
|
8
9
|
export * as backInStockSettings from '@wix/ecom_back-in-stock-settings/context';
|
package/build/es/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,sBAAsB,MAAM,4CAA4C,CAAC;AACrF,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,mCAAmC,CAAC;AACrE,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC1F,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,yCAAyC,CAAC;AAChF,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,sBAAsB,MAAM,4CAA4C,CAAC;AACrF,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,mCAAmC,CAAC;AACrE,OAAO,KAAK,qBAAqB,MAAM,0CAA0C,CAAC;AAClF,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC1F,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,yCAAyC,CAAC;AAChF,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
|
3
3
|
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
4
|
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
5
|
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as subscriptionContracts from '@wix/ecom_subscription-contracts';
|
|
6
7
|
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
7
8
|
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
8
9
|
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
@@ -26,4 +27,4 @@ import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
|
26
27
|
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
27
28
|
import * as currencies from '@wix/ecom_currencies';
|
|
28
29
|
import * as deliverySolutions from '@wix/ecom_delivery-solutions';
|
|
29
|
-
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, };
|
|
30
|
+
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, };
|
package/build/es/index.js
CHANGED
|
@@ -3,6 +3,7 @@ import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
|
3
3
|
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
4
|
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
5
|
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as subscriptionContracts from '@wix/ecom_subscription-contracts';
|
|
6
7
|
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
7
8
|
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
8
9
|
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
@@ -26,5 +27,5 @@ import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
|
26
27
|
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
27
28
|
import * as currencies from '@wix/ecom_currencies';
|
|
28
29
|
import * as deliverySolutions from '@wix/ecom_delivery-solutions';
|
|
29
|
-
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, };
|
|
30
|
+
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, };
|
|
30
31
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,sBAAsB,MAAM,oCAAoC,CAAC;AAC7E,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,kBAAkB,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAClF,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,oBAAoB,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAElE,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,GAClB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,sBAAsB,MAAM,oCAAoC,CAAC;AAC7E,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,qBAAqB,MAAM,kCAAkC,CAAC;AAC1E,OAAO,KAAK,kBAAkB,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAClF,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,oBAAoB,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAElE,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,GAClB,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger/meta
|
|
|
3
3
|
export * as discountRules from '@wix/ecom_discount-rules/meta';
|
|
4
4
|
export * as orderInvoices from '@wix/ecom_order-invoices/meta';
|
|
5
5
|
export * as recommendations from '@wix/ecom_recommendations/meta';
|
|
6
|
+
export * as subscriptionContracts from '@wix/ecom_subscription-contracts/meta';
|
|
6
7
|
export * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts/meta';
|
|
7
8
|
export * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications/meta';
|
|
8
9
|
export * as backInStockSettings from '@wix/ecom_back-in-stock-settings/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -3,6 +3,7 @@ export * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger/meta
|
|
|
3
3
|
export * as discountRules from '@wix/ecom_discount-rules/meta';
|
|
4
4
|
export * as orderInvoices from '@wix/ecom_order-invoices/meta';
|
|
5
5
|
export * as recommendations from '@wix/ecom_recommendations/meta';
|
|
6
|
+
export * as subscriptionContracts from '@wix/ecom_subscription-contracts/meta';
|
|
6
7
|
export * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts/meta';
|
|
7
8
|
export * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications/meta';
|
|
8
9
|
export * as backInStockSettings from '@wix/ecom_back-in-stock-settings/meta';
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,sBAAsB,MAAM,yCAAyC,CAAC;AAClF,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,eAAe,MAAM,gCAAgC,CAAC;AAClE,OAAO,KAAK,kBAAkB,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,wBAAwB,MAAM,4CAA4C,CAAC;AACvF,OAAO,KAAK,mBAAmB,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,IAAI,MAAM,qBAAqB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,QAAQ,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,YAAY,MAAM,8BAA8B,CAAC;AAC7D,OAAO,KAAK,oBAAoB,MAAM,uCAAuC,CAAC;AAC9E,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,oBAAoB,MAAM,uCAAuC,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAC;AACjE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,oBAAoB,MAAM,sCAAsC,CAAC;AAC7E,OAAO,KAAK,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC;AACxD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,sBAAsB,MAAM,yCAAyC,CAAC;AAClF,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,eAAe,MAAM,gCAAgC,CAAC;AAClE,OAAO,KAAK,qBAAqB,MAAM,uCAAuC,CAAC;AAC/E,OAAO,KAAK,kBAAkB,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,wBAAwB,MAAM,4CAA4C,CAAC;AACvF,OAAO,KAAK,mBAAmB,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,IAAI,MAAM,qBAAqB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,QAAQ,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,YAAY,MAAM,8BAA8B,CAAC;AAC7D,OAAO,KAAK,oBAAoB,MAAM,uCAAuC,CAAC;AAC9E,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,oBAAoB,MAAM,uCAAuC,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAC;AACjE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,oBAAoB,MAAM,sCAAsC,CAAC;AAC7E,OAAO,KAAK,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC;AACxD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.793",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"service-plugins"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@wix/ecom_abandoned-checkouts": "1.0.
|
|
22
|
+
"@wix/ecom_abandoned-checkouts": "1.0.50",
|
|
23
23
|
"@wix/ecom_additional-fees": "1.0.29",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.54",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.39",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@wix/ecom_order-invoices": "1.0.43",
|
|
46
46
|
"@wix/ecom_order-payment-requests": "1.0.14",
|
|
47
47
|
"@wix/ecom_order-transactions": "1.0.71",
|
|
48
|
-
"@wix/ecom_orders": "1.0.
|
|
48
|
+
"@wix/ecom_orders": "1.0.132",
|
|
49
49
|
"@wix/ecom_orders-settings": "1.0.49",
|
|
50
50
|
"@wix/ecom_payment-settings": "1.0.54",
|
|
51
51
|
"@wix/ecom_pickup-locations": "1.0.13",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@wix/ecom_shipping-options": "1.0.11",
|
|
55
55
|
"@wix/ecom_shipping-rates": "1.0.46",
|
|
56
56
|
"@wix/ecom_shippo-configurations": "1.0.18",
|
|
57
|
+
"@wix/ecom_subscription-contracts": "1.0.0",
|
|
57
58
|
"@wix/ecom_totals-calculator": "1.0.15",
|
|
58
59
|
"@wix/ecom_validations": "1.0.35"
|
|
59
60
|
},
|
|
@@ -80,5 +81,5 @@
|
|
|
80
81
|
"fqdn": ""
|
|
81
82
|
}
|
|
82
83
|
},
|
|
83
|
-
"falconPackageHash": "
|
|
84
|
+
"falconPackageHash": "c1883fb36982ddfb9d74ef87209219e0021ede76e65a07aa2d307f3e"
|
|
84
85
|
}
|