@wix/ecom 1.0.644 → 1.0.646

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.
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart/context';
9
9
  export * as checkout from '@wix/ecom_checkout/context';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/context';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
13
14
  export * as orders from '@wix/ecom_orders/context';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
@@ -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.currencies = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
26
+ exports.currencies = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
27
27
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/context"));
28
28
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/context"));
29
29
  exports.recommendations = __importStar(require("@wix/ecom_recommendations/context"));
@@ -35,6 +35,7 @@ exports.currentCart = __importStar(require("@wix/ecom_current-cart/context"));
35
35
  exports.checkout = __importStar(require("@wix/ecom_checkout/context"));
36
36
  exports.checkoutSettings = __importStar(require("@wix/ecom_checkout-settings/context"));
37
37
  exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates/context"));
38
+ exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile/context"));
38
39
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/context"));
39
40
  exports.orders = __importStar(require("@wix/ecom_orders/context"));
40
41
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions/context"));
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,kFAAkE;AAClE,qFAAqE;AACrE,4FAA4E;AAC5E,0GAA0F;AAC1F,gGAAgF;AAChF,+DAA+C;AAC/C,8EAA8D;AAC9D,uEAAuD;AACvD,wFAAwE;AACxE,0FAA0E;AAC1E,0FAA0E;AAC1E,mEAAmD;AACnD,0FAA0E;AAC1E,oFAAoE;AACpE,2EAA2D"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,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,0FAA0E;AAC1E,mEAAmD;AACnD,0FAA0E;AAC1E,oFAAoE;AACpE,2EAA2D"}
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart';
9
9
  export * as checkout from '@wix/ecom_checkout';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
13
14
  export * as orders from '@wix/ecom_orders';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions';
@@ -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.currencies = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
26
+ exports.currencies = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
27
27
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules"));
28
28
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices"));
29
29
  exports.recommendations = __importStar(require("@wix/ecom_recommendations"));
@@ -35,6 +35,7 @@ exports.currentCart = __importStar(require("@wix/ecom_current-cart"));
35
35
  exports.checkout = __importStar(require("@wix/ecom_checkout"));
36
36
  exports.checkoutSettings = __importStar(require("@wix/ecom_checkout-settings"));
37
37
  exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates"));
38
+ exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile"));
38
39
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments"));
39
40
  exports.orders = __importStar(require("@wix/ecom_orders"));
40
41
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,0EAA0D;AAC1D,6EAA6D;AAC7D,oFAAoE;AACpE,kGAAkF;AAClF,wFAAwE;AACxE,uDAAuC;AACvC,sEAAsD;AACtD,+DAA+C;AAC/C,gFAAgE;AAChE,kFAAkE;AAClE,kFAAkE;AAClE,2DAA2C;AAC3C,kFAAkE;AAClE,4EAA4D;AAC5D,mEAAmD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,0EAA0D;AAC1D,6EAA6D;AAC7D,oFAAoE;AACpE,kGAAkF;AAClF,wFAAwE;AACxE,uDAAuC;AACvC,sEAAsD;AACtD,+DAA+C;AAC/C,gFAAgE;AAChE,kFAAkE;AAClE,8EAA8D;AAC9D,kFAAkE;AAClE,2DAA2C;AAC3C,kFAAkE;AAClE,4EAA4D;AAC5D,mEAAmD"}
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart/meta';
9
9
  export * as checkout from '@wix/ecom_checkout/meta';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/meta';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
13
14
  export * as orders from '@wix/ecom_orders/meta';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
package/build/cjs/meta.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.currencies = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
26
+ exports.currencies = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
27
27
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/meta"));
28
28
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/meta"));
29
29
  exports.recommendations = __importStar(require("@wix/ecom_recommendations/meta"));
@@ -35,6 +35,7 @@ exports.currentCart = __importStar(require("@wix/ecom_current-cart/meta"));
35
35
  exports.checkout = __importStar(require("@wix/ecom_checkout/meta"));
36
36
  exports.checkoutSettings = __importStar(require("@wix/ecom_checkout-settings/meta"));
37
37
  exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates/meta"));
38
+ exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile/meta"));
38
39
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/meta"));
39
40
  exports.orders = __importStar(require("@wix/ecom_orders/meta"));
40
41
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions/meta"));
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+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,uFAAuE;AACvE,gEAAgD;AAChD,uFAAuE;AACvE,iFAAiE;AACjE,wEAAwD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+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,uFAAuE;AACvE,gEAAgD;AAChD,uFAAuE;AACvE,iFAAiE;AACjE,wEAAwD"}
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart/context';
9
9
  export * as checkout from '@wix/ecom_checkout/context';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/context';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
13
14
  export * as orders from '@wix/ecom_orders/context';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart/context';
