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 = {
1515 } ,
1616 externals : {
1717 fs : '{}' ,
18- mkdirp : '{}'
18+ mkdirp : '{}' ,
19+ 'simple-websockets-server' : '{}'
1920 }
2021 }
2122}
Original file line number Diff line number Diff line change 6666 "fs-blob-store" : " ^5.2.1" ,
6767 "glob" : " ^7.0.3" ,
6868 "hapi" : " ^13.4.1" ,
69- "ipfs-bitswap" : " ^0.4.1 " ,
69+ "ipfs-bitswap" : " ^0.6.0 " ,
7070 "ipfs-api" : " ^6.0.1" ,
7171 "ipfs-block" : " ^0.3.0" ,
7272 "ipfs-block-service" : " ^0.4.0" ,
7777 "ipfs-unixfs-engine" : " ^0.9.0" ,
7878 "isstream" : " ^0.1.2" ,
7979 "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" ,
8282 "lodash.get" : " ^4.3.0" ,
8383 "lodash.set" : " ^4.2.0" ,
8484 "mafmt" : " ^2.1.1" ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ describe('swarm', function () {
9090 it ( 'libp2p.swarm.localAddrs' , ( done ) => {
9191 nodeB . libp2p . swarm . localAddrs ( ( err , res ) => {
9292 expect ( err ) . to . not . exist
93- expect ( res . length ) . to . equal ( 2 )
93+ expect ( res . length > 1 ) . to . equal ( true )
9494 done ( )
9595 } )
9696 } )
You can’t perform that action at this time.
0 commit comments