@visactor/openinula-vchart 2.1.0-alpha.24 → 2.1.0-alpha.25

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/cjs/series/Map.js CHANGED
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseSeries_1 = require("./BaseSeries");
8
8
 
9
- exports.Map = (0, BaseSeries_1.createSeries)("Map", [ "map" ], "map");
9
+ exports.Map = (0, BaseSeries_1.createSeries)("Map", [ "map" ], "map");
10
+ //# sourceMappingURL=Map.js.map
@@ -6,5 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const BaseSeries_1 = require("./BaseSeries");
8
8
 
9
- exports.Radar = (0, BaseSeries_1.createSeries)("Radar", [ "radar" ], "radar");
10
- //# sourceMappingURL=Radar.js.map
9
+ exports.Radar = (0, BaseSeries_1.createSeries)("Radar", [ "radar" ], "radar");
package/esm/series/Map.js CHANGED
@@ -1,3 +1,4 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
- export const Map = createSeries("Map", [ "map" ], "map");
3
+ export const Map = createSeries("Map", [ "map" ], "map");
4
+ //# sourceMappingURL=Map.js.map
@@ -1,4 +1,3 @@
1
1
  import { createSeries } from "./BaseSeries";
2
2
 
3
- export const Radar = createSeries("Radar", [ "radar" ], "radar");
4
- //# sourceMappingURL=Radar.js.map
3
+ export const Radar = createSeries("Radar", [ "radar" ], "radar");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/openinula-vchart",
3
- "version": "2.1.0-alpha.24",
3
+ "version": "2.1.0-alpha.25",
4
4
  "sideEffects": false,
5
5
  "description": "The openinula version of VChart 4.x",
6
6
  "keywords": [
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@visactor/vchart": "2.1.0-alpha.24",
26
+ "@visactor/vchart": "2.1.0-alpha.25",
27
27
  "@visactor/vutils": "~1.0.23",
28
28
  "@visactor/vrender-core": "1.0.45",
29
29
  "@visactor/vrender-kits": "1.0.45",
@@ -50,9 +50,9 @@
50
50
  "@vitejs/plugin-react": "3.1.0",
51
51
  "vite": "3.2.6",
52
52
  "openinula": ">=0.1.2-SNAPSHOT",
53
- "@internal/ts-config": "0.0.1",
53
+ "@internal/bundler": "0.0.1",
54
54
  "@internal/eslint-config": "0.0.1",
55
- "@internal/bundler": "0.0.1"
55
+ "@internal/ts-config": "0.0.1"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "openinula": ">=0.1.2-SNAPSHOT"