@wix/ecom 1.0.710 → 1.0.711
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/index.d.ts +27 -26
- package/build/cjs/index.js +52 -26
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.ts +27 -26
- package/build/es/index.js +27 -26
- package/build/es/index.js.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import * as checkoutContent from '@wix/ecom_checkout-content';
|
|
2
|
+
import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
3
|
+
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
|
+
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
|
+
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
7
|
+
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
8
|
+
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
9
|
+
import * as cart from '@wix/ecom_cart';
|
|
10
|
+
import * as currentCart from '@wix/ecom_current-cart';
|
|
11
|
+
import * as checkout from '@wix/ecom_checkout';
|
|
12
|
+
import * as checkoutSettings from '@wix/ecom_checkout-settings';
|
|
13
|
+
import * as checkoutTemplates from '@wix/ecom_checkout-templates';
|
|
14
|
+
import * as deliveryProfile from '@wix/ecom_delivery-profile';
|
|
15
|
+
import * as draftOrders from '@wix/ecom_draft-orders';
|
|
16
|
+
import * as orderFulfillments from '@wix/ecom_order-fulfillments';
|
|
17
|
+
import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
|
|
18
|
+
import * as orders from '@wix/ecom_orders';
|
|
19
|
+
import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
|
|
20
|
+
import * as orderTransactions from '@wix/ecom_order-transactions';
|
|
21
|
+
import * as ordersSettings from '@wix/ecom_orders-settings';
|
|
22
|
+
import * as pickupLocations from '@wix/ecom_pickup-locations';
|
|
23
|
+
import * as shippingOptions from '@wix/ecom_shipping-options';
|
|
24
|
+
import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
25
|
+
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
26
|
+
import * as currencies from '@wix/ecom_currencies';
|
|
27
|
+
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
|
package/build/cjs/index.js
CHANGED
|
@@ -24,30 +24,56 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = 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;
|
|
27
|
-
|
|
28
|
-
exports.
|
|
29
|
-
|
|
30
|
-
exports.
|
|
31
|
-
|
|
32
|
-
exports.
|
|
33
|
-
|
|
34
|
-
exports.
|
|
35
|
-
|
|
36
|
-
exports.
|
|
37
|
-
|
|
38
|
-
exports.
|
|
39
|
-
|
|
40
|
-
exports.
|
|
41
|
-
|
|
42
|
-
exports.
|
|
43
|
-
|
|
44
|
-
exports.
|
|
45
|
-
|
|
46
|
-
exports.
|
|
47
|
-
|
|
48
|
-
exports.
|
|
49
|
-
|
|
50
|
-
exports.
|
|
51
|
-
|
|
52
|
-
exports.
|
|
27
|
+
const checkoutContent = __importStar(require("@wix/ecom_checkout-content"));
|
|
28
|
+
exports.checkoutContent = checkoutContent;
|
|
29
|
+
const discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger"));
|
|
30
|
+
exports.discountsCustomTrigger = discountsCustomTrigger;
|
|
31
|
+
const discountRules = __importStar(require("@wix/ecom_discount-rules"));
|
|
32
|
+
exports.discountRules = discountRules;
|
|
33
|
+
const orderInvoices = __importStar(require("@wix/ecom_order-invoices"));
|
|
34
|
+
exports.orderInvoices = orderInvoices;
|
|
35
|
+
const recommendations = __importStar(require("@wix/ecom_recommendations"));
|
|
36
|
+
exports.recommendations = recommendations;
|
|
37
|
+
const abandonedCheckouts = __importStar(require("@wix/ecom_abandoned-checkouts"));
|
|
38
|
+
exports.abandonedCheckouts = abandonedCheckouts;
|
|
39
|
+
const backInStockNotifications = __importStar(require("@wix/ecom_back-in-stock-notifications"));
|
|
40
|
+
exports.backInStockNotifications = backInStockNotifications;
|
|
41
|
+
const backInStockSettings = __importStar(require("@wix/ecom_back-in-stock-settings"));
|
|
42
|
+
exports.backInStockSettings = backInStockSettings;
|
|
43
|
+
const cart = __importStar(require("@wix/ecom_cart"));
|
|
44
|
+
exports.cart = cart;
|
|
45
|
+
const currentCart = __importStar(require("@wix/ecom_current-cart"));
|
|
46
|
+
exports.currentCart = currentCart;
|
|
47
|
+
const checkout = __importStar(require("@wix/ecom_checkout"));
|
|
48
|
+
exports.checkout = checkout;
|
|
49
|
+
const checkoutSettings = __importStar(require("@wix/ecom_checkout-settings"));
|
|
50
|
+
exports.checkoutSettings = checkoutSettings;
|
|
51
|
+
const checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates"));
|
|
52
|
+
exports.checkoutTemplates = checkoutTemplates;
|
|
53
|
+
const deliveryProfile = __importStar(require("@wix/ecom_delivery-profile"));
|
|
54
|
+
exports.deliveryProfile = deliveryProfile;
|
|
55
|
+
const draftOrders = __importStar(require("@wix/ecom_draft-orders"));
|
|
56
|
+
exports.draftOrders = draftOrders;
|
|
57
|
+
const orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments"));
|
|
58
|
+
exports.orderFulfillments = orderFulfillments;
|
|
59
|
+
const localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options"));
|
|
60
|
+
exports.localDeliveryOptions = localDeliveryOptions;
|
|
61
|
+
const orders = __importStar(require("@wix/ecom_orders"));
|
|
62
|
+
exports.orders = orders;
|
|
63
|
+
const orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests"));
|
|
64
|
+
exports.orderPaymentRequests = orderPaymentRequests;
|
|
65
|
+
const orderTransactions = __importStar(require("@wix/ecom_order-transactions"));
|
|
66
|
+
exports.orderTransactions = orderTransactions;
|
|
67
|
+
const ordersSettings = __importStar(require("@wix/ecom_orders-settings"));
|
|
68
|
+
exports.ordersSettings = ordersSettings;
|
|
69
|
+
const pickupLocations = __importStar(require("@wix/ecom_pickup-locations"));
|
|
70
|
+
exports.pickupLocations = pickupLocations;
|
|
71
|
+
const shippingOptions = __importStar(require("@wix/ecom_shipping-options"));
|
|
72
|
+
exports.shippingOptions = shippingOptions;
|
|
73
|
+
const shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations"));
|
|
74
|
+
exports.shippoConfigurations = shippoConfigurations;
|
|
75
|
+
const totalsCalculator = __importStar(require("@wix/ecom_totals-calculator"));
|
|
76
|
+
exports.totalsCalculator = totalsCalculator;
|
|
77
|
+
const currencies = __importStar(require("@wix/ecom_currencies"));
|
|
78
|
+
exports.currencies = currencies;
|
|
53
79
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;AA4B5D,0CAAe;AA3BjB,2FAA6E;AA4B3E,wDAAsB;AA3BxB,wEAA0D;AA4BxD,sCAAa;AA3Bf,wEAA0D;AA4BxD,sCAAa;AA3Bf,2EAA6D;AA4B3D,0CAAe;AA3BjB,kFAAoE;AA4BlE,gDAAkB;AA3BpB,gGAAkF;AA4BhF,4DAAwB;AA3B1B,sFAAwE;AA4BtE,kDAAmB;AA3BrB,qDAAuC;AA4BrC,oBAAI;AA3BN,oEAAsD;AA4BpD,kCAAW;AA3Bb,6DAA+C;AA4B7C,4BAAQ;AA3BV,8EAAgE;AA4B9D,4CAAgB;AA3BlB,gFAAkE;AA4BhE,8CAAiB;AA3BnB,4EAA8D;AA4B5D,0CAAe;AA3BjB,oEAAsD;AA4BpD,kCAAW;AA3Bb,gFAAkE;AA4BhE,8CAAiB;AA3BnB,uFAAyE;AA4BvE,oDAAoB;AA3BtB,yDAA2C;AA4BzC,wBAAM;AA3BR,uFAAyE;AA4BvE,oDAAoB;AA3BtB,gFAAkE;AA4BhE,8CAAiB;AA3BnB,0EAA4D;AA4B1D,wCAAc;AA3BhB,4EAA8D;AA4B5D,0CAAe;AA3BjB,4EAA8D;AA4B5D,0CAAe;AA3BjB,sFAAwE;AA4BtE,oDAAoB;AA3BtB,8EAAgE;AA4B9D,4CAAgB;AA3BlB,iEAAmD;AA4BjD,gCAAU"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import * as checkoutContent from '@wix/ecom_checkout-content';
|
|
2
|
+
import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
3
|
+
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
|
+
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
|
+
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
7
|
+
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
8
|
+
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
9
|
+
import * as cart from '@wix/ecom_cart';
|
|
10
|
+
import * as currentCart from '@wix/ecom_current-cart';
|
|
11
|
+
import * as checkout from '@wix/ecom_checkout';
|
|
12
|
+
import * as checkoutSettings from '@wix/ecom_checkout-settings';
|
|
13
|
+
import * as checkoutTemplates from '@wix/ecom_checkout-templates';
|
|
14
|
+
import * as deliveryProfile from '@wix/ecom_delivery-profile';
|
|
15
|
+
import * as draftOrders from '@wix/ecom_draft-orders';
|
|
16
|
+
import * as orderFulfillments from '@wix/ecom_order-fulfillments';
|
|
17
|
+
import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
|
|
18
|
+
import * as orders from '@wix/ecom_orders';
|
|
19
|
+
import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
|
|
20
|
+
import * as orderTransactions from '@wix/ecom_order-transactions';
|
|
21
|
+
import * as ordersSettings from '@wix/ecom_orders-settings';
|
|
22
|
+
import * as pickupLocations from '@wix/ecom_pickup-locations';
|
|
23
|
+
import * as shippingOptions from '@wix/ecom_shipping-options';
|
|
24
|
+
import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
25
|
+
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
26
|
+
import * as currencies from '@wix/ecom_currencies';
|
|
27
|
+
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
|
package/build/es/index.js
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import * as checkoutContent from '@wix/ecom_checkout-content';
|
|
2
|
+
import * as discountsCustomTrigger from '@wix/ecom_discounts-custom-trigger';
|
|
3
|
+
import * as discountRules from '@wix/ecom_discount-rules';
|
|
4
|
+
import * as orderInvoices from '@wix/ecom_order-invoices';
|
|
5
|
+
import * as recommendations from '@wix/ecom_recommendations';
|
|
6
|
+
import * as abandonedCheckouts from '@wix/ecom_abandoned-checkouts';
|
|
7
|
+
import * as backInStockNotifications from '@wix/ecom_back-in-stock-notifications';
|
|
8
|
+
import * as backInStockSettings from '@wix/ecom_back-in-stock-settings';
|
|
9
|
+
import * as cart from '@wix/ecom_cart';
|
|
10
|
+
import * as currentCart from '@wix/ecom_current-cart';
|
|
11
|
+
import * as checkout from '@wix/ecom_checkout';
|
|
12
|
+
import * as checkoutSettings from '@wix/ecom_checkout-settings';
|
|
13
|
+
import * as checkoutTemplates from '@wix/ecom_checkout-templates';
|
|
14
|
+
import * as deliveryProfile from '@wix/ecom_delivery-profile';
|
|
15
|
+
import * as draftOrders from '@wix/ecom_draft-orders';
|
|
16
|
+
import * as orderFulfillments from '@wix/ecom_order-fulfillments';
|
|
17
|
+
import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
|
|
18
|
+
import * as orders from '@wix/ecom_orders';
|
|
19
|
+
import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
|
|
20
|
+
import * as orderTransactions from '@wix/ecom_order-transactions';
|
|
21
|
+
import * as ordersSettings from '@wix/ecom_orders-settings';
|
|
22
|
+
import * as pickupLocations from '@wix/ecom_pickup-locations';
|
|
23
|
+
import * as shippingOptions from '@wix/ecom_shipping-options';
|
|
24
|
+
import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
|
|
25
|
+
import * as totalsCalculator from '@wix/ecom_totals-calculator';
|
|
26
|
+
import * as currencies from '@wix/ecom_currencies';
|
|
27
|
+
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
|
|
27
28
|
//# 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,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"}
|
|
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,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;AAEnD,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,oBAAoB,EACpB,MAAM,EACN,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,GACX,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.711",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"fqdn": ""
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"falconPackageHash": "
|
|
77
|
+
"falconPackageHash": "71024302357808bd67d62ef30fec492c53413f23cd3dc168b711dd38"
|
|
78
78
|
}
|