@libp2p/keychain
Advanced tools
Comparing version 5.0.12 to 5.0.13
{ | ||
"name": "@libp2p/keychain", | ||
"version": "5.0.12", | ||
"version": "5.0.13", | ||
"description": "Key management and cryptographically protected messages", | ||
@@ -62,4 +62,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/crypto": "^5.0.9", | ||
"@libp2p/interface": "^2.4.0", | ||
"@libp2p/crypto": "^5.0.10", | ||
"@libp2p/interface": "^2.4.1", | ||
"@noble/hashes": "^1.6.1", | ||
@@ -74,3 +74,3 @@ "asn1js": "^3.0.5", | ||
"devDependencies": { | ||
"@libp2p/logger": "^5.1.6", | ||
"@libp2p/logger": "^5.1.7", | ||
"aegir": "^45.0.5", | ||
@@ -77,0 +77,0 @@ "datastore-core": "^10.0.2" |
Sorry, the diff of this file is too big to display
260081
Updated@libp2p/crypto@^5.0.10
Updated@libp2p/interface@^2.4.1