-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
| [`ipfs-mfs`](//github.com/ipfs/js-ipfs-mfs) | [](//github.com/ipfs/js-ipfs-mfs/releases) | [](https://david-dm.org/ipfs/js-ipfs-mfs) | [](https://travis-ci.com/ipfs/js-ipfs-mfs) | [](https://codecov.io/gh/ipfs/js-ipfs-mfs) | [Alex Potsides](mailto:alex.potsides@protocol.ai) | | ||
| [`ipfs-unixfs`](//github.com/ipfs/js-ipfs-unixfs) | [](//github.com/ipfs/js-ipfs-unixfs/releases) | [](https://david-dm.org/ipfs/js-ipfs-unixfs) | [](https://travis-ci.com/ipfs/js-ipfs-unixfs) | [](https://codecov.io/gh/ipfs/js-ipfs-unixfs) | [Alex Potsides](mailto:alex.potsides@protocol.ai) | | ||
| [`ipfs-unixfs-exporter`](//github.com/ipfs/js-ipfs-unixfs-exporter) | [](//github.com/ipfs/js-ipfs-unixfs-exporter/releases) | [](https://david-dm.org/ipfs/js-ipfs-unixfs-exporter) | [](https://travis-ci.com/ipfs/js-ipfs-unixfs-exporter) | [](https://codecov.io/gh/ipfs/js-ipfs-unixfs-exporter) | [Alex Potsides](mailto:alex.potsides@protocol.ai) | | ||
| [`ipfs-unixfs-importer`](//github.com/ipfs/js-ipfs-unixfs-importer) | [](//github.com/ipfs/js-ipfs-unixfs-importer/releases) | [](https://david-dm.org/ipfs/js-ipfs-unixfs-importer) | [](https://travis-ci.com/ipfs/js-ipfs-unixfs-importer) | [](https://codecov.io/gh/ipfs/js-ipfs-unixfs-importer) | [Alex Potsides](mailto:alex.potsides@protocol.ai) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As part of this update, wanna move the 2 lines that js-ipfs-unixfs-engine does to js-ipfs itself? ipfs-inactive/js-ipfs-unixfs-engine#237 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I understand? It doesn’t use the engine (and hasn’t for a long while) and already requires them separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha! https://github.com/ipfs/js-ipfs/blob/master/package.json#L108-L110
Then https://github.com/ipfs/js-ipfs-unixfs-engine should be deprecated, no? It will break with the async refactor anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I'll open an issue. As I mentioned in the PR description it's out of date (depends on old versions of importer/exporter) so I'm sure this will be fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is a good PR tho? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is good :)
Removes
unixfs-engine
(is out of date and just a shell that requires importer & exporter) and addslibp2p-gossipsub
.