feat(helia-coord): Refactoring to use new v2.x helia-coord with breaking changes

This commit is contained in:
Chris Troutner
2026-02-11 13:23:57 -07:00
parent 74696cfb9e
commit 821cf4abe8
2 changed files with 38 additions and 149 deletions
+10 -1
View File
@@ -28,7 +28,7 @@
"axios": "0.27.2",
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"helia-coord": "2.0.0",
"helia-coord": "2.0.1",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
@@ -83,5 +83,14 @@
"ignore": [
"/test/unit/mocks/**/*.js"
]
},
"overrides": {
"@multiformats/multiaddr-to-uri": "10.1.2",
"@multiformats/multiaddr-matcher": "1.6.0",
"@libp2p/utils": "6.7.1",
"helia": {
"libp2p": "2.7.2",
"@libp2p/upnp-nat": "3.0.0"
}
}
}