Skip to content

Commit

Permalink
chore: add gossipsub
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 20, 2023
1 parent 55616de commit b19c08f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^9.0.0",
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.2",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/bootstrap": "^8.0.0",
"@libp2p/daemon-client": "^6.0.0",
"@libp2p/daemon-server": "^5.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/stream-multiplexer-yamux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,9 @@
"it-stream-types": "^2.0.1"
},
"browser": {},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"private": true
}

0 comments on commit b19c08f

Please sign in to comment.