9
9
  export * as checkout from '@wix/ecom_checkout/context';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/context';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
13
14
  export * as orders from '@wix/ecom_orders/context';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC"}
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart';
9
9
  export * as checkout from '@wix/ecom_checkout';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
13
14
  export * as orders from '@wix/ecom_orders';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions';
package/build/es/index.js CHANGED
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart';
9
9
  export * as checkout from '@wix/ecom_checkout';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
13
14
  export * as orders from '@wix/ecom_orders';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC"}
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart/meta';
9
9
  export * as checkout from '@wix/ecom_checkout/meta';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/meta';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
13
14
  export * as orders from '@wix/ecom_orders/meta';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
package/build/es/meta.js CHANGED
@@ -9,6 +9,7 @@ export * as currentCart from '@wix/ecom_current-cart/meta';
9
9
  export * as checkout from '@wix/ecom_checkout/meta';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/meta';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
12
+ export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
12
13
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
13
14
  export * as orders from '@wix/ecom_orders/meta';
14
15
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAC;AACjE,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAC;AACjE,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.644",
3
+ "version": "1.0.646",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,30 +19,30 @@
19
19
  "service-plugins"
20
20
  ],
21
21
  "dependencies": {
22
- "@wix/ecom_abandoned-checkouts": "1.0.30",
23
- "@wix/ecom_additional-fees": "1.0.9",
24
- "@wix/ecom_back-in-stock-notifications": "1.0.35",
25
- "@wix/ecom_back-in-stock-settings": "1.0.22",
26
- "@wix/ecom_cart": "1.0.48",
27
- "@wix/ecom_checkout": "1.0.52",
28
- "@wix/ecom_checkout-settings": "1.0.33",
29
- "@wix/ecom_checkout-templates": "1.0.54",
30
- "@wix/ecom_currencies": "1.0.23",
31
- "@wix/ecom_current-cart": "1.0.48",
32
- "@wix/ecom_custom-triggers": "1.0.7",
33
- "@wix/ecom_discount-rules": "1.0.37",
34
- "@wix/ecom_order-fulfillments": "1.0.30",
35
- "@wix/ecom_order-invoices": "1.0.25",
36
- "@wix/ecom_order-transactions": "1.0.41",
37
- "@wix/ecom_orders": "1.0.75",
38
- "@wix/ecom_orders-settings": "1.0.30",
39
- "@wix/ecom_payment-settings": "1.0.13",
40
- "@wix/ecom_recommendations": "1.0.26",
41
- "@wix/ecom_shipping-rates": "1.0.18",
42
- "@wix/ecom_validations": "1.0.10"
22
+ "@wix/ecom_abandoned-checkouts": "1.0.31",
23
+ "@wix/ecom_additional-fees": "1.0.10",
24
+ "@wix/ecom_back-in-stock-notifications": "1.0.36",
25
+ "@wix/ecom_back-in-stock-settings": "1.0.23",
26
+ "@wix/ecom_cart": "1.0.49",
27
+ "@wix/ecom_checkout": "1.0.53",
28
+ "@wix/ecom_checkout-settings": "1.0.34",
29
+ "@wix/ecom_checkout-templates": "1.0.55",
30
+ "@wix/ecom_currencies": "1.0.24",
31
+ "@wix/ecom_current-cart": "1.0.49",
32
+ "@wix/ecom_custom-triggers": "1.0.8",
33
+ "@wix/ecom_delivery-profile": "1.0.0",
34
+ "@wix/ecom_discount-rules": "1.0.38",
35
+ "@wix/ecom_order-fulfillments": "1.0.31",
36
+ "@wix/ecom_order-invoices": "1.0.26",
37
+ "@wix/ecom_order-transactions": "1.0.42",
38
+ "@wix/ecom_orders": "1.0.76",
39
+ "@wix/ecom_orders-settings": "1.0.31",
40
+ "@wix/ecom_payment-settings": "1.0.14",
41
+ "@wix/ecom_recommendations": "1.0.27",
42
+ "@wix/ecom_shipping-rates": "1.0.19",
43
+ "@wix/ecom_validations": "1.0.11"
43
44
  },
44
45
  "devDependencies": {
45
- "@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
46
46
  "glob": "^10.4.1",
47
47
  "rollup": "^4.18.0",
48
48
  "rollup-plugin-dts": "^6.1.1",
@@ -64,5 +64,5 @@
64
64
  "fqdn": ""
65
65
  }
66
66
  },
67
- "falconPackageHash": "00b19f7e0c3a4d685fe48478c4ea8f96091adcd791bb0ff2ce69ea7c"
67
+ "falconPackageHash": "1c3093ad58848ea18e445487e41e891be5ddbb60f8bac65bdc9b332b"
68
68
  }