File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
"peer-id" : " ~0.13.5"
27
27
},
28
28
"dependencies" : {
29
- "async-iterator -all" : " ^1.0.0" ,
29
+ "it -all" : " ^1.0.0" ,
30
30
"debug" : " ^4.1.1" ,
31
31
"ipfs-http-client" : " ^40.0.1" ,
32
32
"multiaddr" : " ^7.2.1" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const refs = require('ipfs-http-client/src/refs')
7
7
const getEndpointConfig = require ( 'ipfs-http-client/src/get-endpoint-config' )
8
8
9
9
const { default : PQueue } = require ( 'p-queue' )
10
- const all = require ( 'async-iterator -all' )
10
+ const all = require ( 'it -all' )
11
11
12
12
const log = debug ( 'libp2p-delegated-content-routing' )
13
13
log . error = debug ( 'libp2p-delegated-content-routing:error' )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const expect = require('chai').expect
5
5
const IPFSFactory = require ( 'ipfsd-ctl' )
6
6
const CID = require ( 'cids' )
7
7
const PeerId = require ( 'peer-id' )
8
- const all = require ( 'async-iterator -all' )
8
+ const all = require ( 'it -all' )
9
9
const factory = IPFSFactory . create ( {
10
10
type : 'go'
11
11
} )
You can’t perform that action at this time.
0 commit comments