@orpc/shared
Advanced tools
Comparing version 0.0.0-next.f22c7ec to 0.0.0-next.f56d2b3
@@ -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.0.0-next.f22c7ec", | ||
"version": "0.0.0-next.f56d2b3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://orpc.unnoq.com", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11625
13
264
0