fix: add clientMode dht arg and upgrade interface-datastore (#918)

This commit is contained in:
Alex Potsides 2021-04-20 16:11:23 +01:00 committed by GitHub
parent b043bca607
commit 975e77991e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,7 @@
"es6-promisify": "^6.1.1",
"events": "^3.3.0",
"hashlru": "^2.3.0",
"interface-datastore": "^3.0.3",
"interface-datastore": "^4.0.0",
"ipfs-utils": "^6.0.0",
"it-all": "^1.0.4",
"it-buffer": "^0.1.2",

View File

@ -66,6 +66,7 @@ const { updateSelfPeerRecord } = require('./record/utils')
* @property {boolean} [enabled = false]
* @property {number} [kBucketSize = 20]
* @property {RandomWalkOptions} [randomWalk]
* @property {boolean} [clientMode]
*
* @typedef {Object} KeychainOptions
* @property {Datastore} [datastore]