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

fix(node-fetch): Adding node-fetch as dependency, which was preventin…
This commit is contained in:
Chris Troutner
2021-08-24 10:28:51 -07:00
committed by GitHub
3 changed files with 14 additions and 7 deletions
+8 -7
View File
@@ -13,7 +13,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "0.55.4",
"ipfs-coord": "^6.1.1",
"ipfs-coord": "^6.1.2",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
@@ -30,6 +30,7 @@
"koa2-ratelimit": "^0.9.0",
"line-reader": "^0.4.0",
"mongoose": "^5.11.15",
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.7",
"nodemailer": "^6.4.17",
"passport-local": "^1.0.0",
"winston": "^3.3.3",
@@ -10027,9 +10028,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.1.tgz",
"integrity": "sha512-nqsIJbZ3eC8hRblu3KxO504jHFt56FdK7Y6a2eqo15OMTyIyf+hhsicfjWBLJqSArjgCvQWbngFIP3wrWrIliw==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.2.tgz",
"integrity": "sha512-SimYZFMx+L3k6/RmNwfbME48BdA+RY6fdrwrm2Jf4vwlARTgwjn+Pyl0rS+JklmniWIOFjrgs2yoy07cR3jimQ==",
"dependencies": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
@@ -34344,9 +34345,9 @@
}
},
"ipfs-coord": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.1.tgz",
"integrity": "sha512-nqsIJbZ3eC8hRblu3KxO504jHFt56FdK7Y6a2eqo15OMTyIyf+hhsicfjWBLJqSArjgCvQWbngFIP3wrWrIliw==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.1.2.tgz",
"integrity": "sha512-SimYZFMx+L3k6/RmNwfbME48BdA+RY6fdrwrm2Jf4vwlARTgwjn+Pyl0rS+JklmniWIOFjrgs2yoy07cR3jimQ==",
"requires": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
+1
View File
@@ -45,6 +45,7 @@
"koa2-ratelimit": "^0.9.0",
"line-reader": "^0.4.0",
"mongoose": "^5.11.15",
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.7",
"nodemailer": "^6.4.17",
"passport-local": "^1.0.0",
"winston": "^3.3.3",
@@ -58,6 +58,11 @@ describe('#IPFS', () => {
orbitdb: {
privateLog: {}
}
},
adapters: {
orbit: {
privateLog: () => {}
}
}
}