@ucanto/server
Advanced tools
Comparing version 10.0.2 to 10.1.0
@@ -39,2 +39,3 @@ export { fail }; | ||
validateAuthorization: (proofs: API.Authorization<API.ParsedCapability<API.Ability, API.URI, {}>>) => API.Await<API.Result<API.Unit, API.Revoked>>; | ||
resolveDIDKey?: ((did: `did:${string}:${string}`) => API.Await<API.Result<`did:key:${string}`, API.DIDKeyResolutionError>>) | undefined; | ||
id: API.Signer<`did:${string}:${string}`, API.SigAlg>; | ||
@@ -41,0 +42,0 @@ principal: API.PrincipalParser; |
{ | ||
"name": "@ucanto/server", | ||
"description": "UCAN RPC Server", | ||
"version": "10.0.2", | ||
"version": "10.1.0", | ||
"types": "./dist/src/lib.d.ts", | ||
@@ -23,6 +23,6 @@ "main": "./src/lib.js", | ||
"dependencies": { | ||
"@ucanto/core": "^10.1.1", | ||
"@ucanto/core": "^10.2.0", | ||
"@ucanto/interface": "^10.1.0", | ||
"@ucanto/principal": "^9.0.1", | ||
"@ucanto/validator": "^9.0.2", | ||
"@ucanto/interface": "^10.0.2" | ||
"@ucanto/validator": "^9.0.2" | ||
}, | ||
@@ -42,4 +42,4 @@ "devDependencies": { | ||
"typescript": "^5.0.4", | ||
"@ucanto/transport": "^9.1.1", | ||
"@ucanto/client": "^9.0.1" | ||
"@ucanto/client": "^9.0.1", | ||
"@ucanto/transport": "^9.1.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
28951
752
Updated@ucanto/core@^10.2.0
Updated@ucanto/interface@^10.1.0