@visactor/vrender-kits 0.19.4 → 0.19.5-alpha.2

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
@@ -125,5 +125,4 @@ let LynxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
125
125
  };
126
126
 
127
127
  LynxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], LynxEnvContribution),
128
- exports.LynxEnvContribution = LynxEnvContribution;
129
- //# sourceMappingURL=lynx-contribution.js.map
128
+ exports.LynxEnvContribution = LynxEnvContribution;
@@ -101,4 +101,4 @@ let TTEnvContribution = class extends vrender_core_1.BaseEnvContribution {
101
101
 
102
102
  TTEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], TTEnvContribution),
103
103
  exports.TTEnvContribution = TTEnvContribution;
104
- //# sourceMappingURL=tt-contribution.js.map
104
+ //# sourceMappingURL=tt-contribution.js.map
@@ -105,4 +105,4 @@ let WxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
105
105
 
106
106
  WxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], WxEnvContribution),
107
107
  exports.WxEnvContribution = WxEnvContribution;
108
- //# sourceMappingURL=wx-contribution.js.map
108
+ //# sourceMappingURL=wx-contribution.js.map
@@ -21,4 +21,4 @@ Object.defineProperty(exports, "Gesture", {
21
21
  return gesture_1.Gesture;
22
22
  }
23
23
  });
24
- //# sourceMappingURL=index.js.map
24
+ //# 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
@@ -120,5 +120,4 @@ let LynxEnvContribution = class extends BaseEnvContribution {
120
120
 
121
121
  LynxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], LynxEnvContribution);
122
122
 
123
- export { LynxEnvContribution };
124
- //# sourceMappingURL=lynx-contribution.js.map
123
+ export { LynxEnvContribution };
@@ -96,4 +96,4 @@ let TTEnvContribution = class extends BaseEnvContribution {
96
96
  TTEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], TTEnvContribution);
97
97
 
98
98
  export { TTEnvContribution };
99
- //# sourceMappingURL=tt-contribution.js.map
99
+ //# sourceMappingURL=tt-contribution.js.map
@@ -100,4 +100,4 @@ let WxEnvContribution = class extends BaseEnvContribution {
100
100
  WxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], WxEnvContribution);
101
101
 
102
102
  export { WxEnvContribution };
103
- //# sourceMappingURL=wx-contribution.js.map
103
+ //# sourceMappingURL=wx-contribution.js.map
@@ -3,4 +3,4 @@ import { DragNDrop } from "./drag";
3
3
  import { Gesture } from "./gesture";
4
4
 
5
5
  export { DragNDrop, Gesture };
6
- //# sourceMappingURL=index.js.map
6
+ //# 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.19.4",
3
+ "version": "0.19.5-alpha.2",
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.19.4",
15
+ "@visactor/vrender-core": "0.19.5-alpha.2",
16
16
  "@visactor/vutils": "~0.18.4",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
@@ -30,9 +30,9 @@
30
30
  "eslint": "~8.18.0",
31
31
  "vite": "3.2.6",
32
32
  "typescript": "4.9.5",
33
+ "@internal/bundler": "0.0.1",
33
34
  "@internal/ts-config": "0.0.1",
34
- "@internal/eslint-config": "0.0.1",
35
- "@internal/bundler": "0.0.1"
35
+ "@internal/eslint-config": "0.0.1"
36
36
  },
37
37
  "keywords": [
38
38
  "VisActor",