File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 33import { bootstrap } from '@libp2p/bootstrap'
44import { generateKeyPair } from '@libp2p/crypto/keys'
55import { TypedEventEmitter , peerDiscoverySymbol } from '@libp2p/interface'
6- import { mplex } from '@libp2p/mplex'
76import { peerIdFromPrivateKey } from '@libp2p/peer-id'
8- import { plaintext } from '@libp2p/plaintext'
97import { webSockets } from '@libp2p/websockets'
108import { multiaddr } from '@multiformats/multiaddr'
119import { expect } from 'aegir/chai'
Original file line number Diff line number Diff line change 5555 },
5656 "dependencies" : {
5757 "@libp2p/interface" : " ^2.9.0" ,
58- "@libp2p/interface-internal" : " ^2.3.11" ,
5958 "@libp2p/peer-id" : " ^5.1.2" ,
6059 "@multiformats/mafmt" : " ^12.1.6" ,
6160 "@multiformats/multiaddr" : " ^12.3.3"
6261 },
6362 "devDependencies" : {
6463 "@libp2p/interface-compliance-tests" : " ^6.4.4" ,
64+ "@libp2p/interface-internal" : " ^2.3.11" ,
6565 "@libp2p/logger" : " ^5.1.15" ,
6666 "aegir" : " ^45.1.1" ,
6767 "sinon-ts" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments