@orpc/shared
Advanced tools
Comparing version 0.32.0 to 0.33.0
@@ -21,3 +21,3 @@ import type { Arrayable, Promisable } from 'type-fest'; | ||
export interface BaseHookMeta<TOutput> { | ||
next: () => Promise<TOutput>; | ||
next(): Promise<TOutput>; | ||
} | ||
@@ -24,0 +24,0 @@ export interface Hooks<TInput, TOutput, TContext, TMeta extends (Record<string, any> & { |
@@ -0,1 +1,2 @@ | ||
export * from './chain'; | ||
export * from './constants'; | ||
@@ -2,0 +3,0 @@ export * from './error'; |
{ | ||
"name": "@orpc/shared", | ||
"type": "module", | ||
"version": "0.32.0", | ||
"version": "0.33.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://orpc.unnoq.com", |
11613
13
264