@visactor/vrender-kits 0.18.6 → 0.18.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.
@@ -78,4 +78,5 @@ class CanvasWrapEnableWH {
78
78
  }
79
79
  }
80
80
 
81
- exports.CanvasWrapEnableWH = CanvasWrapEnableWH;
81
+ exports.CanvasWrapEnableWH = CanvasWrapEnableWH;
82
+ //# sourceMappingURL=canvas-wrap.js.map
@@ -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;
package/cjs/env/index.js CHANGED
@@ -20,4 +20,5 @@ Object.defineProperty(exports, "__esModule", {
20
20
  }), __exportStar(require("./all"), exports), __exportStar(require("./browser"), exports),
21
21
  __exportStar(require("./feishu"), exports), __exportStar(require("./lynx"), exports),
22
22
  __exportStar(require("./node"), exports), __exportStar(require("./taro"), exports),
23
- __exportStar(require("./wx"), exports);
23
+ __exportStar(require("./wx"), exports);
24
+ //# sourceMappingURL=index.js.map
@@ -19,5 +19,4 @@ function loadCanvasPicker(c) {
19
19
  exports.canvasPickerModule = new vrender_core_1.ContainerModule(((bind, unbind, isBound, rebind) => {
20
20
  isBound(canvas_picker_service_1.DefaultCanvasPickerService) || bind(canvas_picker_service_1.DefaultCanvasPickerService).toSelf().inSingletonScope(),
21
21
  isBound(vrender_core_1.PickerService) ? rebind(vrender_core_1.PickerService).toService(canvas_picker_service_1.DefaultCanvasPickerService) : bind(vrender_core_1.PickerService).toService(canvas_picker_service_1.DefaultCanvasPickerService);
22
- })), exports.loadCanvasPicker = loadCanvasPicker;
23
- //# sourceMappingURL=canvas-module.js.map
22
+ })), exports.loadCanvasPicker = loadCanvasPicker;
@@ -68,4 +68,5 @@ export class CanvasWrapEnableWH {
68
68
  height: this._h
69
69
  };
70
70
  }
71
- }
71
+ }
72
+ //# sourceMappingURL=canvas-wrap.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 };
package/es/env/index.js CHANGED
@@ -10,4 +10,5 @@ export * from "./node";
10
10
 
11
11
  export * from "./taro";
12
12
 
13
- export * from "./wx";
13
+ export * from "./wx";
14
+ //# sourceMappingURL=index.js.map
@@ -11,5 +11,4 @@ export const canvasPickerModule = new ContainerModule(((bind, unbind, isBound, r
11
11
 
12
12
  export function loadCanvasPicker(c) {
13
13
  c.load(canvasModule), c.load(canvasPickerModule);
14
- }
15
- //# sourceMappingURL=canvas-module.js.map
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.18.6",
3
+ "version": "0.18.7-alpha.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.18.6",
15
+ "@visactor/vrender-core": "0.18.7-alpha.1",
16
16
  "@visactor/vutils": "~0.18.1",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"