Skip to content

Commit 66f9785

Browse files
committed
fix: use release versions of helia modules
1 parent eca8f31 commit 66f9785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"devDependencies": {
119119
"@helia/delegated-routing-v1-http-api-client": "^4.0.0",
120120
"@helia/delegated-routing-v1-http-api-server": "^4.0.0",
121-
"@helia/ipns": "next",
121+
"@helia/ipns": "^8.0.0",
122122
"@libp2p/crypto": "^5.0.1",
123123
"@libp2p/identify": "^3.0.1",
124124
"@libp2p/interface": "^2.0.1",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
},
156156
"dependencies": {
157157
"@fastify/cors": "^10.0.1",
158-
"@helia/interface": "next",
158+
"@helia/interface": "^5.0.0",
159159
"@libp2p/interface": "^2.0.1",
160160
"@libp2p/peer-id": "^5.0.1",
161161
"fastify": "^5.0.0",

0 commit comments

Comments
 (0)