@wix/stores 1.0.353 → 1.0.355
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-plugins.d.ts +1 -0
- package/build/cjs/dashboard-plugins.js +18 -0
- package/build/cjs/dashboard-plugins.js.map +1 -0
- package/build/es/dashboard-plugins.d.ts +1 -0
- package/build/es/dashboard-plugins.js +2 -0
- package/build/es/dashboard-plugins.js.map +1 -0
- package/dashboard-plugins/package.json +3 -0
- package/package.json +11 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/stores_app-extensions/dashboard-plugins';
|
|
@@ -0,0 +1,18 @@
|
|
|
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("@wix/stores_app-extensions/dashboard-plugins"), exports);
|
|
18
|
+
//# sourceMappingURL=dashboard-plugins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+EAA6D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/stores_app-extensions/dashboard-plugins';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.355",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,14 +21,21 @@
|
|
|
21
21
|
"import": "./build/es/meta.js",
|
|
22
22
|
"require": "./build/cjs/meta.js",
|
|
23
23
|
"types": "./build/es/meta.d.ts"
|
|
24
|
+
},
|
|
25
|
+
"./dashboard-plugins": {
|
|
26
|
+
"import": "./build/es/dashboard-plugins.js",
|
|
27
|
+
"require": "./build/cjs/dashboard-plugins.js",
|
|
28
|
+
"types": "./build/es/dashboard-plugins.d.ts"
|
|
24
29
|
}
|
|
25
30
|
},
|
|
26
31
|
"files": [
|
|
27
32
|
"build",
|
|
28
33
|
"meta",
|
|
29
|
-
"service-plugins"
|
|
34
|
+
"service-plugins",
|
|
35
|
+
"dashboard-plugins"
|
|
30
36
|
],
|
|
31
37
|
"dependencies": {
|
|
38
|
+
"@wix/stores_app-extensions": "1.0.0",
|
|
32
39
|
"@wix/stores_brands-v-3": "1.0.44",
|
|
33
40
|
"@wix/stores_catalog-versioning": "1.0.33",
|
|
34
41
|
"@wix/stores_collections": "1.0.66",
|
|
@@ -37,7 +44,7 @@
|
|
|
37
44
|
"@wix/stores_inventory": "1.0.84",
|
|
38
45
|
"@wix/stores_inventory-items-v-3": "1.0.59",
|
|
39
46
|
"@wix/stores_products": "1.0.110",
|
|
40
|
-
"@wix/stores_products-v-3": "1.0.
|
|
47
|
+
"@wix/stores_products-v-3": "1.0.110",
|
|
41
48
|
"@wix/stores_ribbons-v-3": "1.0.41",
|
|
42
49
|
"@wix/stores_stores-locations-v-3": "1.0.47",
|
|
43
50
|
"@wix/stores_subscription-options": "1.0.65",
|
|
@@ -61,5 +68,5 @@
|
|
|
61
68
|
"fqdn": ""
|
|
62
69
|
}
|
|
63
70
|
},
|
|
64
|
-
"falconPackageHash": "
|
|
71
|
+
"falconPackageHash": "416c1dbab4970c7425364479d17aa6f5fab4bb05efbc464cae2eabec"
|
|
65
72
|
}
|