fix(sync): Syncing with upstream ipfs-service-provider

This commit is contained in:
Chris Troutner
2021-09-02 17:09:32 -07:00
3 changed files with 3826 additions and 2407 deletions
+3822 -2404
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.2",
"ipfs-coord": "^6.5.6",
"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')