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

fix(helia-coord): Updating to v1.2.17
This commit is contained in:
Chris Troutner
2023-12-02 17:12:47 -08:00
committed by GitHub
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -99,9 +99,9 @@ export default {
bootstrapRelays: [ bootstrapRelays: [
// v2 Circuit Relay (Token Tiger) // v2 Circuit Relay (Token Tiger)
'/ip4/137.184.93.145/tcp/4001/p2p/12D3KooWGZCpD5Ue3CJCBBEKowcuKEgeVKbTM7VMbJ8xm1bqST1j', '/ip4/137.184.93.145/tcp/8001/p2p/12D3KooWGMEKkdJfyZbwdH9EafZbRTtMn7FnhWPrE4MhRty2763g',
// v2 Circuit Relay server (FullStack.cash) // v2 Circuit Relay server (FullStack.cash)
// '/ip4/78.46.129.7/tcp/4002/p2p/12D3KooWR8URLT2d85MSKMUAHB2poADNz1jbrsGNL1GAjA1cZtTY' '/ip4/78.46.129.7/tcp/4001/p2p/12D3KooWFQ11GQ5NubsJGhYZ4X3wrAGimLevxfm6HPExCrMYhpSL'
] ]
} }
+7 -7
View File
@@ -20,7 +20,7 @@
"datastore-fs": "9.1.5", "datastore-fs": "9.1.5",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.0.3", "helia": "2.0.3",
"helia-coord": "1.2.16", "helia-coord": "1.2.17",
"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",
@@ -8451,9 +8451,9 @@
} }
}, },
"node_modules/helia-coord": { "node_modules/helia-coord": {
"version": "1.2.16", "version": "1.2.17",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.16.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.17.tgz",
"integrity": "sha512-agIyYGvd6N0m1ejhbIruiLWWRlU8x7nEFov7n+DXTXaM4ApLBu3NvXOM5J8vZ9zFEDMdygrRtTjlfx6PePa1WA==", "integrity": "sha512-etGOh/NOf5d/N1IYsz5qH8Wmw5ppB+cMoUbxcrLN7kExsU5peZ/T3gCp/Nr2QqSvL1sCmixPKX2z3h0CFf20uw==",
"dependencies": { "dependencies": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"@multiformats/multiaddr": "12.1.8", "@multiformats/multiaddr": "12.1.8",
@@ -25797,9 +25797,9 @@
} }
}, },
"helia-coord": { "helia-coord": {
"version": "1.2.16", "version": "1.2.17",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.16.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.17.tgz",
"integrity": "sha512-agIyYGvd6N0m1ejhbIruiLWWRlU8x7nEFov7n+DXTXaM4ApLBu3NvXOM5J8vZ9zFEDMdygrRtTjlfx6PePa1WA==", "integrity": "sha512-etGOh/NOf5d/N1IYsz5qH8Wmw5ppB+cMoUbxcrLN7kExsU5peZ/T3gCp/Nr2QqSvL1sCmixPKX2z3h0CFf20uw==",
"requires": { "requires": {
"@chris.troutner/retry-queue": "1.0.8", "@chris.troutner/retry-queue": "1.0.8",
"@multiformats/multiaddr": "12.1.8", "@multiformats/multiaddr": "12.1.8",
+1 -1
View File
@@ -35,7 +35,7 @@
"datastore-fs": "9.1.5", "datastore-fs": "9.1.5",
"glob": "7.1.6", "glob": "7.1.6",
"helia": "2.0.3", "helia": "2.0.3",
"helia-coord": "1.2.16", "helia-coord": "1.2.17",
"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",