Skip to content

Commit

Permalink
feat: v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DBAAZzz committed Nov 18, 2024
1 parent 026bb72 commit 7a02f6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference types="@dcloudio/types" />

export declare const createProxy: <T extends AnyObject>(target: T) => T;

declare type CustomHook = (cb: (options?: any) => void, watchKey: string[] | string) => void;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-hooks-plus",
"version": "1.0.4",
"version": "1.0.5",
"description": "适用于uniapp、Vue3的自定义生命周期钩子",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 7a02f6c

Please sign in to comment.