@libp2p/bootstrap
Advanced tools
Comparing version 8.0.0-c2232166 to 8.0.0-c999d6a7
{ | ||
"name": "@libp2p/bootstrap", | ||
"version": "8.0.0-c2232166", | ||
"version": "8.0.0-c999d6a7", | ||
"description": "Peer discovery via a list of bootstrap peers", | ||
@@ -51,5 +51,5 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "0.0.1-c2232166", | ||
"@libp2p/logger": "2.1.1-c2232166", | ||
"@libp2p/peer-id": "2.0.3-c2232166", | ||
"@libp2p/interface": "0.0.1-c999d6a7", | ||
"@libp2p/logger": "2.1.1-c999d6a7", | ||
"@libp2p/peer-id": "2.0.3-c999d6a7", | ||
"@multiformats/mafmt": "^12.1.2", | ||
@@ -59,9 +59,6 @@ "@multiformats/multiaddr": "^12.1.3" | ||
"devDependencies": { | ||
"@libp2p/interface-compliance-tests": "3.0.7-c2232166", | ||
"aegir": "^39.0.13", | ||
"@libp2p/interface-compliance-tests": "3.0.7-c999d6a7", | ||
"aegir": "^40.0.1", | ||
"sinon-ts": "^1.0.0" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
93981
559
+ Added@libp2p/interface@0.0.1-c999d6a7(transitive)
+ Added@libp2p/logger@2.1.1-c999d6a7(transitive)
+ Added@libp2p/peer-id@2.0.3-c999d6a7(transitive)
+ Added@types/node@22.13.4(transitive)
- Removed@libp2p/interface@0.0.1-c2232166(transitive)
- Removed@libp2p/logger@2.1.1-c2232166(transitive)
- Removed@libp2p/peer-id@2.0.3-c2232166(transitive)
- Removed@types/node@22.13.1(transitive)