Skip to content

Commit e7d9c91

Browse files
authored
fix!: update to multiformats v11 (libp2p#17)
The CID class in multiformats v11 has a breaking change so update all deps to use the new version
1 parent fe25fc9 commit e7d9c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"docs": "aegir docs"
154154
},
155155
"dependencies": {
156-
"@libp2p/interface-peer-id": "^1.0.4",
156+
"@libp2p/interface-peer-id": "^2.0.0",
157157
"@libp2p/interface-registrar": "^2.0.3",
158158
"@libp2p/logger": "^2.0.1",
159159
"err-code": "^3.0.1",

0 commit comments

Comments
 (0)