@visactor/vrender-kits 0.17.20 → 0.17.21

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.
@@ -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
@@ -50,5 +50,4 @@ class DragNDrop {
50
50
  }
51
51
  }
52
52
 
53
- exports.DragNDrop = DragNDrop;
54
- //# sourceMappingURL=drag.js.map
53
+ exports.DragNDrop = DragNDrop;
@@ -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
@@ -42,5 +42,4 @@ export class DragNDrop {
42
42
  release() {
43
43
  this.removeEvents(), this.rootNode = null;
44
44
  }
45
- }
46
- //# sourceMappingURL=drag.js.map
45
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.17.20",
3
+ "version": "0.17.21",
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.17.20",
15
+ "@visactor/vrender-core": "0.17.21",
16
16
  "@visactor/vutils": "~0.17.3",
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/eslint-config": "0.0.1",
35
- "@internal/ts-config": "0.0.1"
34
+ "@internal/ts-config": "0.0.1",
35
+ "@internal/eslint-config": "0.0.1"
36
36
  },
37
37
  "keywords": [
38
38
  "VisActor",