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

Commit 2bafc88

Browse files
committed
chore: use final pubsub releases
1 parent 898a757 commit 2bafc88

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/ipfs-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
"it-first": "^1.0.4",
8989
"it-last": "^1.0.4",
9090
"it-pipe": "^1.1.0",
91-
"libp2p": "^0.30.0-rc.2",
91+
"libp2p": "^0.30.0",
9292
"libp2p-bootstrap": "^0.12.1",
9393
"libp2p-crypto": "^0.18.0",
94-
"libp2p-floodsub": "libp2p/js-libp2p-floodsub#chore/use-libp2p0.30",
95-
"libp2p-gossipsub": "ChainSafe/js-libp2p-gossipsub#chore/update-to-new-libp2p-interface-with-types",
94+
"libp2p-floodsub": "^0.24.1",
95+
"libp2p-gossipsub": "^0.8.0",
9696
"libp2p-kad-dht": "^0.20.1",
9797
"libp2p-mdns": "^0.15.0",
9898
"libp2p-mplex": "^0.10.0",

packages/ipfs-daemon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ipfs-http-server": "^0.1.4",
3838
"ipfs-utils": "^5.0.0",
3939
"just-safe-set": "^2.1.0",
40-
"libp2p": "^0.30.0-rc.2",
40+
"libp2p": "^0.30.0",
4141
"libp2p-delegated-content-routing": "^0.8.0",
4242
"libp2p-delegated-peer-routing": "^0.8.0",
4343
"libp2p-webrtc-star": "^0.20.1",

packages/ipfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"go-ipfs": "^0.7.0",
5252
"interface-ipfs-core": "^0.142.3",
5353
"ipfs-http-client": "^48.1.3",
54-
"ipfs-interop": "ipfs/interop#chore/update-websockets",
54+
"ipfs-interop": "^4.0.1",
5555
"ipfs-utils": "^5.0.0",
5656
"ipfsd-ctl": "^7.1.1",
5757
"iso-url": "^1.0.0",

0 commit comments

Comments
 (0)