fix(ipfs): Switching from @chris.troutner/ipfs to ipfs v0.60.0

This commit is contained in:
Chris Troutner
2021-12-29 16:59:32 -08:00
parent e6941f7f7f
commit 37e98e4248
3 changed files with 13708 additions and 16112 deletions
+13662 -16068
View File
File diff suppressed because it is too large Load Diff
+5 -4
View File
@@ -23,12 +23,13 @@
},
"repository": "Permissionless-Software-Foundation/ipfs-service-provider",
"dependencies": {
"@chris.troutner/ipfs": "2.0.2",
"@psf/bch-js": "4.20.20",
"@psf/bch-js": "4.20.28",
"axios": "0.21.1",
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"ipfs-coord": "6.7.6",
"ipfs": "0.60.0",
"ipfs-coord": "6.8.0",
"ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
@@ -42,7 +43,7 @@
"koa-passport": "4.1.3",
"koa-router": "10.0.0",
"koa-static": "5.0.0",
"koa2-ratelimit": "0.9.0",
"koa2-ratelimit": "0.9.1",
"line-reader": "0.4.0",
"mongoose": "5.11.15",
"node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
+2 -1
View File
@@ -10,7 +10,8 @@
// Global npm libraries
// const IPFS = require('ipfs')
const IPFS = require('@chris.troutner/ipfs')
// const IPFS = require('@chris.troutner/ipfs')
const IPFS = require('ipfs')
const fs = require('fs')
// Local libraries