@wix/stores 1.0.168 → 1.0.170

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.
@@ -1,5 +1,8 @@
1
1
  export * as wishlist from '@wix/stores_wishlist/context';
2
2
  export * as collections from '@wix/stores_collections/context';
3
3
  export * as products from '@wix/stores_products/context';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/context';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options/context';
5
8
  export * as inventory from '@wix/stores_inventory/context';
@@ -23,10 +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.inventory = exports.subscriptionOptions = exports.products = exports.collections = exports.wishlist = void 0;
26
+ exports.inventory = exports.subscriptionOptions = exports.ribbonsV3 = exports.inventoryItemsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
27
27
  exports.wishlist = __importStar(require("@wix/stores_wishlist/context"));
28
28
  exports.collections = __importStar(require("@wix/stores_collections/context"));
29
29
  exports.products = __importStar(require("@wix/stores_products/context"));
30
+ exports.brandsV3 = __importStar(require("@wix/stores_brands-v-3/context"));
31
+ exports.inventoryItemsV3 = __importStar(require("@wix/stores_inventory-items-v-3/context"));
32
+ exports.ribbonsV3 = __importStar(require("@wix/stores_ribbons-v-3/context"));
30
33
  exports.subscriptionOptions = __importStar(require("@wix/stores_subscription-options/context"));
31
34
  exports.inventory = __importStar(require("@wix/stores_inventory/context"));
32
35
  //# sourceMappingURL=context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,+EAA+D;AAC/D,yEAAyD;AACzD,gGAAgF;AAChF,2EAA2D"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,+EAA+D;AAC/D,yEAAyD;AACzD,2EAA2D;AAC3D,4FAA4E;AAC5E,6EAA6D;AAC7D,gGAAgF;AAChF,2EAA2D"}
@@ -1,5 +1,8 @@
1
1
  export * as wishlist from '@wix/stores_wishlist';
2
2
  export * as collections from '@wix/stores_collections';
3
3
  export * as products from '@wix/stores_products';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options';
5
8
  export * as inventory from '@wix/stores_inventory';
@@ -23,10 +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.inventory = exports.subscriptionOptions = exports.products = exports.collections = exports.wishlist = void 0;
26
+ exports.inventory = exports.subscriptionOptions = exports.ribbonsV3 = exports.inventoryItemsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
27
27
  exports.wishlist = __importStar(require("@wix/stores_wishlist"));
28
28
  exports.collections = __importStar(require("@wix/stores_collections"));
29
29
  exports.products = __importStar(require("@wix/stores_products"));
30
+ exports.brandsV3 = __importStar(require("@wix/stores_brands-v-3"));
31
+ exports.inventoryItemsV3 = __importStar(require("@wix/stores_inventory-items-v-3"));
32
+ exports.ribbonsV3 = __importStar(require("@wix/stores_ribbons-v-3"));
30
33
  exports.subscriptionOptions = __importStar(require("@wix/stores_subscription-options"));
31
34
  exports.inventory = __importStar(require("@wix/stores_inventory"));
32
35
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iEAAiD;AACjD,uEAAuD;AACvD,iEAAiD;AACjD,wFAAwE;AACxE,mEAAmD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iEAAiD;AACjD,uEAAuD;AACvD,iEAAiD;AACjD,mEAAmD;AACnD,oFAAoE;AACpE,qEAAqD;AACrD,wFAAwE;AACxE,mEAAmD"}
@@ -1,5 +1,8 @@
1
1
  export * as wishlist from '@wix/stores_wishlist/meta';
2
2
  export * as collections from '@wix/stores_collections/meta';
3
3
  export * as products from '@wix/stores_products/meta';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/meta';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/meta';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/meta';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options/meta';
5
8
  export * as inventory from '@wix/stores_inventory/meta';
package/build/cjs/meta.js CHANGED
@@ -23,10 +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.inventory = exports.subscriptionOptions = exports.products = exports.collections = exports.wishlist = void 0;
26
+ exports.inventory = exports.subscriptionOptions = exports.ribbonsV3 = exports.inventoryItemsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
27
27
  exports.wishlist = __importStar(require("@wix/stores_wishlist/meta"));
28
28
  exports.collections = __importStar(require("@wix/stores_collections/meta"));
29
29
  exports.products = __importStar(require("@wix/stores_products/meta"));
