@visactor/vrender-kits 0.18.14 → 0.18.16

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.
@@ -97,5 +97,4 @@ let FeishuEnvContribution = class extends vrender_core_1.BaseEnvContribution {
97
97
  };
98
98
 
99
99
  FeishuEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], FeishuEnvContribution),
100
- exports.FeishuEnvContribution = FeishuEnvContribution;
101
- //# sourceMappingURL=feishu-contribution.js.map
100
+ exports.FeishuEnvContribution = FeishuEnvContribution;
@@ -111,4 +111,5 @@ let TaroEnvContribution = class extends vrender_core_1.BaseEnvContribution {
111
111
  };
112
112
 
113
113
  TaroEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TaroEnvContribution),
114
- exports.TaroEnvContribution = TaroEnvContribution;
114
+ exports.TaroEnvContribution = TaroEnvContribution;
115
+ //# sourceMappingURL=taro-contribution.js.map
@@ -94,5 +94,4 @@ let FeishuEnvContribution = class extends BaseEnvContribution {
94
94
 
95
95
  FeishuEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], FeishuEnvContribution);
96
96
 
97
- export { FeishuEnvContribution };
98
- //# sourceMappingURL=feishu-contribution.js.map
97
+ export { FeishuEnvContribution };
@@ -108,4 +108,5 @@ let TaroEnvContribution = class extends BaseEnvContribution {
108
108
 
109
109
  TaroEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TaroEnvContribution);
110
110
 
111
- export { TaroEnvContribution };
111
+ export { TaroEnvContribution };
112
+ //# sourceMappingURL=taro-contribution.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.18.14",
3
+ "version": "0.18.16",
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.18.14",
15
+ "@visactor/vrender-core": "0.18.16",
16
16
  "@visactor/vutils": "~0.18.1",
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/eslint-config": "0.0.1",
35
- "@internal/ts-config": "0.0.1"
34
+ "@internal/ts-config": "0.0.1",
35
+ "@internal/eslint-config": "0.0.1"
36
36
  },
37
37
  "keywords": [
38
38
  "VisActor",