@visactor/vrender-core 1.0.18-alpha.0 → 1.0.18

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.
@@ -3,4 +3,5 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  }), exports.Context2dFactory = exports.CanvasFactory = void 0, exports.CanvasFactory = Symbol.for("CanvasFactory"),
6
- exports.Context2dFactory = Symbol.for("Context2dFactory");
6
+ exports.Context2dFactory = Symbol.for("Context2dFactory");
7
+ //# sourceMappingURL=constants.js.map
@@ -213,5 +213,4 @@ let EmptyContext2d = class {
213
213
  };
214
214
 
215
215
  EmptyContext2d = __decorate([ (0, inversify_lite_1.injectable)(), __metadata("design:paramtypes", [ Object, Number ]) ], EmptyContext2d),
216
- exports.EmptyContext2d = EmptyContext2d;
217
- //# sourceMappingURL=empty-context.js.map
216
+ exports.EmptyContext2d = EmptyContext2d;
@@ -1,3 +1,4 @@
1
1
  export const CanvasFactory = Symbol.for("CanvasFactory");
2
2
 
3
- export const Context2dFactory = Symbol.for("Context2dFactory");
3
+ export const Context2dFactory = Symbol.for("Context2dFactory");
4
+ //# sourceMappingURL=constants.js.map
@@ -219,5 +219,4 @@ let EmptyContext2d = class {
219
219
 
220
220
  EmptyContext2d = __decorate([ injectable(), __metadata("design:paramtypes", [ Object, Number ]) ], EmptyContext2d);
221
221
 
222
- export { EmptyContext2d };
223
- //# sourceMappingURL=empty-context.js.map
222
+ export { EmptyContext2d };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-core",
3
- "version": "1.0.18-alpha.0",
3
+ "version": "1.0.18",
4
4
  "description": "",
5
5
  "sideEffects": [
6
6
  "./src/modules.ts",