@libp2p/kad-dht 10.0.1 → 10.0.2-e26848b0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/kad-dht",
3
- "version": "10.0.1",
3
+ "version": "10.0.2-e26848b0",
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.1",
55
- "@libp2p/interface": "^0.1.0",
56
- "@libp2p/interface-internal": "^0.1.1",
57
- "@libp2p/logger": "^3.0.0",
58
- "@libp2p/peer-collections": "^4.0.1",
59
- "@libp2p/peer-id": "^3.0.0",
54
+ "@libp2p/crypto": "2.0.2-e26848b0",
55
+ "@libp2p/interface": "0.1.1-e26848b0",
56
+ "@libp2p/interface-internal": "0.1.2-e26848b0",
57
+ "@libp2p/logger": "3.0.1-e26848b0",
58
+ "@libp2p/peer-collections": "4.0.2-e26848b0",
59
+ "@libp2p/peer-id": "3.0.1-e26848b0",
60
60
  "@multiformats/multiaddr": "^12.1.3",
61
61
  "@types/sinon": "^10.0.15",
62
62
  "abortable-iterator": "^5.0.1",
@@ -88,9 +88,9 @@
88
88
  "varint": "^6.0.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@libp2p/interface-compliance-tests": "^4.0.1",
92
- "@libp2p/peer-id-factory": "^3.0.1",
93
- "@libp2p/peer-store": "^9.0.1",
91
+ "@libp2p/interface-compliance-tests": "4.0.2-e26848b0",
92
+ "@libp2p/peer-id-factory": "3.0.2-e26848b0",
93
+ "@libp2p/peer-store": "9.0.2-e26848b0",
94
94
  "@types/lodash.random": "^3.2.6",
95
95
  "@types/lodash.range": "^3.2.6",
96
96
  "@types/varint": "^6.0.0",
@@ -1,29 +0,0 @@
1
- {
2
- "ProvidersInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.unknown.ProvidersInit.html",
3
- "EventTypes": "https://libp2p.github.io/js-libp2p/enums/_libp2p_kad_dht.EventTypes.html",
4
- "MessageType": "https://libp2p.github.io/js-libp2p/enums/_libp2p_kad_dht.MessageType.html",
5
- "AddPeerEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.AddPeerEvent.html",
6
- "DHTRecord": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.DHTRecord.html",
7
- "DialPeerEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.DialPeerEvent.html",
8
- "DualKadDHT": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.DualKadDHT.html",
9
- "FinalPeerEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.FinalPeerEvent.html",
10
- "KadDHT": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.KadDHT.html",
11
- "KadDHTComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.KadDHTComponents.html",
12
- "KadDHTInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.KadDHTInit.html",
13
- "PeerResponseEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.PeerResponseEvent.html",
14
- "ProviderEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.ProviderEvent.html",
15
- "QueryErrorEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.QueryErrorEvent.html",
16
- "QueryOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.QueryOptions.html",
17
- "RoutingTable": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.RoutingTable.html",
18
- "SelectFn": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.SelectFn.html",
19
- "SendQueryEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.SendQueryEvent.html",
20
- "SingleKadDHT": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.SingleKadDHT.html",
21
- "ValidateFn": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.ValidateFn.html",
22
- "ValueEvent": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_kad_dht.ValueEvent.html",
23
- "DHTProgressEvents": "https://libp2p.github.io/js-libp2p/types/_libp2p_kad_dht.DHTProgressEvents.html",
24
- "MessageName": "https://libp2p.github.io/js-libp2p/types/_libp2p_kad_dht.MessageName.html",
25
- "QueryEvent": "https://libp2p.github.io/js-libp2p/types/_libp2p_kad_dht.QueryEvent.html",
26
- "Selectors": "https://libp2p.github.io/js-libp2p/types/_libp2p_kad_dht.Selectors.html",
27
- "Validators": "https://libp2p.github.io/js-libp2p/types/_libp2p_kad_dht.Validators.html",
28
- "kadDHT": "https://libp2p.github.io/js-libp2p/functions/_libp2p_kad_dht.kadDHT-1.html"
29
- }