Skip to content

deps!: update blockstore #290

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

Merged
merged 1 commit into from
Mar 15, 2023
Merged

deps!: update blockstore #290

merged 1 commit into from
Mar 15, 2023

Conversation

achingbrain
Copy link
Member

This is a breaking change because the return type of interface-blockstore methods can now be promises or simple values which can affects the type of blockstore object that is accepted by the importer/exporter - internally the results are awaited on but the difference in types can upset typescript in some cases so it's safer to release it as a major.

BREAKING CHANGE: please use the latest interface-blockstore versions of everything, aside from this impact should be minimal

This is a breaking change because the return type of `interface-blockstore`
methods can now be promises or simple values which can upset
typescript in some cases so it's safter to release it as a major.

BREAKING CHANGE: please use the latest interface-blockstore versions of everything, aside from this
impact should be minimal
@achingbrain achingbrain merged commit 6efaab5 into master Mar 15, 2023
@achingbrain achingbrain deleted the deps/update-blockstore branch March 15, 2023 13:32
github-actions bot pushed a commit that referenced this pull request Mar 15, 2023
## [ipfs-unixfs-importer-v15.0.0](ipfs-unixfs-importer-v14.0.2...ipfs-unixfs-importer-v15.0.0) (2023-03-15)

### ⚠ BREAKING CHANGES

* please use the latest interface-blockstore versions of everything, aside from this
impact should be minimal

### Dependencies

* update blockstore ([#290](#290)) ([6efaab5](6efaab5))
@github-actions
Copy link

🎉 This PR is included in version ipfs-unixfs-importer-v15.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 15, 2023
## [ipfs-unixfs-exporter-v13.0.0](ipfs-unixfs-exporter-v12.0.2...ipfs-unixfs-exporter-v13.0.0) (2023-03-15)

### ⚠ BREAKING CHANGES

* please use the latest interface-blockstore versions of everything, aside from this
impact should be minimal

### Dependencies

* update blockstore ([#290](#290)) ([6efaab5](6efaab5))
* update sibling dependencies ([a1c8f49](a1c8f49))
@github-actions
Copy link

🎉 This PR is included in version ipfs-unixfs-exporter-v13.0.0 🎉

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.

1 participant