Skip to content

Commit bde4c69

Browse files
authored
fix: preserve user provided cid base (#1005)
- update to [email protected] for multiformats/js-cid#77 fixes: #999 License: MIT Signed-off-by: Oli Evans <[email protected]>
1 parent 0de252c commit bde4c69

File tree

2 files changed

+161
-12
lines changed

2 files changed

+161
-12
lines changed

package-lock.json

Lines changed: 159 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@tableflip/react-inspector": "^2.3.0",
2828
"brace": "^0.11.1",
2929
"chart.js": "^2.7.2",
30+
"cids": "^0.6.0",
3031
"countly-sdk-web": "^19.2.1",
3132
"d3": "^5.7.0",
3233
"details-polyfill": "^1.1.0",
@@ -42,7 +43,7 @@
4243
"ipfs-redux-bundle": "^5.1.0",
4344
"ipfs-unixfs": "^0.1.15",
4445
"ipld": "^0.21.1",
45-
"ipld-explorer-components": "^1.2.0",
46+
"ipld-explorer-components": "^1.2.1",
4647
"is-binary": "^0.1.0",
4748
"is-ipfs": "^0.6.0",
4849
"milliseconds": "^1.0.3",
@@ -89,7 +90,6 @@
8990
"babel-eslint": "^9.0.0",
9091
"big.js": "^5.1.2",
9192
"bundlesize": "^0.17.0",
92-
"cids": "^0.5.5",
9393
"cross-env": "^5.2.0",
9494
"ecstatic": "^3.3.0",
9595
"enzyme": "^3.6.0",

0 commit comments

Comments
 (0)