Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: specify return type of the importer to generate correct types #251

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

achingbrain
Copy link
Member

If we don't to this, we end up importing deep paths from unixfs in the generated types which aren't in the exports map so fail when people are compiling their dependencies.

Fixes #214

If we don't to this, we end up importing deep paths from `unixfs` in
the generated types which aren't in the exports map so fail when
people are compiling their dependencies.

Fixes #214
@achingbrain achingbrain merged commit 3343366 into master Aug 31, 2022
@achingbrain achingbrain deleted the fix/specify-return-types branch August 31, 2022 06:09
github-actions bot pushed a commit that referenced this pull request Aug 31, 2022
## [ipfs-unixfs-importer-v10.0.2](ipfs-unixfs-importer-v10.0.1...ipfs-unixfs-importer-v10.0.2) (2022-08-31)

### Bug Fixes

* specify return type of the importer to generate correct types ([#251](#251)) ([3343366](3343366)), closes [#214](#214)
@github-actions
Copy link

🎉 This PR is included in version ipfs-unixfs-importer-v10.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Aug 31, 2022
## [ipfs-unixfs-exporter-v8.0.5](ipfs-unixfs-exporter-v8.0.4...ipfs-unixfs-exporter-v8.0.5) (2022-08-31)

### Bug Fixes

* specify return type of the importer to generate correct types ([#251](#251)) ([3343366](3343366)), closes [#214](#214)
@github-actions
Copy link

🎉 This PR is included in version ipfs-unixfs-exporter-v8.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ipfs-unixfs-importer: import type declaration imports UnixFS from the wrong location
1 participant