@libp2p/kad-dht 12.0.1-d011f6130 → 12.0.2-900236724
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/kad-dht",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2-900236724",
|
|
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",
|
|
@@ -56,19 +56,17 @@
|
|
|
56
56
|
"dep-check": "aegir dep-check"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@libp2p/crypto": "3.0.
|
|
60
|
-
"@libp2p/interface": "1.1.
|
|
61
|
-
"@libp2p/interface-internal": "1.0.
|
|
62
|
-
"@libp2p/peer-collections": "5.1.
|
|
63
|
-
"@libp2p/peer-id": "4.0.
|
|
64
|
-
"@libp2p/utils": "5.
|
|
59
|
+
"@libp2p/crypto": "3.0.4-900236724",
|
|
60
|
+
"@libp2p/interface": "1.1.1-900236724",
|
|
61
|
+
"@libp2p/interface-internal": "1.0.5-900236724",
|
|
62
|
+
"@libp2p/peer-collections": "5.1.3-900236724",
|
|
63
|
+
"@libp2p/peer-id": "4.0.4-900236724",
|
|
64
|
+
"@libp2p/utils": "5.2.0-900236724",
|
|
65
65
|
"@multiformats/multiaddr": "^12.1.10",
|
|
66
66
|
"@types/sinon": "^17.0.0",
|
|
67
67
|
"any-signal": "^4.1.1",
|
|
68
|
-
"datastore-core": "^9.0.1",
|
|
69
68
|
"hashlru": "^2.3.0",
|
|
70
69
|
"interface-datastore": "^8.2.0",
|
|
71
|
-
"it-all": "^3.0.2",
|
|
72
70
|
"it-drain": "^3.0.2",
|
|
73
71
|
"it-length": "^3.0.1",
|
|
74
72
|
"it-length-prefixed": "^9.0.3",
|
|
@@ -78,7 +76,6 @@
|
|
|
78
76
|
"it-pipe": "^3.0.1",
|
|
79
77
|
"it-protobuf-stream": "^1.0.2",
|
|
80
78
|
"it-pushable": "^3.2.1",
|
|
81
|
-
"it-stream-types": "^2.0.1",
|
|
82
79
|
"it-take": "^3.0.1",
|
|
83
80
|
"multiformats": "^13.0.0",
|
|
84
81
|
"p-defer": "^4.0.0",
|
|
@@ -93,20 +90,23 @@
|
|
|
93
90
|
"uint8arrays": "^5.0.0"
|
|
94
91
|
},
|
|
95
92
|
"devDependencies": {
|
|
96
|
-
"@libp2p/interface-compliance-tests": "5.1.
|
|
97
|
-
"@libp2p/logger": "4.0.
|
|
98
|
-
"@libp2p/peer-id-factory": "4.0.
|
|
99
|
-
"@libp2p/peer-store": "10.0.
|
|
93
|
+
"@libp2p/interface-compliance-tests": "5.1.1-900236724",
|
|
94
|
+
"@libp2p/logger": "4.0.4-900236724",
|
|
95
|
+
"@libp2p/peer-id-factory": "4.0.3-900236724",
|
|
96
|
+
"@libp2p/peer-store": "10.0.5-900236724",
|
|
100
97
|
"@types/lodash.random": "^3.2.6",
|
|
101
98
|
"@types/lodash.range": "^3.2.6",
|
|
102
99
|
"@types/which": "^3.0.0",
|
|
103
|
-
"aegir": "^
|
|
100
|
+
"aegir": "^42.0.0",
|
|
101
|
+
"datastore-core": "^9.0.1",
|
|
104
102
|
"datastore-level": "^10.0.0",
|
|
105
103
|
"delay": "^6.0.0",
|
|
106
104
|
"execa": "^8.0.1",
|
|
105
|
+
"it-all": "^3.0.2",
|
|
107
106
|
"it-filter": "^3.0.1",
|
|
108
107
|
"it-last": "^3.0.3",
|
|
109
108
|
"it-pair": "^2.0.6",
|
|
109
|
+
"it-stream-types": "^2.0.1",
|
|
110
110
|
"lodash.random": "^3.2.0",
|
|
111
111
|
"lodash.range": "^3.2.0",
|
|
112
112
|
"p-retry": "^6.1.0",
|