File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 18
18
"coverage" : " aegir coverage"
19
19
},
20
20
"devDependencies" : {
21
- "aegir" : " ^26 .0.0 " ,
22
- "go-ipfs" : " ^0.6 .0" ,
23
- "ipfs-http-client" : " ^46 .0.0 " ,
24
- "ipfs-utils" : " ^3 .0.0" ,
25
- "ipfsd-ctl" : " ^5 .0.0 " ,
21
+ "aegir" : " ^28 .0.2 " ,
22
+ "go-ipfs" : " ^0.7 .0" ,
23
+ "ipfs-http-client" : " ^47 .0.1 " ,
24
+ "ipfs-utils" : " ^4 .0.0" ,
25
+ "ipfsd-ctl" : " ^7 .0.2 " ,
26
26
"it-drain" : " ^1.0.0" ,
27
27
"peer-id" : " ^0.14.0" ,
28
28
"uint8arrays" : " ^1.1.0"
35
35
"p-queue" : " ^6.2.1"
36
36
},
37
37
"peerDependencies" : {
38
- "ipfs-http-client" : " ^46 .0.0 "
38
+ "ipfs-http-client" : " ^47 .0.1 "
39
39
},
40
40
"browser" : {
41
41
"go-ipfs" : false
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ class DelegatedContentRouting {
61
61
*
62
62
* @param {CID } key
63
63
* @param {object } options
64
- * @param {number } options.timeout How long the query can take. Defaults to 30 seconds
65
- * @param {number } options.numProviders How many providers to find, defaults to 20
64
+ * @param {number } options.timeout - How long the query can take. Defaults to 30 seconds
65
+ * @param {number } options.numProviders - How many providers to find, defaults to 20
66
66
* @returns {AsyncIterable<{ id: PeerId, multiaddrs: Multiaddr[] }> }
67
67
*/
68
68
async * findProviders ( key , options = { } ) {
@@ -107,7 +107,6 @@ class DelegatedContentRouting {
107
107
* - call refs on the delegated node, so it fetches the content
108
108
*
109
109
* @param {CID } key
110
- * @param {function(Error) } callback
111
110
* @returns {Promise<void> }
112
111
*/
113
112
async provide ( key ) {
You can’t perform that action at this time.
0 commit comments