Skip to content

Commit

Permalink
chore(deps)!: bump @libp2p/interface-stream-muxer from 2.0.2 to 3.0.0 (
Browse files Browse the repository at this point in the history
…#9)

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 af8c3ae commit 3235d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"dependencies": {
"@libp2p/components": "^3.0.0",
"@libp2p/interface-connection": "^3.0.1",
"@libp2p/interface-stream-muxer": "^2.0.2",
"@libp2p/interface-stream-muxer": "^3.0.0",
"@libp2p/logger": "^2.0.1",
"@libp2p/tracked-map": "^2.0.2",
"abortable-iterator": "^4.0.2",
Expand All @@ -100,7 +100,7 @@
"devDependencies": {
"@dapplion/benchmark": "^0.2.2",
"@libp2p/interface-stream-muxer-compliance-tests": "^5.0.0",
"@libp2p/mplex": "^5.1.1",
"@libp2p/mplex": "^6.0.2",
"aegir": "^37.3.0",
"it-drain": "^1.0.5",
"it-pair": "2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion test/bench/comparison.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('comparison benchmark', () => {
}
}),
fn: async ({ client, server }) => {
const stream = client.newStream()
const stream = await client.newStream()
await pipe(Array.from({ length: numMessages }, () => new Uint8Array(msgSize)), stream, drain)
}
})
Expand Down

0 comments on commit 3235d5f

Please sign in to comment.