@libp2p/kad-dht 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/kad-dht",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "JavaScript implementation of the Kad-DHT for libp2p",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p-kad-dht#readme",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@libp2p/components": "^3.0.0",
|
|
141
141
|
"@libp2p/crypto": "^1.0.4",
|
|
142
|
-
"@libp2p/interface-address-manager": "^
|
|
142
|
+
"@libp2p/interface-address-manager": "^2.0.0",
|
|
143
143
|
"@libp2p/interface-connection": "^3.0.2",
|
|
144
144
|
"@libp2p/interface-connection-manager": "^1.1.1",
|
|
145
145
|
"@libp2p/interface-dht": "^1.0.1",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"devDependencies": {
|
|
187
187
|
"@libp2p/interface-mocks": "^6.0.0",
|
|
188
188
|
"@libp2p/peer-id-factory": "^1.0.18",
|
|
189
|
-
"@libp2p/peer-store": "^
|
|
189
|
+
"@libp2p/peer-store": "^4.0.0",
|
|
190
190
|
"@types/lodash.random": "^3.2.6",
|
|
191
191
|
"@types/lodash.range": "^3.2.6",
|
|
192
192
|
"@types/varint": "^6.0.0",
|