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

fix(helia-coord): Updating to v2.0.3 circuit relay file tx
This commit is contained in:
Chris Troutner
2026-03-06 20:07:55 -08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"axios": "0.27.2",
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"helia-coord": "2.0.2",
"helia-coord": "2.0.3",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
@@ -10357,9 +10357,9 @@
}
},
"node_modules/helia-coord": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-2.0.2.tgz",
"integrity": "sha512-9TPTAtqHhdCACeUR7Pg6rPce/GoGzGF+O80Z4qpkVPCtAZ5G15BkKQSL948TzTHzV8iZ9GZbxv+C7k1g+Ii2NQ==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-2.0.3.tgz",
"integrity": "sha512-/GBoSNYffUW1HrNywCLZlB278Cwi+Fglb+F0i5/3VOL+5AwNeyeN0sOcGFlaLeFod2IsE29P0FBh1ATNrt2FyA==",
"license": "MIT",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.0",
+1 -1
View File
@@ -28,7 +28,7 @@
"axios": "0.27.2",
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"helia-coord": "2.0.2",
"helia-coord": "2.0.3",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",