kk-vue-hooks 1.0.7 → 1.0.8

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # my-custom-hooks
1
+ # kk-vue-hooks
2
2
  自定义 Vue/React Hooks 集合,提供useStorage(本地存储)等实用 Hook,支持 TypeScript 类型提示。
3
3
 
4
4
  ## 安装
5
5
  ```bash
6
- npm install my-custom-hooks --save
6
+ npm install kk-vue-hooks --save
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kk-vue-hooks",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "description": "自定义 Vue/React Hooks 集合",
6
6
  "main": "dist/index.cjs.js",