@wix/ecom 1.0.921 → 1.0.922
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/package.json +5 -18
- 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 +0 -18
- 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.922",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -26,29 +26,16 @@
|
|
|
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"
|
|
39
29
|
}
|
|
40
30
|
},
|
|
41
31
|
"files": [
|
|
42
32
|
"build",
|
|
43
33
|
"meta",
|
|
44
|
-
"service-plugins"
|
|
45
|
-
"extensions",
|
|
46
|
-
"dashboard-plugins"
|
|
34
|
+
"service-plugins"
|
|
47
35
|
],
|
|
48
36
|
"dependencies": {
|
|
49
37
|
"@wix/ecom_abandoned-checkouts": "1.0.72",
|
|
50
38
|
"@wix/ecom_additional-fees": "1.0.52",
|
|
51
|
-
"@wix/ecom_app-extensions": "1.0.6",
|
|
52
39
|
"@wix/ecom_back-in-stock-notifications": "1.0.78",
|
|
53
40
|
"@wix/ecom_back-in-stock-settings": "1.0.60",
|
|
54
41
|
"@wix/ecom_cart": "1.0.133",
|
|
@@ -60,8 +47,8 @@
|
|
|
60
47
|
"@wix/ecom_currencies": "1.0.61",
|
|
61
48
|
"@wix/ecom_current-cart": "1.0.135",
|
|
62
49
|
"@wix/ecom_custom-triggers": "1.0.46",
|
|
63
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
64
|
-
"@wix/ecom_delivery-solutions": "1.0.
|
|
50
|
+
"@wix/ecom_delivery-profile": "1.0.59",
|
|
51
|
+
"@wix/ecom_delivery-solutions": "1.0.32",
|
|
65
52
|
"@wix/ecom_discount-rules": "1.0.79",
|
|
66
53
|
"@wix/ecom_discounts": "1.0.29",
|
|
67
54
|
"@wix/ecom_discounts-custom-trigger": "1.0.33",
|
|
@@ -109,5 +96,5 @@
|
|
|
109
96
|
"fqdn": ""
|
|
110
97
|
}
|
|
111
98
|
},
|
|
112
|
-
"falconPackageHash": "
|
|
99
|
+
"falconPackageHash": "dd6b0f88f39a81c5203b915c4791817cd107491e35a1b3d0519d0f35"
|
|
113
100
|
}
|
|
@@ -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';
|
package/build/cjs/extensions.js
DELETED
|
@@ -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"), exports);
|
|
18
|
-
//# sourceMappingURL=extensions.js.map
|
|
@@ -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