@visactor/vrender-kits 0.20.20 → 0.20.22

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.
@@ -204,4 +204,5 @@ let BrowserEnvContribution = class extends vrender_core_1.BaseEnvContribution {
204
204
  };
205
205
 
206
206
  BrowserEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], BrowserEnvContribution),
207
- exports.BrowserEnvContribution = BrowserEnvContribution;
207
+ exports.BrowserEnvContribution = BrowserEnvContribution;
208
+ //# sourceMappingURL=browser-contribution.js.map
@@ -128,5 +128,4 @@ let LynxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
128
128
  };
129
129
 
130
130
  LynxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], LynxEnvContribution),
131
- exports.LynxEnvContribution = LynxEnvContribution;
132
- //# sourceMappingURL=lynx-contribution.js.map
131
+ exports.LynxEnvContribution = LynxEnvContribution;
@@ -125,4 +125,4 @@ let TTEnvContribution = class extends vrender_core_1.BaseEnvContribution {
125
125
 
126
126
  TTEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TTEnvContribution),
127
127
  exports.TTEnvContribution = TTEnvContribution;
128
- //# sourceMappingURL=tt-contribution.js.map
128
+ //# sourceMappingURL=tt-contribution.js.map
@@ -129,4 +129,4 @@ let WxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
129
129
 
130
130
  WxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], WxEnvContribution),
131
131
  exports.WxEnvContribution = WxEnvContribution;
132
- //# sourceMappingURL=wx-contribution.js.map
132
+ //# sourceMappingURL=wx-contribution.js.map
@@ -36,4 +36,4 @@ Object.defineProperty(exports, "Gesture", {
36
36
  return gesture_1.Gesture;
37
37
  }
38
38
  }), __exportStar(require("./interface"), exports);
39
- //# sourceMappingURL=index.js.map
39
+ //# sourceMappingURL=index.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=interface.js.map
6
+ //# sourceMappingURL=interface.js.map
@@ -199,4 +199,5 @@ let BrowserEnvContribution = class extends BaseEnvContribution {
199
199
 
200
200
  BrowserEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], BrowserEnvContribution);
201
201
 
202
- export { BrowserEnvContribution };
202
+ export { BrowserEnvContribution };
203
+ //# sourceMappingURL=browser-contribution.js.map
@@ -123,5 +123,4 @@ let LynxEnvContribution = class extends BaseEnvContribution {
123
123
 
124
124
  LynxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], LynxEnvContribution);
125
125
 
126
- export { LynxEnvContribution };
127
- //# sourceMappingURL=lynx-contribution.js.map
126
+ export { LynxEnvContribution };
@@ -120,4 +120,4 @@ let TTEnvContribution = class extends BaseEnvContribution {
120
120
  TTEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TTEnvContribution);
121
121
 
122
122
  export { TTEnvContribution };
123
- //# sourceMappingURL=tt-contribution.js.map
123
+ //# sourceMappingURL=tt-contribution.js.map
@@ -124,4 +124,4 @@ let WxEnvContribution = class extends BaseEnvContribution {
124
124
  WxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], WxEnvContribution);
125
125
 
126
126
  export { WxEnvContribution };
127
- //# sourceMappingURL=wx-contribution.js.map
127
+ //# sourceMappingURL=wx-contribution.js.map
@@ -5,4 +5,4 @@ import { Gesture } from "./gesture";
5
5
  export { DragNDrop, Gesture };
6
6
 
7
7
  export * from "./interface";
8
- //# sourceMappingURL=index.js.map
8
+ //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-kits",
3
- "version": "0.20.20",
3
+ "version": "0.20.22",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "dependencies": {
15
15
  "@visactor/vutils": "~0.19.2",
16
- "@visactor/vrender-core": "0.20.20",
16
+ "@visactor/vrender-core": "0.20.22",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
19
19
  },