mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-03 00:01:04 +00:00
fix: add clientMode dht arg and upgrade interface-datastore (#918)
This commit is contained in:
parent
b043bca607
commit
975e77991e
@ -90,7 +90,7 @@
|
|||||||
"es6-promisify": "^6.1.1",
|
"es6-promisify": "^6.1.1",
|
||||||
"events": "^3.3.0",
|
"events": "^3.3.0",
|
||||||
"hashlru": "^2.3.0",
|
"hashlru": "^2.3.0",
|
||||||
"interface-datastore": "^3.0.3",
|
"interface-datastore": "^4.0.0",
|
||||||
"ipfs-utils": "^6.0.0",
|
"ipfs-utils": "^6.0.0",
|
||||||
"it-all": "^1.0.4",
|
"it-all": "^1.0.4",
|
||||||
"it-buffer": "^0.1.2",
|
"it-buffer": "^0.1.2",
|
||||||
|
@ -66,6 +66,7 @@ const { updateSelfPeerRecord } = require('./record/utils')
|
|||||||
* @property {boolean} [enabled = false]
|
* @property {boolean} [enabled = false]
|
||||||
* @property {number} [kBucketSize = 20]
|
* @property {number} [kBucketSize = 20]
|
||||||
* @property {RandomWalkOptions} [randomWalk]
|
* @property {RandomWalkOptions} [randomWalk]
|
||||||
|
* @property {boolean} [clientMode]
|
||||||
*
|
*
|
||||||
* @typedef {Object} KeychainOptions
|
* @typedef {Object} KeychainOptions
|
||||||
* @property {Datastore} [datastore]
|
* @property {Datastore} [datastore]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user