Skip to content

Commit 52f578e

Browse files
authored
chore: fixed cid and multicodec versions (#3445)
This PR sets fixed versions for cid and multicodec prior to their types PR being merged. These updates lead to a few regressions that should be fixed for updating these deps Context: - ipfs/js-ipfs#3442 - Some follow up breaking changes will probably land multiformats/js-multicodec#73
1 parent b10e247 commit 52f578e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"any-signal": "^2.0.0",
5454
"bignumber.js": "^9.0.0",
55-
"cids": "^1.0.0",
55+
"cids": "1.0.2",
5656
"debug": "^4.1.1",
5757
"form-data": "^3.0.0",
5858
"ipfs-core-utils": "^0.5.3",
@@ -68,7 +68,7 @@
6868
"merge-options": "^2.0.0",
6969
"multiaddr": "^8.0.0",
7070
"multibase": "^3.0.0",
71-
"multicodec": "^2.0.1",
71+
"multicodec": "2.0.4",
7272
"multihashes": "^3.0.1",
7373
"nanoid": "^3.1.12",
7474
"native-abort-controller": "~0.0.3",

0 commit comments

Comments
 (0)