@cynnie/ui-core 0.1.0 → 0.1.1

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 +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @cynnie/ui-core
2
2
 
3
- SnowUI 组件库的无 UI 依赖核心层:`createApis`、通用 hooks(`useOptions` / `useDebounce` / `useThrottle` / `useAsyncLoading`)以及类型契约(`FormItem`、`TableColumn`、`DialogOptions` 等)。
3
+ cynnie-ui 组件库的无 UI 依赖核心层:`createApis`、通用 hooks(`useOptions` / `useDebounce` / `useThrottle` / `useAsyncLoading`)以及类型契约(`FormItem`、`TableColumn`、`DialogOptions` 等)。
4
4
 
5
5
  `@cynnie/ui-antd`、`@cynnie/ui-element`、`@cynnie/ui-shadcn` 均依赖本包,一般无需单独安装;如果你的项目只用核心工具函数,可以只装它。
6
6
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cynnie/ui-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
- "description": "SnowUI 无 UI 依赖的核心层:createApis / hooks / 类型契约",
5
+ "description": "cynnie-ui 无 UI 依赖的核心层:createApis / hooks / 类型契约",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -38,6 +38,7 @@
38
38
  "vue": "^3.5.17",
39
39
  "vue-tsc": "^2.2.10"
40
40
  },
41
+ "homepage": "https://ui-playground-puce.vercel.app/",
41
42
  "scripts": {
42
43
  "build": "vite build",
43
44
  "format": "prettier --write src/",