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

Commit 5b45249

Browse files
deps: bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 (#220)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent e5a1b3b commit 5b45249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"dependencies": {
149149
"@libp2p/components": "^3.0.0",
150150
"@libp2p/interface-connection": "^3.0.1",
151-
"@libp2p/interface-stream-muxer": "^2.0.0",
151+
"@libp2p/interface-stream-muxer": "^3.0.0",
152152
"@libp2p/logger": "^2.0.0",
153153
"abortable-iterator": "^4.0.2",
154154
"any-signal": "^3.0.0",

test/mplex.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('mplex', () => {
2525

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

3131
// open one more

0 commit comments

Comments
 (0)