Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit aa8ecf2

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 72efd00 commit aa8ecf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-ipld-formats/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-ipfs-example": "^2.0.3"
1212
},
1313
"dependencies": {
14-
"cids": "^1.0.0",
14+
"cids": "1.0.2",
1515
"ipfs-cli": "^0.1.0",
1616
"ipfs-core": "^0.2.1",
1717
"ipfs-http-client": "^48.1.1",

0 commit comments

Comments
 (0)