Skip to content

Commit

Permalink
deps!: update ipns to v9 (#102)
Browse files Browse the repository at this point in the history
Updates the IPNS dep to v9

BREAKING CHANGE: returns IPNS objects are from ipns@9.x.x
  • Loading branch information
achingbrain authored Jan 18, 2024
1 parent e3a2d8f commit 1097cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@multiformats/multiaddr": "^12.1.3",
"any-signal": "^4.1.1",
"browser-readablestream-to-it": "^2.0.3",
"ipns": "^8.0.1",
"ipns": "^9.0.0",
"it-first": "^3.0.3",
"it-map": "^3.0.4",
"it-ndjson": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"aegir": "^42.2.0",
"fastify": "^4.17.0",
"helia": "^3.0.1",
"ipns": "^8.0.1",
"ipns": "^9.0.0",
"it-first": "^3.0.3",
"multiformats": "^13.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@libp2p/interface": "^1.1.1",
"@libp2p/peer-id": "^4.0.4",
"fastify": "^4.17.0",
"ipns": "^8.0.1",
"ipns": "^9.0.0",
"multiformats": "^13.0.0",
"raw-body": "^2.5.2"
},
Expand Down

0 comments on commit 1097cb6

Please sign in to comment.