@visactor/vrender-kits 0.16.15-alpha.0 → 0.16.15

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.
@@ -17,4 +17,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
17
17
 
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
- }), __exportStar(require("./canvas"), exports), __exportStar(require("./context"), exports);
20
+ }), __exportStar(require("./canvas"), exports), __exportStar(require("./context"), exports);
21
+ //# sourceMappingURL=index.js.map
@@ -17,5 +17,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
17
17
 
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
- }), __exportStar(require("./canvas"), exports), __exportStar(require("./context"), exports);
21
- //# sourceMappingURL=index.js.map
20
+ }), __exportStar(require("./canvas"), exports), __exportStar(require("./context"), exports);
@@ -127,5 +127,4 @@ let WxEnvContribution = class extends vrender_core_1.BaseEnvContribution {
127
127
  };
128
128
 
129
129
  WxEnvContribution = __decorate([ (0, vrender_core_1.injectable)(), __metadata("design:paramtypes", []) ], WxEnvContribution),
130
- exports.WxEnvContribution = WxEnvContribution;
131
- //# sourceMappingURL=wx-contribution.js.map
130
+ exports.WxEnvContribution = WxEnvContribution;
@@ -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
@@ -1,3 +1,4 @@
1
1
  export * from "./canvas";
2
2
 
3
- export * from "./context";
3
+ export * from "./context";
4
+ //# sourceMappingURL=index.js.map
@@ -1,4 +1,3 @@
1
1
  export * from "./canvas";
2
2
 
3
- export * from "./context";
4
- //# sourceMappingURL=index.js.map
3
+ export * from "./context";
@@ -122,5 +122,4 @@ let WxEnvContribution = class extends BaseEnvContribution {
122
122
 
123
123
  WxEnvContribution = __decorate([ injectable(), __metadata("design:paramtypes", []) ], WxEnvContribution);
124
124
 
125
- export { WxEnvContribution };
126
- //# sourceMappingURL=wx-contribution.js.map
125
+ export { WxEnvContribution };
@@ -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.15-alpha.0",
3
+ "version": "0.16.15",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,8 +12,8 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vrender-core": "0.16.15-alpha.0",
16
- "@visactor/vutils": "0.16.8",
15
+ "@visactor/vrender-core": "0.16.15",
16
+ "@visactor/vutils": "~0.16.9",
17
17
  "@resvg/resvg-js": "2.4.1",
18
18
  "roughjs": "4.5.2"
19
19
  },
@@ -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",