@wix/ecom 1.0.647 → 1.0.648

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.647",
3
+ "version": "1.0.648",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -30,6 +30,7 @@
30
30
  "@wix/ecom_currencies": "1.0.24",
31
31
  "@wix/ecom_current-cart": "1.0.49",
32
32
  "@wix/ecom_custom-triggers": "1.0.8",
33
+ "@wix/ecom_delivery-profile": "1.0.0",
33
34
  "@wix/ecom_discount-rules": "1.0.38",
34
35
  "@wix/ecom_order-fulfillments": "1.0.31",
35
36
  "@wix/ecom_order-invoices": "1.0.26",
@@ -63,5 +64,5 @@
63
64
  "fqdn": ""
64
65
  }
65
66
  },
66
- "falconPackageHash": "611f06860c1288055c48636e2e9ab8efc5f19791cd4bda4011b7b9e5"
67
+ "falconPackageHash": "1c3093ad58848ea18e445487e41e891be5ddbb60f8bac65bdc9b332b"
67
68
  }