ipfs-inactive / js-ipfs-unixfs-exporter

[ARCHIVED] JavaScript implementation of the UnixFs exporter used by IPFS
MIT License
2 stars 3 forks source link

chore: update importer #22

Closed achingbrain closed 5 years ago

achingbrain commented 5 years ago

The importer & exporter use each other in their tests. The async/await conversion broke the public API quite badly so had to publish an importer on a broken build in order fix the build of the exporter. Once that is green & published the importer will get the new exporter which will fix the importer build.

Hooray.