@ucanto/core
Advanced tools
Comparing version 4.1.0 to 4.2.2
@@ -64,2 +64,3 @@ export function isLink(value: API.Proof): value is UCAN.Link<UCAN.Capabilities, UCAN.MulticodecCode<number, string>, UCAN.SigAlg>; | ||
iterate(): IterableIterator<API.Delegation>; | ||
delegate(): Delegation<C>; | ||
/** | ||
@@ -66,0 +67,0 @@ * @returns {API.DelegationJSON<this>} |
{ | ||
"name": "@ucanto/core", | ||
"description": "ucanto core", | ||
"version": "4.1.0", | ||
"version": "4.2.2", | ||
"keywords": [ | ||
@@ -24,4 +24,4 @@ "UCAN", | ||
"dependencies": { | ||
"@ipld/car": "^5.0.0", | ||
"@ipld/dag-cbor": "^8.0.0", | ||
"@ipld/car": "^5.0.3", | ||
"@ipld/dag-cbor": "^9.0.0", | ||
"@ipld/dag-ucan": "^3.2.0", | ||
@@ -28,0 +28,0 @@ "@ucanto/interface": "^4.1.0", |
@@ -134,2 +134,6 @@ import * as UCAN from '@ipld/dag-ucan' | ||
delegate() { | ||
return this | ||
} | ||
/** | ||
@@ -136,0 +140,0 @@ * @returns {API.DelegationJSON<this>} |
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
15844
435
- Removed@ipld/dag-cbor@8.0.1(transitive)
- Removedcborg@1.10.2(transitive)
Updated@ipld/car@^5.0.3
Updated@ipld/dag-cbor@^9.0.0