hamster-charts 0.3.2 → 0.4.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.
- package/dist/hamster-charts.css +1 -1
- package/dist/hamster-charts.js +960 -44841
- package/dist/hamster-charts.umd.cjs +1 -74
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hamster-charts",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
5
|
-
"description": "HamsterCharts
|
|
4
|
+
"version": "0.4.0",
|
|
5
|
+
"description": "HamsterCharts-更新了-重构项目改动较大一些组件的重写,为了是一拖拽平台",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/hamster-charts.umd.cjs",
|
|
8
8
|
"module": "./dist/hamster-charts.js",
|