@libp2p/kad-dht 10.0.5-13f5b48e → 10.0.5-24a5edae
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/kad-dht",
|
|
3
|
-
"version": "10.0.5-
|
|
3
|
+
"version": "10.0.5-24a5edae",
|
|
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/master/packages/kad-dht#readme",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"dep-check": "aegir dep-check -i events"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@libp2p/crypto": "2.0.3-
|
|
55
|
-
"@libp2p/interface": "0.1.2-
|
|
56
|
-
"@libp2p/interface-internal": "0.1.4-
|
|
57
|
-
"@libp2p/logger": "3.0.2-
|
|
58
|
-
"@libp2p/peer-collections": "4.0.3-
|
|
59
|
-
"@libp2p/peer-id": "3.0.2-
|
|
54
|
+
"@libp2p/crypto": "2.0.3-24a5edae",
|
|
55
|
+
"@libp2p/interface": "0.1.2-24a5edae",
|
|
56
|
+
"@libp2p/interface-internal": "0.1.4-24a5edae",
|
|
57
|
+
"@libp2p/logger": "3.0.2-24a5edae",
|
|
58
|
+
"@libp2p/peer-collections": "4.0.3-24a5edae",
|
|
59
|
+
"@libp2p/peer-id": "3.0.2-24a5edae",
|
|
60
60
|
"@multiformats/multiaddr": "^12.1.5",
|
|
61
61
|
"@types/sinon": "^10.0.15",
|
|
62
62
|
"abortable-iterator": "^5.0.1",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"uint8arrays": "^4.0.6"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@libp2p/interface-compliance-tests": "4.0.5-
|
|
92
|
-
"@libp2p/peer-id-factory": "3.0.3-
|
|
93
|
-
"@libp2p/peer-store": "9.0.3-
|
|
91
|
+
"@libp2p/interface-compliance-tests": "4.0.5-24a5edae",
|
|
92
|
+
"@libp2p/peer-id-factory": "3.0.3-24a5edae",
|
|
93
|
+
"@libp2p/peer-store": "9.0.3-24a5edae",
|
|
94
94
|
"@types/lodash.random": "^3.2.6",
|
|
95
95
|
"@types/lodash.range": "^3.2.6",
|
|
96
96
|
"@types/which": "^3.0.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"it-last": "^3.0.1",
|
|
103
103
|
"lodash.random": "^3.2.0",
|
|
104
104
|
"lodash.range": "^3.2.0",
|
|
105
|
-
"p-retry": "^
|
|
105
|
+
"p-retry": "^6.0.0",
|
|
106
106
|
"p-wait-for": "^5.0.2",
|
|
107
107
|
"protons": "^7.0.2",
|
|
108
108
|
"sinon": "^15.1.2",
|