@ucanto/interface
Advanced tools
Comparing version 10.0.2 to 10.1.0
{ | ||
"name": "@ucanto/interface", | ||
"description": "interface definitions for ucanto", | ||
"version": "10.0.2", | ||
"version": "10.1.0", | ||
"types": "./dist/src/lib.d.ts", | ||
@@ -6,0 +6,0 @@ "main": "./src/lib.js", |
@@ -979,3 +979,3 @@ import { | ||
*/ | ||
export interface ValidatorOptions { | ||
export interface ValidatorOptions extends PrincipalResolver { | ||
/** | ||
@@ -982,0 +982,0 @@ * Takes principal parser that can be used to turn a `UCAN.Principal` |
143567
12
2938