@visactor/vrender-kits 0.20.19 → 0.20.20
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/cjs/env/contributions/browser-contribution.js +1 -2
- package/cjs/env/contributions/lynx-contribution.js +2 -1
- package/cjs/env/contributions/tt-contribution.js +1 -1
- package/cjs/env/contributions/wx-contribution.js +1 -1
- package/cjs/event/extension/index.js +1 -1
- package/cjs/event/extension/interface.js +1 -1
- package/es/env/contributions/browser-contribution.js +1 -2
- package/es/env/contributions/lynx-contribution.js +2 -1
- package/es/env/contributions/tt-contribution.js +1 -1
- package/es/env/contributions/wx-contribution.js +1 -1
- package/es/event/extension/index.js +1 -1
- package/es/event/extension/interface.js +1 -1
- package/package.json +2 -2
|
@@ -204,5 +204,4 @@ let BrowserEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
204
204
|
};
|
|
205
205
|
|
|
206
206
|
BrowserEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], BrowserEnvContribution),
|
|
207
|
-
exports.BrowserEnvContribution = BrowserEnvContribution;
|
|
208
|
-
//# sourceMappingURL=browser-contribution.js.map
|
|
207
|
+
exports.BrowserEnvContribution = BrowserEnvContribution;
|
|
@@ -128,4 +128,5 @@ let LynxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
128
128
|
};
|
|
129
129
|
|
|
130
130
|
LynxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], LynxEnvContribution),
|
|
131
|
-
exports.LynxEnvContribution = LynxEnvContribution;
|
|
131
|
+
exports.LynxEnvContribution = LynxEnvContribution;
|
|
132
|
+
//# sourceMappingURL=lynx-contribution.js.map
|
|
@@ -125,4 +125,4 @@ let TTEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
125
125
|
|
|
126
126
|
TTEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TTEnvContribution),
|
|
127
127
|
exports.TTEnvContribution = TTEnvContribution;
|
|
128
|
-
//# sourceMappingURL=tt-contribution.js.map
|
|
128
|
+
//# sourceMappingURL=tt-contribution.js.map
|
|
@@ -129,4 +129,4 @@ let WxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
129
129
|
|
|
130
130
|
WxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], WxEnvContribution),
|
|
131
131
|
exports.WxEnvContribution = WxEnvContribution;
|
|
132
|
-
//# sourceMappingURL=wx-contribution.js.map
|
|
132
|
+
//# sourceMappingURL=wx-contribution.js.map
|
|
@@ -199,5 +199,4 @@ let BrowserEnvContribution = class extends BaseEnvContribution {
|
|
|
199
199
|
|
|
200
200
|
BrowserEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], BrowserEnvContribution);
|
|
201
201
|
|
|
202
|
-
export { BrowserEnvContribution };
|
|
203
|
-
//# sourceMappingURL=browser-contribution.js.map
|
|
202
|
+
export { BrowserEnvContribution };
|
|
@@ -123,4 +123,5 @@ let LynxEnvContribution = class extends BaseEnvContribution {
|
|
|
123
123
|
|
|
124
124
|
LynxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], LynxEnvContribution);
|
|
125
125
|
|
|
126
|
-
export { LynxEnvContribution };
|
|
126
|
+
export { LynxEnvContribution };
|
|
127
|
+
//# sourceMappingURL=lynx-contribution.js.map
|
|
@@ -120,4 +120,4 @@ let TTEnvContribution = class extends BaseEnvContribution {
|
|
|
120
120
|
TTEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TTEnvContribution);
|
|
121
121
|
|
|
122
122
|
export { TTEnvContribution };
|
|
123
|
-
//# sourceMappingURL=tt-contribution.js.map
|
|
123
|
+
//# sourceMappingURL=tt-contribution.js.map
|
|
@@ -124,4 +124,4 @@ let WxEnvContribution = class extends BaseEnvContribution {
|
|
|
124
124
|
WxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], WxEnvContribution);
|
|
125
125
|
|
|
126
126
|
export { WxEnvContribution };
|
|
127
|
-
//# sourceMappingURL=wx-contribution.js.map
|
|
127
|
+
//# sourceMappingURL=wx-contribution.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { };
|
|
2
|
-
//# sourceMappingURL=interface.js.map
|
|
2
|
+
//# sourceMappingURL=interface.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-kits",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@visactor/vutils": "~0.19.2",
|
|
16
|
-
"@visactor/vrender-core": "0.20.
|
|
16
|
+
"@visactor/vrender-core": "0.20.20",
|
|
17
17
|
"@resvg/resvg-js": "2.4.1",
|
|
18
18
|
"roughjs": "4.5.2"
|
|
19
19
|
},
|