Skip to content

Commit

Permalink
deps: update kad-dht to 14.0.0 (#648)
Browse files Browse the repository at this point in the history
Updates dep to pull in performance improvements.
  • Loading branch information
achingbrain authored Oct 7, 2024
1 parent 2f88fc8 commit 60d8c8a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@libp2p/dcutr": "^2.0.0",
"@libp2p/identify": "^3.0.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/kad-dht": "^13.0.0",
"@libp2p/kad-dht": "^14.0.0",
"@libp2p/keychain": "^5.0.2",
"@libp2p/logger": "^5.0.0",
"@libp2p/mdns": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/crypto": "^5.0.0",
"@libp2p/interface": "^2.0.0",
"@libp2p/kad-dht": "^13.0.0",
"@libp2p/kad-dht": "^14.0.0",
"@libp2p/keychain": "^5.0.2",
"@libp2p/peer-id": "^5.0.0",
"@libp2p/websockets": "^9.0.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/interop/src/fixtures/create-helia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export async function createHeliaNode (libp2pOptions?: Libp2pOptions): Promise<H
selectors: {
ipns: ipnsSelector
},
// skips waiting for the initial self-query to find peers
allowQueryWithZeroPeers: true,

protocol: '/ipfs/lan/kad/1.0.0',
peerInfoMapper: removePublicAddressesMapper,
clientMode: false
Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"dependencies": {
"@helia/interface": "^4.3.1",
"@libp2p/interface": "^2.0.0",
"@libp2p/kad-dht": "^13.0.0",
"@libp2p/kad-dht": "^14.0.0",
"@libp2p/logger": "^5.0.0",
"@libp2p/peer-id": "^5.0.0",
"@multiformats/dns": "^1.0.1",
Expand Down

0 comments on commit 60d8c8a

Please sign in to comment.