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

Commit 9fdbde8

Browse files
committed
fix: update bitswap to fix #3182 and crypto for go-ipfs interop
go-ipfs ed25519 issue: libp2p/js-libp2p-crypto#175
1 parent 68c9313 commit 9fdbde8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ipfs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"hapi-pino": "^6.1.0",
9292
"hashlru": "^2.3.0",
9393
"interface-datastore": "^1.0.2",
94-
"ipfs-bitswap": "^2.0.0",
94+
"ipfs-bitswap": "^2.0.1",
9595
"ipfs-block-service": "^0.17.1",
9696
"ipfs-core-utils": "^0.3.0",
9797
"ipfs-http-client": "^45.0.0",
@@ -130,7 +130,7 @@
130130
"just-safe-set": "^2.1.0",
131131
"libp2p": "^0.28.5",
132132
"libp2p-bootstrap": "^0.11.0",
133-
"libp2p-crypto": "^0.17.6",
133+
"libp2p-crypto": "^0.17.8",
134134
"libp2p-delegated-content-routing": "^0.5.0",
135135
"libp2p-delegated-peer-routing": "^0.5.0",
136136
"libp2p-floodsub": "^0.21.0",

0 commit comments

Comments
 (0)