@wix/stores 1.0.346 → 1.0.348
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/package.json +15 -20
- package/build/cjs/context.d.ts +0 -13
- package/build/cjs/context.js +0 -40
- package/build/cjs/context.js.map +0 -1
- package/build/es/context.d.ts +0 -13
- package/build/es/context.js +0 -14
- package/build/es/context.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.348",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,11 +21,6 @@
|
|
|
21
21
|
"import": "./build/es/meta.js",
|
|
22
22
|
"require": "./build/cjs/meta.js",
|
|
23
23
|
"types": "./build/es/meta.d.ts"
|
|
24
|
-
},
|
|
25
|
-
"./context": {
|
|
26
|
-
"import": "./build/es/context.js",
|
|
27
|
-
"require": "./build/cjs/context.js",
|
|
28
|
-
"types": "./build/es/context.d.ts"
|
|
29
24
|
}
|
|
30
25
|
},
|
|
31
26
|
"files": [
|
|
@@ -34,19 +29,19 @@
|
|
|
34
29
|
"service-plugins"
|
|
35
30
|
],
|
|
36
31
|
"dependencies": {
|
|
37
|
-
"@wix/stores_brands-v-3": "1.0.
|
|
38
|
-
"@wix/stores_catalog-versioning": "1.0.
|
|
39
|
-
"@wix/stores_collections": "1.0.
|
|
40
|
-
"@wix/stores_customizations-v-3": "1.0.
|
|
41
|
-
"@wix/stores_info-sections-v-3": "1.0.
|
|
42
|
-
"@wix/stores_inventory": "1.0.
|
|
43
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
44
|
-
"@wix/stores_products": "1.0.
|
|
45
|
-
"@wix/stores_products-v-3": "1.0.
|
|
46
|
-
"@wix/stores_ribbons-v-3": "1.0.
|
|
47
|
-
"@wix/stores_stores-locations-v-3": "1.0.
|
|
48
|
-
"@wix/stores_subscription-options": "1.0.
|
|
49
|
-
"@wix/stores_wishlist": "1.0.
|
|
32
|
+
"@wix/stores_brands-v-3": "1.0.43",
|
|
33
|
+
"@wix/stores_catalog-versioning": "1.0.32",
|
|
34
|
+
"@wix/stores_collections": "1.0.65",
|
|
35
|
+
"@wix/stores_customizations-v-3": "1.0.45",
|
|
36
|
+
"@wix/stores_info-sections-v-3": "1.0.44",
|
|
37
|
+
"@wix/stores_inventory": "1.0.83",
|
|
38
|
+
"@wix/stores_inventory-items-v-3": "1.0.58",
|
|
39
|
+
"@wix/stores_products": "1.0.108",
|
|
40
|
+
"@wix/stores_products-v-3": "1.0.105",
|
|
41
|
+
"@wix/stores_ribbons-v-3": "1.0.40",
|
|
42
|
+
"@wix/stores_stores-locations-v-3": "1.0.46",
|
|
43
|
+
"@wix/stores_subscription-options": "1.0.64",
|
|
44
|
+
"@wix/stores_wishlist": "1.0.57"
|
|
50
45
|
},
|
|
51
46
|
"devDependencies": {
|
|
52
47
|
"typescript": "^5.3.2"
|
|
@@ -66,5 +61,5 @@
|
|
|
66
61
|
"fqdn": ""
|
|
67
62
|
}
|
|
68
63
|
},
|
|
69
|
-
"falconPackageHash": "
|
|
64
|
+
"falconPackageHash": "484c94c07dd819ce7e41142ed2cf5ece1476cd1dc3bf5434f6bd233e"
|
|
70
65
|
}
|
package/build/cjs/context.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * as wishlist from '@wix/stores_wishlist/context';
|
|
2
|
-
export * as collections from '@wix/stores_collections/context';
|
|
3
|
-
export * as products from '@wix/stores_products/context';
|
|
4
|
-
export * as brandsV3 from '@wix/stores_brands-v-3/context';
|
|
5
|
-
export * as customizationsV3 from '@wix/stores_customizations-v-3/context';
|
|
6
|
-
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/context';
|
|
7
|
-
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
|
|
8
|
-
export * as productsV3 from '@wix/stores_products-v-3/context';
|
|
9
|
-
export * as catalogVersioning from '@wix/stores_catalog-versioning/context';
|
|
10
|
-
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
|
|
11
|
-
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/context';
|
|
12
|
-
export * as subscriptionOptions from '@wix/stores_subscription-options/context';
|
|
13
|
-
export * as inventory from '@wix/stores_inventory/context';
|
package/build/cjs/context.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.inventory = exports.subscriptionOptions = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
|
|
27
|
-
exports.wishlist = __importStar(require("@wix/stores_wishlist/context"));
|
|
28
|
-
exports.collections = __importStar(require("@wix/stores_collections/context"));
|
|
29
|
-
exports.products = __importStar(require("@wix/stores_products/context"));
|
|
30
|
-
exports.brandsV3 = __importStar(require("@wix/stores_brands-v-3/context"));
|
|
31
|
-
exports.customizationsV3 = __importStar(require("@wix/stores_customizations-v-3/context"));
|
|
32
|
-
exports.infoSectionsV3 = __importStar(require("@wix/stores_info-sections-v-3/context"));
|
|
33
|
-
exports.inventoryItemsV3 = __importStar(require("@wix/stores_inventory-items-v-3/context"));
|
|
34
|
-
exports.productsV3 = __importStar(require("@wix/stores_products-v-3/context"));
|
|
35
|
-
exports.catalogVersioning = __importStar(require("@wix/stores_catalog-versioning/context"));
|
|
36
|
-
exports.ribbonsV3 = __importStar(require("@wix/stores_ribbons-v-3/context"));
|
|
37
|
-
exports.storesLocationsV3 = __importStar(require("@wix/stores_stores-locations-v-3/context"));
|
|
38
|
-
exports.subscriptionOptions = __importStar(require("@wix/stores_subscription-options/context"));
|
|
39
|
-
exports.inventory = __importStar(require("@wix/stores_inventory/context"));
|
|
40
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,+EAA+D;AAC/D,yEAAyD;AACzD,2EAA2D;AAC3D,2FAA2E;AAC3E,wFAAwE;AACxE,4FAA4E;AAC5E,+EAA+D;AAC/D,4FAA4E;AAC5E,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,2EAA2D"}
|
package/build/es/context.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * as wishlist from '@wix/stores_wishlist/context';
|
|
2
|
-
export * as collections from '@wix/stores_collections/context';
|
|
3
|
-
export * as products from '@wix/stores_products/context';
|
|
4
|
-
export * as brandsV3 from '@wix/stores_brands-v-3/context';
|
|
5
|
-
export * as customizationsV3 from '@wix/stores_customizations-v-3/context';
|
|
6
|
-
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/context';
|
|
7
|
-
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
|
|
8
|
-
export * as productsV3 from '@wix/stores_products-v-3/context';
|
|
9
|
-
export * as catalogVersioning from '@wix/stores_catalog-versioning/context';
|
|
10
|
-
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
|
|
11
|
-
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/context';
|
|
12
|
-
export * as subscriptionOptions from '@wix/stores_subscription-options/context';
|
|
13
|
-
export * as inventory from '@wix/stores_inventory/context';
|
package/build/es/context.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export * as wishlist from '@wix/stores_wishlist/context';
|
|
2
|
-
export * as collections from '@wix/stores_collections/context';
|
|
3
|
-
export * as products from '@wix/stores_products/context';
|
|
4
|
-
export * as brandsV3 from '@wix/stores_brands-v-3/context';
|
|
5
|
-
export * as customizationsV3 from '@wix/stores_customizations-v-3/context';
|
|
6
|
-
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/context';
|
|
7
|
-
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
|
|
8
|
-
export * as productsV3 from '@wix/stores_products-v-3/context';
|
|
9
|
-
export * as catalogVersioning from '@wix/stores_catalog-versioning/context';
|
|
10
|
-
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
|
|
11
|
-
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/context';
|
|
12
|
-
export * as subscriptionOptions from '@wix/stores_subscription-options/context';
|
|
13
|
-
export * as inventory from '@wix/stores_inventory/context';
|
|
14
|
-
//# sourceMappingURL=context.js.map
|
package/build/es/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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,wCAAwC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,iBAAiB,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC"}
|