y-design-ssr 0.0.38-beta.5 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,8 @@
1
1
 
2
- 一个基于 VUE3 的 UI 组件库
2
+ 一个基于 VUE3 的 UI 组件库
3
+
4
+ node版本:16.9.1
5
+
6
+ v0.0.36 及之前为webpack打包,不支持esm
7
+
8
+ v0.1.0 后改为vite打包,支持esm、umd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-design-ssr",
3
- "version": "0.0.38-beta.5",
3
+ "version": "0.1.0",
4
4
  "description": "SSR component library of YUI with Vue3",
5
5
  "author": "yux-fe",
6
6
  "license": "MIT",