hisonvue 1.1.5 → 1.1.7
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/README.md +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# HisonVue
|
|
2
2
|
|
|
3
|
+
More detailed information can be found on the this.
|
|
4
|
+
[Homepage](https://hisondev.github.io/)
|
|
5
|
+
|
|
3
6
|
A **Vue 3 UI component library** designed for enterprise-grade apps.
|
|
4
7
|
Built on top of [**hisonjs**](https://github.com/hisondev/hisonjs), it bridges **frontend components** and **backend-ready data utilities** into one unified ecosystem.
|
|
5
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hisonvue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"main": "./dist/hisonvue.cjs.js",
|
|
5
5
|
"module": "./dist/hisonvue.es.js",
|
|
6
6
|
"types": "./dist/hisonvue.d.ts",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"chart.js": "^4.5.0",
|
|
48
|
-
"hisonjs": "^1.2.
|
|
48
|
+
"hisonjs": "^1.2.7",
|
|
49
49
|
"vanillagrid2": "^1.0.8",
|
|
50
50
|
"vanillanote2": "^1.1.0",
|
|
51
51
|
"vue-cal": "^4.10.2"
|
|
52
52
|
}
|
|
53
|
-
}
|
|
53
|
+
}
|