@visactor/vrender-kits 0.20.6 → 0.20.7-alpha.1

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,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
@@ -91,5 +91,4 @@ 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;
95
- //# sourceMappingURL=node-contribution.js.map
94
+ exports.NodeEnvContribution = NodeEnvContribution;
@@ -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
@@ -86,5 +86,4 @@ let NodeEnvContribution = class extends BaseEnvContribution {
86
86
 
87
87
  NodeEnvContribution = __decorate([ injectable() ], NodeEnvContribution);
88
88
 
89
- export { NodeEnvContribution };
90
- //# sourceMappingURL=node-contribution.js.map
89
+ export { NodeEnvContribution };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.20.6",
3
+ "version": "0.20.7-alpha.1",
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.18.17",
16
- "@visactor/vrender-core": "0.20.6",
16
+ "@visactor/vrender-core": "0.20.7-alpha.1",
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",