fix(ipfs-coord): Updating to v6.6.5

This commit is contained in:
Chris Troutner
2021-09-17 17:41:08 -07:00
parent fdf3141c91
commit 96abb0d56e
3 changed files with 11 additions and 10 deletions
+3 -2
View File
@@ -15,8 +15,6 @@ This boilerplate extends that code to provide the basic features required to be
If you are interested in creating your own service provider on the IPFS network, fork this repository and start building.
- [Video: Installing ipfs-service-provider](https://youtu.be/Z0NsboIVN44)
## Features
This project covers basic necessities of most APIs.
@@ -42,6 +40,9 @@ This project covers basic necessities of most APIs.
A development environment will allow you modify the code on-the-fly and contribute to the code base of this repository. [PM2](https://www.npmjs.com/package/pm2) is recommended for running this code base as an IPFS Circuit Relay.
- [Video: Installing ipfs-service-provider](https://youtu.be/Z0NsboIVN44)
- [Step-by-step installation instructions](https://gist.github.com/christroutner/3304a71d4c12a3a3e1664a438f64d9d0)
```bash
git clone https://github.com/Permissionless-Software-Foundation/ipfs-service-provider
cd ipfs-service-provider
+7 -7
View File
@@ -14,7 +14,7 @@
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs-coord": "^6.6.4",
"ipfs-coord": "^6.6.5",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
@@ -10375,9 +10375,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "6.6.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.4.tgz",
"integrity": "sha512-0rrfunCMvC9Oiw+MCCUZ5/J2VSY1Z3Wdq6qph2VN+ibdhxeRFtDcfZbVT7VrlWnGo/Q4lbGE+nDAPRro/pgitg==",
"version": "6.6.5",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.5.tgz",
"integrity": "sha512-6iKcFVwnnssx9Z+Fh2SSGG4gaW/G2QuM8RKikaYa/35ptcbTmMmpsljGQj0DUMwZ9GYrvpnLXa6EGRnyDz4qbQ==",
"dependencies": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
@@ -34258,9 +34258,9 @@
}
},
"ipfs-coord": {
"version": "6.6.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.4.tgz",
"integrity": "sha512-0rrfunCMvC9Oiw+MCCUZ5/J2VSY1Z3Wdq6qph2VN+ibdhxeRFtDcfZbVT7VrlWnGo/Q4lbGE+nDAPRro/pgitg==",
"version": "6.6.5",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.5.tgz",
"integrity": "sha512-6iKcFVwnnssx9Z+Fh2SSGG4gaW/G2QuM8RKikaYa/35ptcbTmMmpsljGQj0DUMwZ9GYrvpnLXa6EGRnyDz4qbQ==",
"requires": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
+1 -1
View File
@@ -28,7 +28,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"@chris.troutner/ipfs": "2.0.2",
"ipfs-coord": "^6.6.4",
"ipfs-coord": "^6.6.5",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",