Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
deps: bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Oct 7, 2022
1 parent e5a1b3b commit 5b45249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"dependencies": {
"@libp2p/components": "^3.0.0",
"@libp2p/interface-connection": "^3.0.1",
"@libp2p/interface-stream-muxer": "^2.0.0",
"@libp2p/interface-stream-muxer": "^3.0.0",
"@libp2p/logger": "^2.0.0",
"abortable-iterator": "^4.0.2",
"any-signal": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/mplex.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('mplex', () => {

// max out the streams for this connection
for (let i = 0; i < maxOutboundStreams; i++) {
muxer.newStream()
await muxer.newStream()
}

// open one more
Expand Down

0 comments on commit 5b45249

Please sign in to comment.