@visactor/vrender-kits 0.16.19-alpha.2 → 0.16.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.
- package/cjs/canvas/contributions/browser/context.js +2 -1
- package/cjs/canvas/contributions/feishu/context.js +1 -2
- package/cjs/env/contributions/taro-contribution.js +1 -2
- package/cjs/event/extension/index.js +2 -1
- package/es/canvas/contributions/browser/context.js +2 -1
- package/es/canvas/contributions/feishu/context.js +1 -2
- package/es/env/contributions/taro-contribution.js +1 -2
- package/es/event/extension/index.js +2 -1
- package/package.json +4 -4
|
@@ -491,4 +491,5 @@ let BrowserContext2d = class {
|
|
|
491
491
|
};
|
|
492
492
|
|
|
493
493
|
BrowserContext2d.env = "browser", BrowserContext2d = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", [ Object, Number ]) ], BrowserContext2d),
|
|
494
|
-
exports.BrowserContext2d = BrowserContext2d;
|
|
494
|
+
exports.BrowserContext2d = BrowserContext2d;
|
|
495
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -52,5 +52,4 @@ let FeishuContext2d = class extends browser_1.BrowserContext2d {
|
|
|
52
52
|
};
|
|
53
53
|
|
|
54
54
|
FeishuContext2d.env = "feishu", FeishuContext2d = __decorate([ (0, vrender_core_1.injectable)() ], FeishuContext2d),
|
|
55
|
-
exports.FeishuContext2d = FeishuContext2d;
|
|
56
|
-
//# sourceMappingURL=context.js.map
|
|
55
|
+
exports.FeishuContext2d = FeishuContext2d;
|
|
@@ -138,5 +138,4 @@ let TaroEnvContribution = class extends vrender_core_1.BaseEnvContribution {
|
|
|
138
138
|
};
|
|
139
139
|
|
|
140
140
|
TaroEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TaroEnvContribution),
|
|
141
|
-
exports.TaroEnvContribution = TaroEnvContribution;
|
|
142
|
-
//# sourceMappingURL=taro-contribution.js.map
|
|
141
|
+
exports.TaroEnvContribution = TaroEnvContribution;
|
|
@@ -486,4 +486,5 @@ let BrowserContext2d = class {
|
|
|
486
486
|
|
|
487
487
|
BrowserContext2d.env = "browser", BrowserContext2d = __decorate([ injectable(), __metadata("design:paramtypes", [ Object, Number ]) ], BrowserContext2d);
|
|
488
488
|
|
|
489
|
-
export { BrowserContext2d };
|
|
489
|
+
export { BrowserContext2d };
|
|
490
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -133,5 +133,4 @@ let TaroEnvContribution = class extends BaseEnvContribution {
|
|
|
133
133
|
|
|
134
134
|
TaroEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TaroEnvContribution);
|
|
135
135
|
|
|
136
|
-
export { TaroEnvContribution };
|
|
137
|
-
//# sourceMappingURL=taro-contribution.js.map
|
|
136
|
+
export { TaroEnvContribution };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-kits",
|
|
3
|
-
"version": "0.16.19
|
|
3
|
+
"version": "0.16.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.16.19
|
|
15
|
+
"@visactor/vrender-core": "0.16.19",
|
|
16
16
|
"@visactor/vutils": "~0.16.18",
|
|
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",
|