@wix/ecom 1.0.930 → 1.0.931

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/ecom_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/ecom_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,6EAA2D"}
@@ -0,0 +1 @@
1
+ export * from '@wix/ecom_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/ecom_app-extensions"), exports);
18
+ //# sourceMappingURL=extensions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
@@ -0,0 +1 @@
1
+ export * from '@wix/ecom_app-extensions/dashboard-plugins';
@@ -0,0 +1,2 @@
1
+ export * from '@wix/ecom_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,4CAA4C,CAAC"}
@@ -0,0 +1 @@
1
+ export * from '@wix/ecom_app-extensions';
@@ -0,0 +1,2 @@
1
+ export * from '@wix/ecom_app-extensions';
2
+ //# sourceMappingURL=extensions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,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/ecom",
3
- "version": "1.0.930",
3
+ "version": "1.0.931",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,16 +26,29 @@
26
26
  "import": "./build/es/service-plugins.js",
27
27
  "require": "./build/cjs/service-plugins.js",
28
28
  "types": "./build/es/service-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"
34
+ },
35
+ "./dashboard-plugins": {
36
+ "import": "./build/es/dashboard-plugins.js",
37
+ "require": "./build/cjs/dashboard-plugins.js",
38
+ "types": "./build/es/dashboard-plugins.d.ts"
29
39
  }
30
40
  },
31
41
  "files": [
32
42
  "build",
33
43
  "meta",
34
- "service-plugins"
44
+ "service-plugins",
45
+ "extensions",
46
+ "dashboard-plugins"
35
47
  ],
36
48
  "dependencies": {
37
49
  "@wix/ecom_abandoned-checkouts": "1.0.73",
38
50
  "@wix/ecom_additional-fees": "1.0.52",
51
+ "@wix/ecom_app-extensions": "1.0.7",
39
52
  "@wix/ecom_back-in-stock-notifications": "1.0.78",
40
53
  "@wix/ecom_back-in-stock-settings": "1.0.60",
41
54
  "@wix/ecom_cart": "1.0.134",
@@ -96,5 +109,5 @@
96
109
  "fqdn": ""
97
110
  }
98
111
  },
99
- "falconPackageHash": "2ccbe1242c66b351b4610c574a9f9d892171ebeba45035d5c007679a"
112
+ "falconPackageHash": "3f1ba80d0194eb38869a48fecd119fd18b2c6b76f25b895d39aa8c9e"
100
113
  }