File tree 2 files changed +9
-9
lines changed 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const IPFS = require('ipfs')
5
5
const TCP = require ( 'libp2p-tcp' )
6
6
const MulticastDNS = require ( 'libp2p-mdns' )
7
7
const WebSocketStar = require ( 'libp2p-websocket-star' )
8
- const Bootstrap = require ( 'libp2p-railing ' )
8
+ const Bootstrap = require ( 'libp2p-bootstrap ' )
9
9
const SPDY = require ( 'libp2p-spdy' )
10
10
const KadDHT = require ( 'libp2p-kad-dht' )
11
11
const MPLEX = require ( 'libp2p-mplex' )
Original file line number Diff line number Diff line change 10
10
"license" : " MIT" ,
11
11
"dependencies" : {
12
12
"ipfs" : " file:../../" ,
13
- "libp2p" : " ~0.22.0" ,
14
- "libp2p-kad-dht" : " ~0.10.1" ,
13
+ "libp2p" : " ~0.24.0" ,
14
+ "libp2p-bootstrap" : " ~0.9.3" ,
15
+ "libp2p-kad-dht" : " ~0.11.1" ,
15
16
"libp2p-mdns" : " ~0.12.0" ,
16
- "libp2p-mplex" : " ~0.8.0" ,
17
- "libp2p-railing" : " ~0.9.2" ,
18
- "libp2p-secio" : " ~0.10.0" ,
19
- "libp2p-spdy" : " ~0.12.1" ,
20
- "libp2p-tcp" : " ~0.12.0" ,
21
- "libp2p-websocket-star" : " ~0.8.1"
17
+ "libp2p-mplex" : " ~0.8.4" ,
18
+ "libp2p-secio" : " ~0.10.1" ,
19
+ "libp2p-spdy" : " ~0.13.0" ,
20
+ "libp2p-tcp" : " ~0.13.0" ,
21
+ "libp2p-websocket-star" : " ~0.9.0"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments