Merge pull request #31 from Permissionless-Software-Foundation/ct-unstable

fix(ipfs): Updating IPFS nad ipfs-coord
This commit is contained in:
Chris Troutner
2021-09-02 09:06:27 -07:00
committed by GitHub
3 changed files with 2428 additions and 1659 deletions
+2424 -1656
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -27,8 +27,8 @@
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "0.55.4",
"ipfs-coord": "^6.5.2",
"@chris.troutner/ipfs": "2.0.0",
"ipfs-coord": "^6.5.4",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
+2 -1
View File
@@ -5,7 +5,8 @@
*/
// Global npm libraries
const IPFS = require('ipfs')
// const IPFS = require('ipfs')
const IPFS = require('@chris.troutner/ipfs')
// Local libraries
const config = require('../../../config')