@libp2p/kad-dht 14.1.5 → 14.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/kad-dht",
|
3
|
-
"version": "14.1.
|
3
|
+
"version": "14.1.6",
|
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/tree/main/packages/kad-dht#readme",
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"uint8arrays": "^5.1.0"
|
90
90
|
},
|
91
91
|
"devDependencies": {
|
92
|
-
"@libp2p/interface-compliance-tests": "^6.2.
|
92
|
+
"@libp2p/interface-compliance-tests": "^6.2.2",
|
93
93
|
"@libp2p/logger": "^5.1.5",
|
94
94
|
"@libp2p/peer-store": "^11.0.13",
|
95
95
|
"@types/lodash.random": "^3.2.9",
|