@ucanto/server
Advanced tools
Comparing version 4.0.3 to 4.1.0
import * as API from '@ucanto/interface'; | ||
import { CanIssue, ParsedCapability } from '@ucanto/interface'; | ||
export * from '@ucanto/interface'; | ||
export declare type InvocationError = API.HandlerNotFound | API.HandlerExecutionError | API.InvalidAudience | API.Unauthorized; | ||
export type InvocationError = API.HandlerNotFound | API.HandlerExecutionError | API.InvalidAudience | API.Unauthorized; | ||
export interface ProviderOptions extends CanIssue { | ||
@@ -6,0 +6,0 @@ my?: (issuer: API.DID) => API.Capability[]; |
{ | ||
"name": "@ucanto/server", | ||
"description": "UCAN RPC Server", | ||
"version": "4.0.3", | ||
"version": "4.1.0", | ||
"types": "./dist/src/lib.d.ts", | ||
@@ -23,5 +23,5 @@ "main": "./src/lib.js", | ||
"dependencies": { | ||
"@ucanto/core": "^4.0.3", | ||
"@ucanto/interface": "^4.0.3", | ||
"@ucanto/validator": "^4.0.3" | ||
"@ucanto/core": "^4.1.0", | ||
"@ucanto/interface": "^4.1.0", | ||
"@ucanto/validator": "^4.1.0" | ||
}, | ||
@@ -32,5 +32,5 @@ "devDependencies": { | ||
"@types/mocha": "^9.1.0", | ||
"@ucanto/principal": "^4.0.3", | ||
"@ucanto/client": "^4.0.3", | ||
"@ucanto/transport": "^4.0.3", | ||
"@ucanto/principal": "^4.1.0", | ||
"@ucanto/client": "^4.1.0", | ||
"@ucanto/transport": "^4.1.0", | ||
"@web-std/fetch": "^4.1.0", | ||
@@ -42,6 +42,6 @@ "@web-std/file": "^3.0.2", | ||
"mocha": "^10.1.0", | ||
"multiformats": "^10.0.2", | ||
"multiformats": "^11.0.0", | ||
"nyc": "^15.1.0", | ||
"playwright-test": "^8.1.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -48,0 +48,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
18072
Updated@ucanto/core@^4.1.0
Updated@ucanto/interface@^4.1.0
Updated@ucanto/validator@^4.1.0