This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ module.exports = {
15
15
} ,
16
16
externals : {
17
17
fs : '{}' ,
18
- mkdirp : '{}'
18
+ mkdirp : '{}' ,
19
+ 'simple-websockets-server' : '{}'
19
20
}
20
21
}
21
22
}
Original file line number Diff line number Diff line change 66
66
"fs-blob-store" : " ^5.2.1" ,
67
67
"glob" : " ^7.0.3" ,
68
68
"hapi" : " ^13.4.1" ,
69
- "ipfs-bitswap" : " ^0.4.1 " ,
69
+ "ipfs-bitswap" : " ^0.6.0 " ,
70
70
"ipfs-api" : " ^6.0.1" ,
71
71
"ipfs-block" : " ^0.3.0" ,
72
72
"ipfs-block-service" : " ^0.4.0" ,
77
77
"ipfs-unixfs-engine" : " ^0.9.0" ,
78
78
"isstream" : " ^0.1.2" ,
79
79
"joi" : " ^8.0.5" ,
80
- "libp2p-ipfs" : " ^0.11 .0" ,
81
- "libp2p-ipfs-browser" : " ^0.10 .0" ,
80
+ "libp2p-ipfs" : " ^0.12 .0" ,
81
+ "libp2p-ipfs-browser" : " ^0.12 .0" ,
82
82
"lodash.get" : " ^4.3.0" ,
83
83
"lodash.set" : " ^4.2.0" ,
84
84
"mafmt" : " ^2.1.1" ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ describe('swarm', function () {
90
90
it ( 'libp2p.swarm.localAddrs' , ( done ) => {
91
91
nodeB . libp2p . swarm . localAddrs ( ( err , res ) => {
92
92
expect ( err ) . to . not . exist
93
- expect ( res . length ) . to . equal ( 2 )
93
+ expect ( res . length > 1 ) . to . equal ( true )
94
94
done ( )
95
95
} )
96
96
} )
You can’t perform that action at this time.
0 commit comments