fix(ipfs-coord): Updating to v3.0.4

This commit is contained in:
Chris Troutner
2021-04-13 13:14:37 -07:00
parent 71c1e45581
commit 6d4d363b60
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -8677,9 +8677,9 @@
}
},
"ipfs-coord": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-3.0.3.tgz",
"integrity": "sha512-Ei2SQudMHeqlMWfnjW6QDU+6Tksv9QikEK7Rnw1FvNQ+7/53dfuOOrr+OOfG/MQnz46uDkFk1LK3Kqk/iD4uJg==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-3.0.4.tgz",
"integrity": "sha512-z9c1vxR8krDGPnV97A6GrJ7o5NjpMFzoNWoQNmQdud13pO1tJbcXCvM2DVR/9m9CHs+WNht4PuC4zNF/61fXHw==",
"requires": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
+1 -1
View File
@@ -40,7 +40,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "^0.54.4",
"ipfs-coord": "^3.0.3",
"ipfs-coord": "^3.0.4",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"kcors": "^2.2.2",
+1
View File
@@ -82,6 +82,7 @@ class IPFSLib {
this.ipfsCoord = new this.IpfsCoord({
ipfs: this.ipfs,
type: 'node.js',
// type: 'browser',
bchjs: this.bchjs,
privateLog: this.rpc.router,
isCircuitRelay: this.config.isCircuitRelay