@ucanto/validator
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -59,4 +59,4 @@ /** | ||
delegation: API.Delegation<API.Capabilities>; | ||
get issuer(): API.UCAN.Principal<string>; | ||
get audience(): API.UCAN.Principal<string>; | ||
get issuer(): API.Principal<string>; | ||
get audience(): API.Principal<string>; | ||
} | ||
@@ -86,3 +86,3 @@ /** | ||
name: "InvalidAudience"; | ||
audience: API.UCAN.Principal<string>; | ||
audience: API.Principal<string>; | ||
delegation: API.Delegation<API.Capabilities>; | ||
@@ -89,0 +89,0 @@ toJSON(): { |
@@ -35,4 +35,4 @@ export { capability } from "./capability.js"; | ||
get delegation(): API.Delegation<API.Capabilities>; | ||
get issuer(): API.UCAN.Principal<string>; | ||
get audience(): API.UCAN.Principal<string>; | ||
get issuer(): API.Principal<string>; | ||
get audience(): API.Principal<string>; | ||
} | ||
@@ -87,3 +87,3 @@ /** | ||
name: "InvalidClaim"; | ||
get issuer(): API.UCAN.Principal<string>; | ||
get issuer(): API.Principal<string>; | ||
get capability(): any; | ||
@@ -90,0 +90,0 @@ get delegation(): API.Delegation<API.Capabilities>; |
{ | ||
"name": "@ucanto/validator", | ||
"description": "UCAN RPC validators", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"keywords": [ | ||
@@ -24,4 +24,4 @@ "UCAN", | ||
"@ipld/dag-cbor": "^8.0.0", | ||
"@ucanto/core": "^3.0.4", | ||
"@ucanto/interface": "^4.0.0", | ||
"@ucanto/core": "^3.0.5", | ||
"@ucanto/interface": "^3.0.1", | ||
"multiformats": "^10.0.2" | ||
@@ -33,4 +33,4 @@ }, | ||
"@types/mocha": "^9.1.0", | ||
"@ucanto/client": "^3.0.4", | ||
"@ucanto/principal": "^4.0.1", | ||
"@ucanto/client": "^3.0.5", | ||
"@ucanto/principal": "^3.0.1", | ||
"c8": "^7.11.0", | ||
@@ -37,0 +37,0 @@ "chai": "^4.3.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112478
- Removed@ipld/dag-json@10.2.3(transitive)
- Removed@ipld/dag-ucan@3.4.0(transitive)
- Removed@ucanto/interface@4.4.1(transitive)
Updated@ucanto/core@^3.0.5
Updated@ucanto/interface@^3.0.1