@visactor/vrender-kits 0.18.4 → 0.18.6

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,5 +78,4 @@ class CanvasWrapEnableWH {
78
78
  }
79
79
  }
80
80
 
81
- exports.CanvasWrapEnableWH = CanvasWrapEnableWH;
82
- //# sourceMappingURL=canvas-wrap.js.map
81
+ exports.CanvasWrapEnableWH = CanvasWrapEnableWH;
@@ -111,4 +111,5 @@ let TaroEnvContribution = class extends vrender_core_1.BaseEnvContribution {
111
111
  };
112
112
 
113
113
  TaroEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TaroEnvContribution),
114
- exports.TaroEnvContribution = TaroEnvContribution;
114
+ exports.TaroEnvContribution = TaroEnvContribution;
115
+ //# sourceMappingURL=taro-contribution.js.map
package/cjs/env/index.js CHANGED
@@ -20,5 +20,4 @@ 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);
24
- //# sourceMappingURL=index.js.map
23
+ __exportStar(require("./wx"), exports);
@@ -19,4 +19,5 @@ 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;
22
+ })), exports.loadCanvasPicker = loadCanvasPicker;
23
+ //# sourceMappingURL=canvas-module.js.map
@@ -68,5 +68,4 @@ export class CanvasWrapEnableWH {
68
68
  height: this._h
69
69
  };
70
70
  }
71
- }
72
- //# sourceMappingURL=canvas-wrap.js.map
71
+ }
@@ -108,4 +108,5 @@ let TaroEnvContribution = class extends BaseEnvContribution {
108
108
 
109
109
  TaroEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TaroEnvContribution);
110
110
 
111
- export { TaroEnvContribution };
111
+ export { TaroEnvContribution };
112
+ //# sourceMappingURL=taro-contribution.js.map
package/es/env/index.js CHANGED
@@ -10,5 +10,4 @@ export * from "./node";
10
10
 
11
11
  export * from "./taro";
12
12
 
13
- export * from "./wx";
14
- //# sourceMappingURL=index.js.map
13
+ export * from "./wx";
@@ -11,4 +11,5 @@ 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
- }
14
+ }
15
+ //# sourceMappingURL=canvas-module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.18.4",
3
+ "version": "0.18.6",
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.4",
15
+ "@visactor/vrender-core": "0.18.6",
16
16
  "@visactor/vutils": "~0.18.1",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
@@ -31,8 +31,8 @@
31
31
  "vite": "3.2.6",
32
32
  "typescript": "4.9.5",
33
33
  "@internal/bundler": "0.0.1",
34
- "@internal/ts-config": "0.0.1",
35
- "@internal/eslint-config": "0.0.1"
34
+ "@internal/eslint-config": "0.0.1",
35
+ "@internal/ts-config": "0.0.1"
36
36
  },
37
37
  "keywords": [
38
38
  "VisActor",