Skip to content

Commit 9ed4373

Browse files
Gozalaachingbrain
andauthored
fix: regressions introduced by new releases of CID & multicodec (ipfs#3442)
Few regressions had been introduced by multiformats/js-cid@0e11f03#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26 multiformats/js-multicodec@25cf33f This changes fix two remaining problems: 1. Change type of codec from string to code name. 2. No longer import removed JSON file and use exported table instead. Co-authored-by: achingbrain <[email protected]>
1 parent 39cfc86 commit 9ed4373

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
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"dot-prop": "^5.0.0",
7-
"ipfs": "^0.52.1",
7+
"ipfs": "^0.52.2",
88
"ipfs-css": "^0.13.1",
99
"react": "^16.8.6",
1010
"react-dom": "^16.8.6",

0 commit comments

Comments
 (0)