Updating uint8arrays package to lts stable#312
Conversation
|
@mirceanis Could you please have a look at the PR? It updates uint8arrays to the latest stable v5. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Hey folks, |
|
There is a way: move to pure ESM. Nodejs handles ESM pretty well these days, as well as the bundlers. |
closes #312 BREAKING CHANGE: this updates multiformats and uint8arrays dependencies to versions that only publish ESM variants
closes #312 BREAKING CHANGE: this updates multiformats and uint8arrays dependencies to versions that only publish ESM variants
|
🎉 This issue has been resolved in version 9.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Current outdated uint8arrays package versions are conflicting with modern bundlers as we're seeing in certain integrated environments (such as Next.js v14+).
This PR updates uint8arrays to latest stable (v5)