@libp2p/peer-store
Advanced tools
Comparing version 11.0.13 to 11.0.14
{ | ||
"name": "@libp2p/peer-store", | ||
"version": "11.0.13", | ||
"version": "11.0.14", | ||
"description": "Stores information about peers libp2p knows on the network", | ||
@@ -62,6 +62,6 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/crypto": "^5.0.8", | ||
"@libp2p/interface": "^2.3.0", | ||
"@libp2p/peer-id": "^5.0.9", | ||
"@libp2p/peer-record": "^8.0.13", | ||
"@libp2p/crypto": "^5.0.9", | ||
"@libp2p/interface": "^2.4.0", | ||
"@libp2p/peer-id": "^5.0.10", | ||
"@libp2p/peer-record": "^8.0.14", | ||
"@multiformats/multiaddr": "^12.3.3", | ||
@@ -77,3 +77,3 @@ "interface-datastore": "^8.3.1", | ||
"devDependencies": { | ||
"@libp2p/logger": "^5.1.5", | ||
"@libp2p/logger": "^5.1.6", | ||
"@types/sinon": "^17.0.3", | ||
@@ -80,0 +80,0 @@ "aegir": "^45.0.5", |
Sorry, the diff of this file is too big to display
319936
2999
+ Added@types/node@22.13.2(transitive)
- Removed@types/node@22.13.4(transitive)
Updated@libp2p/crypto@^5.0.9
Updated@libp2p/interface@^2.4.0
Updated@libp2p/peer-id@^5.0.10
Updated@libp2p/peer-record@^8.0.14