@libp2p/kad-dht 12.1.4-c5dba70a9 → 12.1.5-359265a3a
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/kad-dht",
|
3
|
-
"version": "12.1.
|
3
|
+
"version": "12.1.5-359265a3a",
|
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",
|
@@ -57,13 +57,13 @@
|
|
57
57
|
"doc-check": "aegir doc-check"
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@libp2p/crypto": "4.1.
|
61
|
-
"@libp2p/interface": "1.
|
62
|
-
"@libp2p/interface-internal": "1.3.
|
63
|
-
"@libp2p/peer-collections": "5.2.
|
64
|
-
"@libp2p/peer-id": "4.2.
|
65
|
-
"@libp2p/record": "4.0.4-
|
66
|
-
"@libp2p/utils": "5.4.
|
60
|
+
"@libp2p/crypto": "4.1.9-359265a3a",
|
61
|
+
"@libp2p/interface": "1.7.0-359265a3a",
|
62
|
+
"@libp2p/interface-internal": "1.3.4-359265a3a",
|
63
|
+
"@libp2p/peer-collections": "5.2.9-359265a3a",
|
64
|
+
"@libp2p/peer-id": "4.2.4-359265a3a",
|
65
|
+
"@libp2p/record": "4.0.4-359265a3a",
|
66
|
+
"@libp2p/utils": "5.4.9-359265a3a",
|
67
67
|
"@multiformats/multiaddr": "^12.2.3",
|
68
68
|
"any-signal": "^4.1.1",
|
69
69
|
"hashlru": "^2.3.0",
|
@@ -89,10 +89,10 @@
|
|
89
89
|
"uint8arrays": "^5.1.0"
|
90
90
|
},
|
91
91
|
"devDependencies": {
|
92
|
-
"@libp2p/interface-compliance-tests": "5.4.
|
93
|
-
"@libp2p/logger": "4.0.
|
94
|
-
"@libp2p/peer-id-factory": "4.2.
|
95
|
-
"@libp2p/peer-store": "10.1.
|
92
|
+
"@libp2p/interface-compliance-tests": "5.4.12-359265a3a",
|
93
|
+
"@libp2p/logger": "4.0.20-359265a3a",
|
94
|
+
"@libp2p/peer-id-factory": "4.2.4-359265a3a",
|
95
|
+
"@libp2p/peer-store": "10.1.5-359265a3a",
|
96
96
|
"@types/lodash.random": "^3.2.9",
|
97
97
|
"@types/lodash.range": "^3.2.9",
|
98
98
|
"@types/sinon": "^17.0.3",
|