@visactor/vrender-kits 0.16.19-alpha.2 → 0.16.19

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.
@@ -491,4 +491,5 @@ let BrowserContext2d = class {
491
491
  };
492
492
 
493
493
  BrowserContext2d.env = "browser", BrowserContext2d = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", [ Object, Number ]) ], BrowserContext2d),
494
- exports.BrowserContext2d = BrowserContext2d;
494
+ exports.BrowserContext2d = BrowserContext2d;
495
+ //# sourceMappingURL=context.js.map
@@ -52,5 +52,4 @@ let FeishuContext2d = class extends browser_1.BrowserContext2d {
52
52
  };
53
53
 
54
54
  FeishuContext2d.env = "feishu", FeishuContext2d = __decorate([ (0, vrender_core_1.injectable)() ], FeishuContext2d),
55
- exports.FeishuContext2d = FeishuContext2d;
56
- //# sourceMappingURL=context.js.map
55
+ exports.FeishuContext2d = FeishuContext2d;
@@ -138,5 +138,4 @@ let TaroEnvContribution = class extends vrender_core_1.BaseEnvContribution {
138
138
  };
139
139
 
140
140
  TaroEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TaroEnvContribution),
141
- exports.TaroEnvContribution = TaroEnvContribution;
142
- //# sourceMappingURL=taro-contribution.js.map
141
+ exports.TaroEnvContribution = TaroEnvContribution;
@@ -20,4 +20,5 @@ Object.defineProperty(exports, "Gesture", {
20
20
  get: function() {
21
21
  return gesture_1.Gesture;
22
22
  }
23
- });
23
+ });
24
+ //# sourceMappingURL=index.js.map
@@ -486,4 +486,5 @@ let BrowserContext2d = class {
486
486
 
487
487
  BrowserContext2d.env = "browser", BrowserContext2d = __decorate([ injectable(), __metadata("design:paramtypes", [ Object, Number ]) ], BrowserContext2d);
488
488
 
489
- export { BrowserContext2d };
489
+ export { BrowserContext2d };
490
+ //# sourceMappingURL=context.js.map
@@ -49,5 +49,4 @@ let FeishuContext2d = class extends BrowserContext2d {
49
49
 
50
50
  FeishuContext2d.env = "feishu", FeishuContext2d = __decorate([ injectable() ], FeishuContext2d);
51
51
 
52
- export { FeishuContext2d };
53
- //# sourceMappingURL=context.js.map
52
+ export { FeishuContext2d };
@@ -133,5 +133,4 @@ let TaroEnvContribution = class extends BaseEnvContribution {
133
133
 
134
134
  TaroEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TaroEnvContribution);
135
135
 
136
- export { TaroEnvContribution };
137
- //# sourceMappingURL=taro-contribution.js.map
136
+ export { TaroEnvContribution };
@@ -2,4 +2,5 @@ import { DragNDrop } from "./drag";
2
2
 
3
3
  import { Gesture } from "./gesture";
4
4
 
5
- export { DragNDrop, Gesture };
5
+ export { DragNDrop, Gesture };
6
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.16.19-alpha.2",
3
+ "version": "0.16.19",
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.16.19-alpha.2",
15
+ "@visactor/vrender-core": "0.16.19",
16
16
  "@visactor/vutils": "~0.16.18",
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",