mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
fix(helia-coord): Updating to v1.2.17
This commit is contained in:
Vendored
+2
-2
@@ -99,9 +99,9 @@ export default {
|
||||
|
||||
bootstrapRelays: [
|
||||
// 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)
|
||||
// '/ip4/78.46.129.7/tcp/4002/p2p/12D3KooWR8URLT2d85MSKMUAHB2poADNz1jbrsGNL1GAjA1cZtTY'
|
||||
'/ip4/78.46.129.7/tcp/4001/p2p/12D3KooWFQ11GQ5NubsJGhYZ4X3wrAGimLevxfm6HPExCrMYhpSL'
|
||||
]
|
||||
}
|
||||
|
||||
Generated
+7
-7
@@ -20,7 +20,7 @@
|
||||
"datastore-fs": "9.1.5",
|
||||
"glob": "7.1.6",
|
||||
"helia": "2.0.3",
|
||||
"helia-coord": "1.2.16",
|
||||
"helia-coord": "1.2.17",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"jwt-bch-lib": "1.3.0",
|
||||
@@ -8451,9 +8451,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/helia-coord": {
|
||||
"version": "1.2.16",
|
||||
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.16.tgz",
|
||||
"integrity": "sha512-agIyYGvd6N0m1ejhbIruiLWWRlU8x7nEFov7n+DXTXaM4ApLBu3NvXOM5J8vZ9zFEDMdygrRtTjlfx6PePa1WA==",
|
||||
"version": "1.2.17",
|
||||
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.17.tgz",
|
||||
"integrity": "sha512-etGOh/NOf5d/N1IYsz5qH8Wmw5ppB+cMoUbxcrLN7kExsU5peZ/T3gCp/Nr2QqSvL1sCmixPKX2z3h0CFf20uw==",
|
||||
"dependencies": {
|
||||
"@chris.troutner/retry-queue": "1.0.8",
|
||||
"@multiformats/multiaddr": "12.1.8",
|
||||
@@ -25797,9 +25797,9 @@
|
||||
}
|
||||
},
|
||||
"helia-coord": {
|
||||
"version": "1.2.16",
|
||||
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.16.tgz",
|
||||
"integrity": "sha512-agIyYGvd6N0m1ejhbIruiLWWRlU8x7nEFov7n+DXTXaM4ApLBu3NvXOM5J8vZ9zFEDMdygrRtTjlfx6PePa1WA==",
|
||||
"version": "1.2.17",
|
||||
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.17.tgz",
|
||||
"integrity": "sha512-etGOh/NOf5d/N1IYsz5qH8Wmw5ppB+cMoUbxcrLN7kExsU5peZ/T3gCp/Nr2QqSvL1sCmixPKX2z3h0CFf20uw==",
|
||||
"requires": {
|
||||
"@chris.troutner/retry-queue": "1.0.8",
|
||||
"@multiformats/multiaddr": "12.1.8",
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
"datastore-fs": "9.1.5",
|
||||
"glob": "7.1.6",
|
||||
"helia": "2.0.3",
|
||||
"helia-coord": "1.2.16",
|
||||
"helia-coord": "1.2.17",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"jwt-bch-lib": "1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user