Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit c80cb83

Browse files
authored
feat: allow passing the id of a network peer to ipfs.id (#3386)
Adds parity with go-IPFS and allows looking up known peer IDs using the `ipfs.id` command.
1 parent 2ff07e7 commit c80cb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-libp2p/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"ipfs": "^0.55.1",
14-
"libp2p": "^0.31.0",
14+
"libp2p": "^0.31.5",
1515
"libp2p-bootstrap": "^0.12.3",
1616
"libp2p-kad-dht": "^0.22.0",
1717
"libp2p-mdns": "^0.16.0",

0 commit comments

Comments
 (0)