fix(v1 relays): Discerning between v1 and v2 circuit relays

This commit is contained in:
Chris Troutner
2023-11-03 12:07:43 -07:00
parent 4c74b287d8
commit 1c61f150b1
5 changed files with 44 additions and 37 deletions
+7 -7
View File
@@ -20,7 +20,7 @@
"datastore-fs": "9.1.5",
"glob": "7.1.6",
"helia": "2.0.3",
"helia-coord": "1.2.0",
"helia-coord": "1.2.2",
"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.0",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.0.tgz",
"integrity": "sha512-7tDzTvB8jgfwctLi+vaNGuKDwNX7Jtn6HPcZDIH91SNVm8gSe8oYJ5dYUXi+t0dHEeQdVeNsJVQtx8pYMjzyog==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.2.tgz",
"integrity": "sha512-klV/8IWso2V7uvcs0Pm3w4WPmP5ZKfCFHqLE1Jrun4j0aTLgxeFqLWjFgwKSdLCKXYoa/c8c4BJ+16+/pDwqyg==",
"dependencies": {
"@chris.troutner/retry-queue": "1.0.8",
"@multiformats/multiaddr": "12.1.8",
@@ -25797,9 +25797,9 @@
}
},
"helia-coord": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.0.tgz",
"integrity": "sha512-7tDzTvB8jgfwctLi+vaNGuKDwNX7Jtn6HPcZDIH91SNVm8gSe8oYJ5dYUXi+t0dHEeQdVeNsJVQtx8pYMjzyog==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-1.2.2.tgz",
"integrity": "sha512-klV/8IWso2V7uvcs0Pm3w4WPmP5ZKfCFHqLE1Jrun4j0aTLgxeFqLWjFgwKSdLCKXYoa/c8c4BJ+16+/pDwqyg==",
"requires": {
"@chris.troutner/retry-queue": "1.0.8",
"@multiformats/multiaddr": "12.1.8",