@wix/stores 1.0.356 → 1.0.358

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.
@@ -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';
@@ -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"), exports);
18
+ //# sourceMappingURL=extensions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
@@ -0,0 +1 @@
1
+ export * from '@wix/stores_app-extensions/dashboard-plugins';
@@ -0,0 +1,2 @@
1
+ export * from '@wix/stores_app-extensions/dashboard-plugins';
2
+ //# sourceMappingURL=dashboard-plugins.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC"}
@@ -0,0 +1 @@
1
+ export * from '@wix/stores_app-extensions';
@@ -0,0 +1,2 @@
1
+ export * from '@wix/stores_app-extensions';
2
+ //# sourceMappingURL=extensions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/dashboard-plugins.js"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/extensions.js"
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.356",
3
+ "version": "1.0.358",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,16 +21,29 @@
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"
29
+ },
30
+ "./extensions": {
31
+ "import": "./build/es/extensions.js",
32
+ "require": "./build/cjs/extensions.js",
33
+ "types": "./build/es/extensions.d.ts"
24
34
  }
25
35
  },
26
36
  "files": [
27
37
  "build",
28
38
  "meta",
29
- "service-plugins"
39
+ "service-plugins",
40
+ "dashboard-plugins",
41
+ "extensions"
30
42
  ],
31
43
  "dependencies": {
44
+ "@wix/stores_app-extensions": "1.0.1",
32
45
  "@wix/stores_brands-v-3": "1.0.44",
33
- "@wix/stores_catalog-versioning": "1.0.33",
46
+ "@wix/stores_catalog-versioning": "1.0.34",
34
47
  "@wix/stores_collections": "1.0.66",
35
48
  "@wix/stores_customizations-v-3": "1.0.46",
36
49
  "@wix/stores_info-sections-v-3": "1.0.46",
@@ -61,5 +74,5 @@
61
74
  "fqdn": ""
62
75
  }
63
76
  },
64
- "falconPackageHash": "7236df9fda3aa37fa86c2fe197bce893c4a2a582d405ceb7d28ab2ec"
77
+ "falconPackageHash": "bd02028c03198be94379365db8a4bc8486df91c7d8c1ec33b2a4a6de"
65
78
  }