Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 1, 2023
1 parent 164fce5 commit ef83dd1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/discovery-mechanisms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/bootstrap": "^9.0.0",
"@libp2p/floodsub": "^7.0.0",
"@libp2p/floodsub": "^8.0.0",
"@libp2p/mdns": "^9.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/pubsub-peer-discovery": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/floodsub": "^7.0.0",
"@libp2p/floodsub": "^8.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"libp2p": "^0.46.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"@libp2p/bootstrap": "^9.0.0",
"@libp2p/daemon-client": "^7.0.0",
"@libp2p/daemon-server": "^6.0.0",
"@libp2p/floodsub": "^7.0.0",
"@libp2p/floodsub": "^8.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"@libp2p/interop": "^9.0.0",
"@libp2p/kad-dht": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub-floodsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/floodsub",
"version": "7.0.2",
"version": "8.0.0",
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub-floodsub#readme",
Expand Down Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@libp2p/interface": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/pubsub": "^7.0.0",
"@libp2p/pubsub": "^8.0.0",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/pubsub-gossipsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@libp2p/interface-internal": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@libp2p/pubsub": "^7.0.0",
"@libp2p/pubsub": "^8.0.0",
"@multiformats/multiaddr": "^12.1.3",
"abortable-iterator": "^5.0.1",
"denque": "^2.1.0",
Expand All @@ -102,7 +102,7 @@
"devDependencies": {
"@chainsafe/as-sha256": "^0.2.4",
"@dapplion/benchmark": "^0.2.4",
"@libp2p/floodsub": "^7.0.0",
"@libp2p/floodsub": "^8.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"@libp2p/peer-id-factory": "^3.0.0",
"@libp2p/peer-store": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/pubsub",
"version": "7.0.3",
"version": "8.0.0",
"description": "libp2p pubsub base class",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub#readme",
Expand Down

0 comments on commit ef83dd1

Please sign in to comment.