Skip to content

Commit 148f554

Browse files
authored
fix!: update multiformats to v11 (#115)
The CID class in multiformats v11 has breaking changes so update all deps to use the new version.
1 parent 9a7b840 commit 148f554

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -179,28 +179,28 @@
179179
"dependencies": {
180180
"@libp2p/crypto": "^1.0.0",
181181
"@libp2p/interface-connection": "^3.0.1",
182-
"@libp2p/interface-peer-id": "^1.0.2",
182+
"@libp2p/interface-peer-id": "^2.0.0",
183183
"@libp2p/interface-pubsub": "^3.0.0",
184184
"@libp2p/interface-registrar": "^2.0.0",
185185
"@libp2p/interfaces": "^3.0.2",
186186
"@libp2p/logger": "^2.0.0",
187-
"@libp2p/peer-collections": "^2.0.0",
188-
"@libp2p/peer-id": "^1.1.0",
189-
"@libp2p/topology": "^3.0.0",
187+
"@libp2p/peer-collections": "^3.0.0",
188+
"@libp2p/peer-id": "^2.0.0",
189+
"@libp2p/topology": "^4.0.0",
190190
"@multiformats/multiaddr": "^11.0.0",
191191
"abortable-iterator": "^4.0.2",
192192
"err-code": "^3.0.1",
193193
"it-length-prefixed": "^8.0.2",
194194
"it-pipe": "^2.0.3",
195195
"it-pushable": "^3.0.0",
196-
"multiformats": "^10.0.0",
196+
"multiformats": "^11.0.0",
197197
"p-queue": "^7.2.0",
198198
"uint8arraylist": "^2.0.0",
199199
"uint8arrays": "^4.0.2"
200200
},
201201
"devDependencies": {
202-
"@libp2p/peer-id-factory": "^1.0.0",
203-
"aegir": "^37.2.0",
202+
"@libp2p/peer-id-factory": "^2.0.0",
203+
"aegir": "^37.9.1",
204204
"delay": "^5.0.0",
205205
"it-pair": "^2.0.2",
206206
"p-defer": "^4.0.0",

0 commit comments

Comments
 (0)