Update from Forestry.io

Jessica Schilling updated src/_blog/111-js-ipfs-0-51-0/js-ipfs-0.51.0-adds-type-definitions-and-removes-secio.md
This commit is contained in:
Jessica Schilling
2021-01-14 22:38:25 +00:00
committed by Forestry.io
parent de01c1ee56
commit 6103009bb5
@@ -26,7 +26,7 @@ With `js-IPFS@0.51.0` types are now a first-class citizen within the codebase.
Going forward all new code will be required to have types so to help contributors with that [aegir](https://github.com/ipfs/aegir) recently added stricter linting for JSDoc comments and we also [added a typecheck github action](https://github.com/ipfs/js-ipfs/pull/3327) to `js-IPFS` so any errors or missing types should be easy to spot in a PR.
<p style="max-width:1000px;margin-left:auto;margin-right:auto;">
<img src="/111-js-ipfs-0-51-0/types.png">
<img src="/types.png">
</p>
## SECIO Removal