Updated helia-coord to v1.4.1

This commit is contained in:
Chris Troutner
2024-01-27 10:45:44 -08:00
parent ec3ed165e4
commit eb9fce73eb
3 changed files with 12 additions and 9 deletions
+7 -7
View File
@@ -20,7 +20,7 @@
"datastore-fs": "9.1.6", "datastore-fs": "9.1.6",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.1.0", "helia": "2.1.0",
"helia-coord": "1.4.0", "helia-coord": "1.4.1",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",
@@ -7830,9 +7830,9 @@
} }
}, },
"node_modules/helia-coord": { "node_modules/helia-coord": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.4.0.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.4.1.tgz",
"integrity": "sha512-BPj6IsAlSyzUeUGArykDI6aWDHUMNqzSHLzs5bdbxqc4pnyYLqLAuxZPxEBmk2G0fCEOIDMjgHKgMWzwwQYiag==", "integrity": "sha512-bSbjldYaQPvzYFFF37FjBteRQPaO3Iz0Tj0m93VkBpUQDRAcbY+dfCcvY9E5VdT2qb8oaVstYAVf26tvKkeiKQ==",
"dependencies": { "dependencies": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"bch-encrypt-lib": "2.1.1", "bch-encrypt-lib": "2.1.1",
@@ -25225,9 +25225,9 @@
} }
}, },
"helia-coord": { "helia-coord": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.4.0.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.4.1.tgz",
"integrity": "sha512-BPj6IsAlSyzUeUGArykDI6aWDHUMNqzSHLzs5bdbxqc4pnyYLqLAuxZPxEBmk2G0fCEOIDMjgHKgMWzwwQYiag==", "integrity": "sha512-bSbjldYaQPvzYFFF37FjBteRQPaO3Iz0Tj0m93VkBpUQDRAcbY+dfCcvY9E5VdT2qb8oaVstYAVf26tvKkeiKQ==",
"requires": { "requires": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"bch-encrypt-lib": "2.1.1", "bch-encrypt-lib": "2.1.1",
+1 -1
View File
@@ -35,7 +35,7 @@
"datastore-fs": "9.1.6", "datastore-fs": "9.1.6",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.1.0", "helia": "2.1.0",
"helia-coord": "1.4.0", "helia-coord": "1.4.1",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",
+4 -1
View File
@@ -159,7 +159,10 @@ class IpfsAdapter {
transports: [ transports: [
tcp(), tcp(),
webSockets(), webSockets(),
circuitRelayTransport({ discoverRelays: 3 }), circuitRelayTransport({
discoverRelays: 3,
reservationConcurrency: 3
}),
webRTC() webRTC()
], ],
connectionEncryption: [ connectionEncryption: [