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

fix(ipfs-coord): Updating bootstrap peers. v6.6.8
This commit is contained in:
Chris Troutner
2021-09-27 12:40:53 -07:00
committed by GitHub
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class Server {
// the app.
setTimeout(function () {
process.exit(0)
}, 60000 * 60 * 4)
}, 60000 * 60 * 2) // 2 hours
return app
} catch (err) {
+14 -14
View File
@@ -10,11 +10,11 @@
"license": "MIT",
"dependencies": {
"@chris.troutner/ipfs": "2.0.2",
"@psf/bch-js": "^4.20.3",
"@psf/bch-js": "^4.20.13",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs-coord": "^6.6.7",
"ipfs-coord": "^6.6.8",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
@@ -2291,9 +2291,9 @@
"integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA="
},
"node_modules/@psf/bch-js": {
"version": "4.20.10",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.20.10.tgz",
"integrity": "sha512-qDrJ3OTPwTJoRf8nryMRmd5ed9aAcnnskcv1+Tdd1Iu47n2jXhtFzI9v2Fc/FswECclmzwwjRVAfNB/LGNhsfw==",
"version": "4.20.13",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.20.13.tgz",
"integrity": "sha512-BY2nFQofeynJLQm1qZNDBBLEAlCr8Sz6DwBtkD5pofM5ABX9njXFf3Ndwbhko6xcnjHl++hR88A8dPC/Bi4Q8A==",
"dependencies": {
"@psf/bip21": "^2.0.1",
"@psf/bip32-utils": "^1.0.0",
@@ -10375,9 +10375,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "6.6.7",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.7.tgz",
"integrity": "sha512-7mclUv8xwCSDQtpAKzhwJK1LZK4fZdmomLHRvSb4iITNdeamzIepFq8gKbxQ9KVRr6bNMwMcwVlvl1Lb7lEsNg==",
"version": "6.6.8",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.8.tgz",
"integrity": "sha512-nnWgdB9zXnR8FPqAHd7XKJ8zSEq//XHxZAG8rB2BJ/KU/fJINW6x7PG5bIpeLTVRvyd0XfaWmbaAfEFgly+dpQ==",
"dependencies": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
@@ -27862,9 +27862,9 @@
"integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA="
},
"@psf/bch-js": {
"version": "4.20.10",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.20.10.tgz",
"integrity": "sha512-qDrJ3OTPwTJoRf8nryMRmd5ed9aAcnnskcv1+Tdd1Iu47n2jXhtFzI9v2Fc/FswECclmzwwjRVAfNB/LGNhsfw==",
"version": "4.20.13",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.20.13.tgz",
"integrity": "sha512-BY2nFQofeynJLQm1qZNDBBLEAlCr8Sz6DwBtkD5pofM5ABX9njXFf3Ndwbhko6xcnjHl++hR88A8dPC/Bi4Q8A==",
"requires": {
"@psf/bip21": "^2.0.1",
"@psf/bip32-utils": "^1.0.0",
@@ -34258,9 +34258,9 @@
}
},
"ipfs-coord": {
"version": "6.6.7",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.7.tgz",
"integrity": "sha512-7mclUv8xwCSDQtpAKzhwJK1LZK4fZdmomLHRvSb4iITNdeamzIepFq8gKbxQ9KVRr6bNMwMcwVlvl1Lb7lEsNg==",
"version": "6.6.8",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.8.tgz",
"integrity": "sha512-nnWgdB9zXnR8FPqAHd7XKJ8zSEq//XHxZAG8rB2BJ/KU/fJINW6x7PG5bIpeLTVRvyd0XfaWmbaAfEFgly+dpQ==",
"requires": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
+2 -2
View File
@@ -23,12 +23,12 @@
},
"repository": "Permissionless-Software-Foundation/ipfs-service-provider",
"dependencies": {
"@psf/bch-js": "^4.20.3",
"@psf/bch-js": "^4.20.13",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"@chris.troutner/ipfs": "2.0.2",
"ipfs-coord": "^6.6.7",
"ipfs-coord": "^6.6.8",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",