@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.
- package/build/cjs/context.d.ts +3 -0
- package/build/cjs/context.js +4 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +3 -0
- package/build/cjs/index.js +4 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -0
- package/build/cjs/meta.js +4 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +3 -0
- package/build/es/context.js +3 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +3 -0
- package/build/es/index.js +3 -0
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +3 -0
- package/build/es/meta.js +3 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +10 -7
- package/type-bundles/context.bundle.d.ts +7020 -109
- package/type-bundles/index.bundle.d.ts +4130 -2162
- package/type-bundles/meta.bundle.d.ts +4323 -3559
package/build/cjs/context.d.ts
CHANGED
|
@@ -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';
|
package/build/cjs/context.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/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
|
package/build/cjs/context.js.map
CHANGED
|
@@ -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"}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -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/cjs/index.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"));
|
|
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
|
package/build/cjs/index.js.map
CHANGED
|
@@ -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"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -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
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -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"}
|
package/build/es/context.d.ts
CHANGED
|
@@ -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';
|
package/build/es/context.js
CHANGED
|
@@ -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
|
package/build/es/context.js.map
CHANGED
|
@@ -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"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -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
|
package/build/es/index.js.map
CHANGED
|
@@ -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"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -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
|
package/build/es/meta.js.map
CHANGED
|
@@ -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.
|
|
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/
|
|
22
|
-
"@wix/
|
|
23
|
-
"@wix/
|
|
24
|
-
"@wix/
|
|
25
|
-
"@wix/
|
|
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": "
|
|
52
|
+
"falconPackageHash": "67676f411c669802465415a89f04be18e819c90f080e63b70e195abb"
|
|
50
53
|
}
|