@visactor/vrender-kits 0.20.2-alpha.3 → 0.20.2

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.
@@ -128,5 +128,4 @@ 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;
132
- //# sourceMappingURL=lynx-contribution.js.map
131
+ exports.LynxEnvContribution = LynxEnvContribution;
@@ -91,4 +91,5 @@ let NodeEnvContribution = class extends vrender_core_1.BaseEnvContribution {
91
91
  };
92
92
 
93
93
  NodeEnvContribution = __decorate([ (0, vrender_core_1.injectable)() ], NodeEnvContribution),
94
- exports.NodeEnvContribution = NodeEnvContribution;
94
+ exports.NodeEnvContribution = NodeEnvContribution;
95
+ //# sourceMappingURL=node-contribution.js.map
@@ -123,5 +123,4 @@ let LynxEnvContribution = class extends BaseEnvContribution {
123
123
 
124
124
  LynxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], LynxEnvContribution);
125
125
 
126
- export { LynxEnvContribution };
127
- //# sourceMappingURL=lynx-contribution.js.map
126
+ export { LynxEnvContribution };
@@ -86,4 +86,5 @@ let NodeEnvContribution = class extends BaseEnvContribution {
86
86
 
87
87
  NodeEnvContribution = __decorate([ injectable() ], NodeEnvContribution);
88
88
 
89
- export { NodeEnvContribution };
89
+ export { NodeEnvContribution };
90
+ //# sourceMappingURL=node-contribution.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.20.2-alpha.3",
3
+ "version": "0.20.2",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,8 +12,8 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vrender-core": "0.20.2-alpha.3",
16
- "@visactor/vutils": "~0.18.14",
15
+ "@visactor/vutils": "~0.18.15",
16
+ "@visactor/vrender-core": "0.20.2",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
19
19
  },
@@ -32,8 +32,8 @@
32
32
  "typescript": "4.9.5",
33
33
  "cross-env": "^7.0.3",
34
34
  "@internal/bundler": "0.0.1",
35
- "@internal/eslint-config": "0.0.1",
36
- "@internal/ts-config": "0.0.1"
35
+ "@internal/ts-config": "0.0.1",
36
+ "@internal/eslint-config": "0.0.1"
37
37
  },
38
38
  "keywords": [
39
39
  "VisActor",