@wix/stores 1.0.357 → 1.0.359
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/dashboard.d.ts +1 -0
- package/build/cjs/{dashboard-plugins.js → dashboard.js} +2 -2
- package/build/cjs/dashboard.js.map +1 -0
- package/build/es/dashboard.d.ts +1 -0
- package/build/es/dashboard.js +2 -0
- package/build/es/dashboard.js.map +1 -0
- package/dashboard/package.json +3 -0
- package/package.json +21 -21
- package/build/cjs/dashboard-plugins.d.ts +0 -1
- package/build/cjs/dashboard-plugins.js.map +0 -1
- package/build/es/dashboard-plugins.d.ts +0 -1
- package/build/es/dashboard-plugins.js +0 -2
- package/build/es/dashboard-plugins.js.map +0 -1
- package/dashboard-plugins/package.json +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/stores_app-extensions/dashboard';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@wix/stores_app-extensions/dashboard
|
|
18
|
-
//# sourceMappingURL=dashboard
|
|
17
|
+
__exportStar(require("@wix/stores_app-extensions/dashboard"), exports);
|
|
18
|
+
//# sourceMappingURL=dashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAqD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/stores_app-extensions/dashboard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.359",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,33 +22,33 @@
|
|
|
22
22
|
"require": "./build/cjs/meta.js",
|
|
23
23
|
"types": "./build/es/meta.d.ts"
|
|
24
24
|
},
|
|
25
|
-
"./dashboard
|
|
26
|
-
"import": "./build/es/dashboard
|
|
27
|
-
"require": "./build/cjs/dashboard
|
|
28
|
-
"types": "./build/es/dashboard
|
|
25
|
+
"./dashboard": {
|
|
26
|
+
"import": "./build/es/dashboard.js",
|
|
27
|
+
"require": "./build/cjs/dashboard.js",
|
|
28
|
+
"types": "./build/es/dashboard.d.ts"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"build",
|
|
33
33
|
"meta",
|
|
34
34
|
"service-plugins",
|
|
35
|
-
"dashboard
|
|
35
|
+
"dashboard"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@wix/stores_app-extensions": "1.0.
|
|
39
|
-
"@wix/stores_brands-v-3": "1.0.
|
|
40
|
-
"@wix/stores_catalog-versioning": "1.0.
|
|
41
|
-
"@wix/stores_collections": "1.0.
|
|
42
|
-
"@wix/stores_customizations-v-3": "1.0.
|
|
43
|
-
"@wix/stores_info-sections-v-3": "1.0.
|
|
44
|
-
"@wix/stores_inventory": "1.0.
|
|
45
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
46
|
-
"@wix/stores_products": "1.0.
|
|
47
|
-
"@wix/stores_products-v-3": "1.0.
|
|
48
|
-
"@wix/stores_ribbons-v-3": "1.0.
|
|
49
|
-
"@wix/stores_stores-locations-v-3": "1.0.
|
|
50
|
-
"@wix/stores_subscription-options": "1.0.
|
|
51
|
-
"@wix/stores_wishlist": "1.0.
|
|
38
|
+
"@wix/stores_app-extensions": "1.0.2",
|
|
39
|
+
"@wix/stores_brands-v-3": "1.0.45",
|
|
40
|
+
"@wix/stores_catalog-versioning": "1.0.35",
|
|
41
|
+
"@wix/stores_collections": "1.0.67",
|
|
42
|
+
"@wix/stores_customizations-v-3": "1.0.47",
|
|
43
|
+
"@wix/stores_info-sections-v-3": "1.0.47",
|
|
44
|
+
"@wix/stores_inventory": "1.0.85",
|
|
45
|
+
"@wix/stores_inventory-items-v-3": "1.0.60",
|
|
46
|
+
"@wix/stores_products": "1.0.111",
|
|
47
|
+
"@wix/stores_products-v-3": "1.0.111",
|
|
48
|
+
"@wix/stores_ribbons-v-3": "1.0.42",
|
|
49
|
+
"@wix/stores_stores-locations-v-3": "1.0.48",
|
|
50
|
+
"@wix/stores_subscription-options": "1.0.66",
|
|
51
|
+
"@wix/stores_wishlist": "1.0.59"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "^5.3.2"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"fqdn": ""
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"falconPackageHash": "
|
|
71
|
+
"falconPackageHash": "5c922ff67631d87607f59b08da1c3a4549157aff4dcfbc4fe03f33a3"
|
|
72
72
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/stores_app-extensions/dashboard-plugins';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+EAA6D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/stores_app-extensions/dashboard-plugins';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC"}
|