mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
fix(ipfs-coord): Updating to v3.0.4
This commit is contained in:
Generated
+3
-3
@@ -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
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user