Skip to content

Commit 1097cb6

Browse files
authored
deps!: update ipns to v9 (#102)
Updates the IPNS dep to v9 BREAKING CHANGE: returns IPNS objects are from [email protected]
1 parent e3a2d8f commit 1097cb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@multiformats/multiaddr": "^12.1.3",
5151
"any-signal": "^4.1.1",
5252
"browser-readablestream-to-it": "^2.0.3",
53-
"ipns": "^8.0.1",
53+
"ipns": "^9.0.0",
5454
"it-first": "^3.0.3",
5555
"it-map": "^3.0.4",
5656
"it-ndjson": "^1.0.4",

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"aegir": "^42.2.0",
5050
"fastify": "^4.17.0",
5151
"helia": "^3.0.1",
52-
"ipns": "^8.0.1",
52+
"ipns": "^9.0.0",
5353
"it-first": "^3.0.3",
5454
"multiformats": "^13.0.0"
5555
},

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@libp2p/interface": "^1.1.1",
6969
"@libp2p/peer-id": "^4.0.4",
7070
"fastify": "^4.17.0",
71-
"ipns": "^8.0.1",
71+
"ipns": "^9.0.0",
7272
"multiformats": "^13.0.0",
7373
"raw-body": "^2.5.2"
7474
},

0 commit comments

Comments
 (0)