mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-04 15:02:13 +00:00
fix: use async.setImmediate
This commit is contained in:
parent
109ee51d7b
commit
11c21b6999
@ -39,8 +39,8 @@
|
|||||||
"pre-commit": "^1.2.2"
|
"pre-commit": "^1.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"libp2p-ping": "~0.3.0",
|
"libp2p-ping": "~0.3.1",
|
||||||
"libp2p-swarm": "~0.26.14",
|
"libp2p-swarm": "~0.26.16",
|
||||||
"mafmt": "^2.1.6",
|
"mafmt": "^2.1.6",
|
||||||
"multiaddr": "^2.2.1",
|
"multiaddr": "^2.2.1",
|
||||||
"peer-book": "~0.3.1",
|
"peer-book": "~0.3.1",
|
||||||
|
@ -9,6 +9,7 @@ const mafmt = require('mafmt')
|
|||||||
const EE = require('events').EventEmitter
|
const EE = require('events').EventEmitter
|
||||||
const assert = require('assert')
|
const assert = require('assert')
|
||||||
const Ping = require('libp2p-ping')
|
const Ping = require('libp2p-ping')
|
||||||
|
const setImmediate = require('async/setImmediate')
|
||||||
|
|
||||||
exports = module.exports
|
exports = module.exports
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user