@libp2p/crypto
Advanced tools
Comparing version 2.0.3-d30f09f2 to 2.0.3-d9159dd5
@@ -58,3 +58,3 @@ import 'node-forge/lib/asn1.js'; | ||
default: | ||
throw unsupportedKey(decoded.Type ?? 'RSA'); | ||
throw unsupportedKey(decoded.Type ?? 'unknown'); | ||
} | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "@libp2p/crypto", | ||
"version": "2.0.3-d30f09f2", | ||
"version": "2.0.3-d9159dd5", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -88,3 +88,3 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "0.1.2-d30f09f2", | ||
"@libp2p/interface": "0.1.2-d9159dd5", | ||
"@noble/curves": "^1.1.0", | ||
@@ -91,0 +91,0 @@ "@noble/hashes": "^1.3.1", |
@@ -72,3 +72,3 @@ import 'node-forge/lib/asn1.js' | ||
default: | ||
throw unsupportedKey(decoded.Type ?? 'RSA') | ||
throw unsupportedKey(decoded.Type ?? 'unknown') | ||
} | ||
@@ -75,0 +75,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
493695
4857
+ Added@libp2p/interface@0.1.2-d9159dd5(transitive)
- Removed@libp2p/interface@0.1.2-d30f09f2(transitive)