@visactor/vrender-kits 0.17.18 → 0.17.19
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.
|
@@ -122,4 +122,5 @@ let LynxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
122
122
|
};
|
|
123
123
|
|
|
124
124
|
LynxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], LynxEnvContribution),
|
|
125
|
-
exports.LynxEnvContribution = LynxEnvContribution;
|
|
125
|
+
exports.LynxEnvContribution = LynxEnvContribution;
|
|
126
|
+
//# sourceMappingURL=lynx-contribution.js.map
|
|
@@ -128,5 +128,4 @@ let WxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
128
128
|
};
|
|
129
129
|
|
|
130
130
|
WxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], WxEnvContribution),
|
|
131
|
-
exports.WxEnvContribution = WxEnvContribution;
|
|
132
|
-
//# sourceMappingURL=wx-contribution.js.map
|
|
131
|
+
exports.WxEnvContribution = WxEnvContribution;
|
|
@@ -117,4 +117,5 @@ let LynxEnvContribution = class extends BaseEnvContribution {
|
|
|
117
117
|
|
|
118
118
|
LynxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], LynxEnvContribution);
|
|
119
119
|
|
|
120
|
-
export { LynxEnvContribution };
|
|
120
|
+
export { LynxEnvContribution };
|
|
121
|
+
//# sourceMappingURL=lynx-contribution.js.map
|
|
@@ -123,5 +123,4 @@ let WxEnvContribution = class extends BaseEnvContribution {
|
|
|
123
123
|
|
|
124
124
|
WxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], WxEnvContribution);
|
|
125
125
|
|
|
126
|
-
export { WxEnvContribution };
|
|
127
|
-
//# sourceMappingURL=wx-contribution.js.map
|
|
126
|
+
export { WxEnvContribution };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-kits",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vrender-core": "0.17.
|
|
15
|
+
"@visactor/vrender-core": "0.17.19",
|
|
16
16
|
"@visactor/vutils": "~0.17.3",
|
|
17
17
|
"@resvg/resvg-js": "2.4.1",
|
|
18
18
|
"roughjs": "4.5.2"
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"vite": "3.2.6",
|
|
32
32
|
"typescript": "4.9.5",
|
|
33
33
|
"@internal/bundler": "0.0.1",
|
|
34
|
-
"@internal/
|
|
35
|
-
"@internal/
|
|
34
|
+
"@internal/eslint-config": "0.0.1",
|
|
35
|
+
"@internal/ts-config": "0.0.1"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"VisActor",
|