@visactor/taro-vchart 2.0.0-alpha.4 → 2.0.0

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.
@@ -42,4 +42,5 @@ Object.defineProperty(exports, "VChartCore", {
42
42
  get: function() {
43
43
  return vchart_1.VChart;
44
44
  }
45
- });
45
+ });
46
+ //# sourceMappingURL=index.js.map
@@ -35,5 +35,4 @@ Object.defineProperty(exports, "style_cs_canvas", {
35
35
  get: function() {
36
36
  return container_styles_1.style_container;
37
37
  }
38
- });
39
- //# sourceMappingURL=index.js.map
38
+ });
@@ -64,4 +64,5 @@ export * from "./WordCloudChart";
64
64
 
65
65
  export * from "./VennChart";
66
66
 
67
- export { VChart as VChartCore } from "@visactor/vchart";
67
+ export { VChart as VChartCore } from "@visactor/vchart";
68
+ //# sourceMappingURL=index.js.map
@@ -1,4 +1,3 @@
1
1
  export { TTCanvas } from "./tt-canvas";
2
2
 
3
- export { style_cs_canvas, style_cs_canvas_hidden, style_cs_tooltip_canvas, style_container } from "./container-styles";
4
- //# sourceMappingURL=index.js.map
3
+ export { style_cs_canvas, style_cs_canvas_hidden, style_cs_tooltip_canvas, style_container } from "./container-styles";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/taro-vchart",
3
- "version": "2.0.0-alpha.4",
3
+ "version": "2.0.0",
4
4
  "description": "Taro VChart 图表组件",
5
5
  "sideEffects": false,
6
6
  "main": "esm/index.js",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@visactor/vchart": "2.0.0-alpha.4",
36
- "@visactor/vchart-extension": "2.0.0-alpha.4"
35
+ "@visactor/vchart": "2.0.0",
36
+ "@visactor/vchart-extension": "2.0.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@rushstack/eslint-patch": "~1.1.4",