chore: update aegir (#87)

This commit is contained in:
Michael FIG 2019-07-22 04:29:00 -06:00 committed by Jacob Heun
parent 1be100bf7e
commit ff19e81dbb
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
"pull-ws": "hugomrdias/pull-ws#fix/bundle-size" "pull-ws": "hugomrdias/pull-ws#fix/bundle-size"
}, },
"devDependencies": { "devDependencies": {
"aegir": "^18.2.1", "aegir": "^20.0.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"interface-transport": "~0.3.7", "interface-transport": "~0.3.7",

View File

@ -40,7 +40,7 @@ module.exports = (options, handler) => {
return callback(new Error('Listener is not ready yet')) return callback(new Error('Listener is not ready yet'))
} }
let ipfsId = listeningMultiaddr.getPeerId() const ipfsId = listeningMultiaddr.getPeerId()
// Because TCP will only return the IPv6 version // Because TCP will only return the IPv6 version
// we need to capture from the passed multiaddr // we need to capture from the passed multiaddr

View File

@ -8,7 +8,7 @@ const WS = require('../src')
describe('compliance', () => { describe('compliance', () => {
tests({ tests({
setup (callback) { setup (callback) {
let ws = new WS() const ws = new WS()
const addrs = [ const addrs = [
multiaddr('/ip4/127.0.0.1/tcp/9091/ws'), multiaddr('/ip4/127.0.0.1/tcp/9091/ws'),
multiaddr('/ip4/127.0.0.1/tcp/9092/wss'), multiaddr('/ip4/127.0.0.1/tcp/9092/wss'),