@wix/ecom 1.0.932 → 1.0.933
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/{extensions.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 +10 -4
- package/build/cjs/dashboard-plugins.d.ts +0 -1
- package/build/cjs/dashboard-plugins.js +0 -18
- package/build/cjs/dashboard-plugins.js.map +0 -1
- package/build/cjs/extensions.d.ts +0 -1
- package/build/cjs/extensions.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/build/es/extensions.d.ts +0 -1
- package/build/es/extensions.js +0 -2
- package/build/es/extensions.js.map +0 -1
- package/dashboard-plugins/package.json +0 -3
- package/extensions/package.json +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/ecom_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/ecom_app-extensions"), exports);
|
|
18
|
-
//# sourceMappingURL=
|
|
17
|
+
__exportStar(require("@wix/ecom_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,qEAAmD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/ecom_app-extensions/dashboard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.933",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -36,6 +36,11 @@
|
|
|
36
36
|
"import": "./build/es/dashboard-plugins.js",
|
|
37
37
|
"require": "./build/cjs/dashboard-plugins.js",
|
|
38
38
|
"types": "./build/es/dashboard-plugins.d.ts"
|
|
39
|
+
},
|
|
40
|
+
"./dashboard": {
|
|
41
|
+
"import": "./build/es/dashboard.js",
|
|
42
|
+
"require": "./build/cjs/dashboard.js",
|
|
43
|
+
"types": "./build/es/dashboard.d.ts"
|
|
39
44
|
}
|
|
40
45
|
},
|
|
41
46
|
"files": [
|
|
@@ -43,12 +48,13 @@
|
|
|
43
48
|
"meta",
|
|
44
49
|
"service-plugins",
|
|
45
50
|
"extensions",
|
|
46
|
-
"dashboard-plugins"
|
|
51
|
+
"dashboard-plugins",
|
|
52
|
+
"dashboard"
|
|
47
53
|
],
|
|
48
54
|
"dependencies": {
|
|
49
55
|
"@wix/ecom_abandoned-checkouts": "1.0.74",
|
|
50
56
|
"@wix/ecom_additional-fees": "1.0.53",
|
|
51
|
-
"@wix/ecom_app-extensions": "1.0.
|
|
57
|
+
"@wix/ecom_app-extensions": "1.0.8",
|
|
52
58
|
"@wix/ecom_back-in-stock-notifications": "1.0.79",
|
|
53
59
|
"@wix/ecom_back-in-stock-settings": "1.0.61",
|
|
54
60
|
"@wix/ecom_cart": "1.0.135",
|
|
@@ -109,5 +115,5 @@
|
|
|
109
115
|
"fqdn": ""
|
|
110
116
|
}
|
|
111
117
|
},
|
|
112
|
-
"falconPackageHash": "
|
|
118
|
+
"falconPackageHash": "cce1076864e58688f23261d936b815017312b0a54b3b865bf443d6b8"
|
|
113
119
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/ecom_app-extensions/dashboard-plugins';
|
|
@@ -1,18 +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 __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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6EAA2D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/ecom_app-extensions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/ecom_app-extensions/dashboard-plugins';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
|
package/build/es/extensions.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/ecom_app-extensions';
|
package/build/es/extensions.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../extensions.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
package/extensions/package.json
DELETED