Skip to content

Commit

Permalink
chore: add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 4, 2025
1 parent f88e8c4 commit 0805f0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions perf/impl/js-libp2p/v2.0/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { parseArgs } from 'node:util'
import { noise } from '@chainsafe/libp2p-noise'
import { yamux } from '@chainsafe/libp2p-yamux'
import { perf } from '@libp2p/perf'
import { tcp } from '@libp2p/tcp'
import { multiaddr } from '@multiformats/multiaddr'
import { createLibp2p } from 'libp2p'
import { perf } from '@libp2p/perf'
import { parseArgs } from 'node:util'

const argv = parseArgs({
options: {
Expand Down
1 change: 1 addition & 0 deletions perf/impl/js-libp2p/v2.0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions perf/impl/js-libp2p/v2.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@chainsafe/libp2p-yamux": "^7.0.1",
"@libp2p/perf": "^4.0.30",
"@libp2p/tcp": "^10.1.6",
"@multiformats/multiaddr": "^12.4.0",
"libp2p": "^2.8.0"
}
}

0 comments on commit 0805f0d

Please sign in to comment.