@ipld/dag-ucan
Advanced tools
Comparing version 3.3.2 to 3.4.0
{ | ||
"name": "@ipld/dag-ucan", | ||
"description": "UCAN codec for IPLD", | ||
"version": "3.3.2", | ||
"version": "3.4.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "UCAN", |
@@ -89,2 +89,5 @@ import * as UCAN from "./ucan.js" | ||
case P521: | ||
case BLS12381G1: | ||
case BLS12381G2: | ||
case SECP256K1: | ||
return /** @type {UCAN.PrincipalView<any>} */ ( | ||
@@ -91,0 +94,0 @@ new DIDKey(buffer, byteOffset, byteLength) |
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
92159
2319