@visactor/vrender-kits 0.20.1-alpha.6 → 0.20.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,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
@@ -184,4 +184,4 @@ class Gesture extends vutils_1.EventEmitter {
184
184
  }
185
185
 
186
186
  exports.Gesture = Gesture;
187
- //# sourceMappingURL=gesture.js.map
187
+ //# sourceMappingURL=gesture.js.map
@@ -18,4 +18,4 @@ exports.CanvasTextPicker = Symbol.for("CanvasTextPicker"), exports.CanvasPolygon
18
18
  exports.CanvasPyramid3dPicker = Symbol.for("CanvasPyramid3dPicker"), exports.CanvasRichTextPicker = Symbol.for("CanvasRichTextPicker"),
19
19
  exports.CanvasGlyphPicker = Symbol.for("CanvasGlyphPicker"), exports.CanvasGroupPicker = Symbol.for("CanvasGroupPicker"),
20
20
  exports.CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
21
- //# sourceMappingURL=constants.js.map
21
+ //# sourceMappingURL=constants.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
@@ -180,4 +180,4 @@ export class Gesture extends EventEmitter {
180
180
  this.emit(type, e);
181
181
  }
182
182
  }
183
- //# sourceMappingURL=gesture.js.map
183
+ //# sourceMappingURL=gesture.js.map
@@ -55,4 +55,4 @@ export const CanvasGlyphPicker = Symbol.for("CanvasGlyphPicker");
55
55
  export const CanvasGroupPicker = Symbol.for("CanvasGroupPicker");
56
56
 
57
57
  export const CanvasPickerContribution = Symbol.for("CanvasPickerContribution");
58
- //# sourceMappingURL=constants.js.map
58
+ //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.20.1-alpha.6",
3
+ "version": "0.20.1",
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.20.1-alpha.6",
15
+ "@visactor/vrender-core": "0.20.1",
16
16
  "@visactor/vutils": "~0.18.14",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"