Skip to content

Commit

Permalink
Merge branch 'release/v0.16.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Feb 8, 2024
2 parents e5a1c37 + 9f9268c commit 0dbebe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.16.8",
"version": "0.16.9",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down
2 changes: 1 addition & 1 deletion src/common/msg/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export function useRPCHub(options: RPCOptionsBasic) {
}
}

export type UseRPCAsyncHubType = ReturnType<typeof useRPCHub>
export type UseRPCHubType = ReturnType<typeof useRPCHub>

// Syntax test case
// const hub: UseRPCHubType = {} as any
Expand Down

0 comments on commit 0dbebe4

Please sign in to comment.