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

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,5 +42,4 @@ Object.defineProperty(exports, "VChartCore", {
42
42
  get: function() {
43
43
  return vchart_1.VChart;
44
44
  }
45
- });
46
- //# sourceMappingURL=index.js.map
45
+ });
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=index.js.map
@@ -64,5 +64,4 @@ export * from "./WordCloudChart";
64
64
 
65
65
  export * from "./VennChart";
66
66
 
67
- export { VChart as VChartCore } from "@visactor/vchart";
68
- //# sourceMappingURL=index.js.map
67
+ export { VChart as VChartCore } from "@visactor/vchart";
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/taro-vchart",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0-alpha.4",
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.3",
36
- "@visactor/vchart-extension": "2.0.0-alpha.3"
35
+ "@visactor/vchart": "2.0.0-alpha.4",
36
+ "@visactor/vchart-extension": "2.0.0-alpha.4"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@rushstack/eslint-patch": "~1.1.4",
@@ -74,8 +74,8 @@
74
74
  "stylelint": "9.3.0",
75
75
  "tslib": "2.3.1",
76
76
  "rimraf": "3.0.2",
77
- "@internal/ts-config": "0.0.1",
78
77
  "@internal/bundler": "0.0.1",
78
+ "@internal/ts-config": "0.0.1",
79
79
  "@internal/eslint-config": "0.0.1"
80
80
  },
81
81
  "publishConfig": {