30
+ exports.brandsV3 = __importStar(require("@wix/stores_brands-v-3/meta"));
31
+ exports.inventoryItemsV3 = __importStar(require("@wix/stores_inventory-items-v-3/meta"));
32
+ exports.ribbonsV3 = __importStar(require("@wix/stores_ribbons-v-3/meta"));
30
33
  exports.subscriptionOptions = __importStar(require("@wix/stores_subscription-options/meta"));
31
34
  exports.inventory = __importStar(require("@wix/stores_inventory/meta"));
32
35
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAsD;AACtD,4EAA4D;AAC5D,sEAAsD;AACtD,6FAA6E;AAC7E,wEAAwD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAsD;AACtD,4EAA4D;AAC5D,sEAAsD;AACtD,wEAAwD;AACxD,yFAAyE;AACzE,0EAA0D;AAC1D,6FAA6E;AAC7E,wEAAwD"}
@@ -1,5 +1,8 @@
1
1
  export * as wishlist from '@wix/stores_wishlist/context';
2
2
  export * as collections from '@wix/stores_collections/context';
3
3
  export * as products from '@wix/stores_products/context';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/context';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options/context';
5
8
  export * as inventory from '@wix/stores_inventory/context';
@@ -1,6 +1,9 @@
1
1
  export * as wishlist from '@wix/stores_wishlist/context';
2
2
  export * as collections from '@wix/stores_collections/context';
3
3
  export * as products from '@wix/stores_products/context';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/context';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options/context';
5
8
  export * as inventory from '@wix/stores_inventory/context';
6
9
  //# sourceMappingURL=context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,QAAQ,MAAM,gCAAgC,CAAC;AAC3D,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC"}
@@ -1,5 +1,8 @@
1
1
  export * as wishlist from '@wix/stores_wishlist';
2
2
  export * as collections from '@wix/stores_collections';
3
3
  export * as products from '@wix/stores_products';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options';
5
8
  export * as inventory from '@wix/stores_inventory';
package/build/es/index.js CHANGED
@@ -1,6 +1,9 @@
1
1
  export * as wishlist from '@wix/stores_wishlist';
2
2
  export * as collections from '@wix/stores_collections';
3
3
  export * as products from '@wix/stores_products';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options';
5
8
  export * as inventory from '@wix/stores_inventory';
6
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,gBAAgB,MAAM,iCAAiC,CAAC;AACpE,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAC"}
@@ -1,5 +1,8 @@
1
1
  export * as wishlist from '@wix/stores_wishlist/meta';
2
2
  export * as collections from '@wix/stores_collections/meta';
3
3
  export * as products from '@wix/stores_products/meta';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/meta';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/meta';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/meta';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options/meta';
5
8
  export * as inventory from '@wix/stores_inventory/meta';
package/build/es/meta.js CHANGED
@@ -1,6 +1,9 @@
1
1
  export * as wishlist from '@wix/stores_wishlist/meta';
2
2
  export * as collections from '@wix/stores_collections/meta';
3
3
  export * as products from '@wix/stores_products/meta';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/meta';
5
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/meta';
6
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/meta';
4
7
  export * as subscriptionOptions from '@wix/stores_subscription-options/meta';
5
8
  export * as inventory from '@wix/stores_inventory/meta';
6
9
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,mBAAmB,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,mBAAmB,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.168",
3
+ "version": "1.0.170",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,11 +18,14 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/stores_collections": "1.0.24",
22
- "@wix/stores_inventory": "1.0.28",
23
- "@wix/stores_products": "1.0.34",
24
- "@wix/stores_subscription-options": "1.0.23",
25
- "@wix/stores_wishlist": "1.0.20"
21
+ "@wix/stores_brands-v-3": "1.0.0",
22
+ "@wix/stores_collections": "1.0.25",
23
+ "@wix/stores_inventory": "1.0.29",
24
+ "@wix/stores_inventory-items-v-3": "1.0.0",
25
+ "@wix/stores_products": "1.0.35",
26
+ "@wix/stores_ribbons-v-3": "1.0.0",
27
+ "@wix/stores_subscription-options": "1.0.24",
28
+ "@wix/stores_wishlist": "1.0.21"
26
29
  },
27
30
  "devDependencies": {
28
31
  "glob": "^10.4.1",
@@ -46,5 +49,5 @@
46
49
  "fqdn": ""
47
50
  }
48
51
  },
49
- "falconPackageHash": "aebb8d29e7af12d784bfb6cb6c6069fbd98c9a6978ba88100ec09594"
52
+ "falconPackageHash": "67676f411c669802465415a89f04be18e819c90f080e63b70e195abb"
50
53
  }