mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-04-25 16:12:33 +00:00
chore: update aegir (#87)
This commit is contained in:
parent
1be100bf7e
commit
ff19e81dbb
@ -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",
|
||||||
|
@ -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
|
||||||
|
@ -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'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user