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

Commit b3ead64

Browse files
authored
chore: update pubsub (#3247)
This PR updates the pubsub routers to use the [interface pubsub](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/pubsub) and gossipsub1.1 🎉
1 parent 1aeef89 commit b3ead64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ipfs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@
128128
"joi": "^17.2.1",
129129
"jsondiffpatch": "^0.4.1",
130130
"just-safe-set": "^2.1.0",
131-
"libp2p": "libp2p/js-libp2p#0.29.x",
131+
"libp2p": "^0.29.0-rc.0",
132132
"libp2p-bootstrap": "^0.12.0",
133133
"libp2p-crypto": "^0.18.0",
134134
"libp2p-delegated-content-routing": "^0.6.0",
135135
"libp2p-delegated-peer-routing": "^0.6.0",
136-
"libp2p-floodsub": "^0.22.0",
137-
"libp2p-gossipsub": "^0.5.0",
136+
"libp2p-floodsub": "^0.23.0",
137+
"libp2p-gossipsub": "^0.6.0",
138138
"libp2p-kad-dht": "^0.20.0",
139139
"libp2p-mdns": "^0.15.0",
140140
"libp2p-mplex": "^0.10.0",

0 commit comments

Comments
 (0)