From 142f1583f07d14ed2d2e18709a4eeeb969fee24a Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Thu, 8 Feb 2024 16:22:22 +0100 Subject: [PATCH 1/2] fix: naming --- src/common/msg/rpc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/msg/rpc.ts b/src/common/msg/rpc.ts index 14ceca4..156aedf 100644 --- a/src/common/msg/rpc.ts +++ b/src/common/msg/rpc.ts @@ -197,7 +197,7 @@ export function useRPCHub(options: RPCOptionsBasic) { } } -export type UseRPCAsyncHubType = ReturnType +export type UseRPCHubType = ReturnType // Syntax test case // const hub: UseRPCHubType = {} as any From 9f9268cd3c234836ec92ca1ca3a2c13d31139480 Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Thu, 8 Feb 2024 16:22:24 +0100 Subject: [PATCH 2/2] 0.16.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93fc2df..078c36c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zeed", "type": "module", - "version": "0.16.8", + "version": "0.16.9", "description": "🌱 Simple foundation library", "author": { "name": "Dirk Holtwick",