@visactor/vrender-components 0.13.0 → 0.13.2-alpha.1

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.
package/es/pager/pager.js CHANGED
@@ -131,4 +131,4 @@ Pager.defaultAttributes = {
131
131
  fontSize: 12
132
132
  }
133
133
  };
134
- //# sourceMappingURL=pager.js.map
134
+ //# sourceMappingURL=pager.js.map
@@ -28,4 +28,4 @@ let PopTipRenderContribution = class {
28
28
  PopTipRenderContribution = __decorate([ injectable() ], PopTipRenderContribution);
29
29
 
30
30
  export { PopTipRenderContribution };
31
- //# sourceMappingURL=contribution.js.map
31
+ //# sourceMappingURL=contribution.js.map
@@ -3,4 +3,4 @@ export * from "./poptip";
3
3
  export * from "./type";
4
4
 
5
5
  export * from "./register";
6
- //# sourceMappingURL=index.js.map
6
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-components",
3
- "version": "0.13.0",
3
+ "version": "0.13.2-alpha.1",
4
4
  "description": "components library for dp visualization",
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": "0.13.0",
15
+ "@visactor/vrender": "0.13.1",
16
16
  "@visactor/vutils": "~0.13.0",
17
17
  "@visactor/vscale": "~0.13.0",
18
18
  "inversify": "6.0.1"
@@ -28,9 +28,9 @@
28
28
  "eslint": "~8.18.0",
29
29
  "vite": "3.2.6",
30
30
  "typescript": "4.9.5",
31
+ "@internal/bundler": "0.0.1",
31
32
  "@internal/ts-config": "0.0.1",
32
- "@internal/eslint-config": "0.0.1",
33
- "@internal/bundler": "0.0.1"
33
+ "@internal/eslint-config": "0.0.1"
34
34
  },
35
35
  "keywords": [
36
36
  "VisActor",