@ipld/dag-ucan
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -160,2 +160,3 @@ import type { MultibaseEncoder, MultibaseDecoder, MultihashDigest, MultihashHasher, Block as IPLDBlock, Link as IPLDLink, Version as LinkVersion, Phantom, ByteView } from "multiformats"; | ||
format(): JWT<C>; | ||
toJSON(): UCANJSON<this>; | ||
} | ||
@@ -162,0 +163,0 @@ /** |
{ | ||
"name": "@ipld/dag-ucan", | ||
"description": "UCAN codec for IPLD", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "UCAN", |
@@ -227,2 +227,3 @@ import type { | ||
format(): JWT<C> | ||
toJSON(): UCANJSON<this> | ||
} | ||
@@ -229,0 +230,0 @@ |
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
89872
2265