File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 "@libp2p/dcutr" : " ^2.0.0" ,
7070 "@libp2p/identify" : " ^3.0.0" ,
7171 "@libp2p/interface" : " ^2.0.0" ,
72- "@libp2p/kad-dht" : " ^13 .0.0" ,
72+ "@libp2p/kad-dht" : " ^14 .0.0" ,
7373 "@libp2p/keychain" : " ^5.0.2" ,
7474 "@libp2p/logger" : " ^5.0.0" ,
7575 "@libp2p/mdns" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 7575 "@ipld/dag-cbor" : " ^9.2.0" ,
7676 "@libp2p/crypto" : " ^5.0.0" ,
7777 "@libp2p/interface" : " ^2.0.0" ,
78- "@libp2p/kad-dht" : " ^13 .0.0" ,
78+ "@libp2p/kad-dht" : " ^14 .0.0" ,
7979 "@libp2p/keychain" : " ^5.0.2" ,
8080 "@libp2p/peer-id" : " ^5.0.0" ,
8181 "@libp2p/websockets" : " ^9.0.0" ,
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ export async function createHeliaNode (libp2pOptions?: Libp2pOptions): Promise<H
2626 selectors : {
2727 ipns : ipnsSelector
2828 } ,
29- // skips waiting for the initial self-query to find peers
30- allowQueryWithZeroPeers : true ,
31-
3229 protocol : '/ipfs/lan/kad/1.0.0' ,
3330 peerInfoMapper : removePublicAddressesMapper ,
3431 clientMode : false
Original file line number Diff line number Diff line change 167167 "dependencies" : {
168168 "@helia/interface" : " ^4.3.1" ,
169169 "@libp2p/interface" : " ^2.0.0" ,
170- "@libp2p/kad-dht" : " ^13 .0.0" ,
170+ "@libp2p/kad-dht" : " ^14 .0.0" ,
171171 "@libp2p/logger" : " ^5.0.0" ,
172172 "@libp2p/peer-id" : " ^5.0.0" ,
173173 "@multiformats/dns" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments