Skip to content

Commit

Permalink
fix: preserve user provided cid base (#1005)
Browse files Browse the repository at this point in the history
- update to cids@0.6.0 for multiformats/js-cid#77

fixes: #999

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
  • Loading branch information
olizilla committed Apr 10, 2019
1 parent 0de252c commit bde4c69
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 12 deletions.
169 changes: 159 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@tableflip/react-inspector": "^2.3.0",
"brace": "^0.11.1",
"chart.js": "^2.7.2",
"cids": "^0.6.0",
"countly-sdk-web": "^19.2.1",
"d3": "^5.7.0",
"details-polyfill": "^1.1.0",
Expand All @@ -42,7 +43,7 @@
"ipfs-redux-bundle": "^5.1.0",
"ipfs-unixfs": "^0.1.15",
"ipld": "^0.21.1",
"ipld-explorer-components": "^1.2.0",
"ipld-explorer-components": "^1.2.1",
"is-binary": "^0.1.0",
"is-ipfs": "^0.6.0",
"milliseconds": "^1.0.3",
Expand Down Expand Up @@ -89,7 +90,6 @@
"babel-eslint": "^9.0.0",
"big.js": "^5.1.2",
"bundlesize": "^0.17.0",
"cids": "^0.5.5",
"cross-env": "^5.2.0",
"ecstatic": "^3.3.0",
"enzyme": "^3.6.0",
Expand Down

0 comments on commit bde4c69

Please sign in to comment.