-
Notifications
You must be signed in to change notification settings - Fork 73
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
[BUG][deps] the update of uint8arrays>3.x and multiformats>9.x caused broken builds in CommonJS projects #301
Comments
Double negatives :P Downgrade is thumbsup right? ;) IMO given the amount of issues people face right now, a downgrade makes sense, until you move the lib itself to full ESM. |
Good point, I edited my comment to be more clear about the meaning of the emojis :) |
🎉 This issue has been resolved in version 7.4.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
As explained by @nklomp in decentralized-identity/did-jwt-vc#135, a dependency update was made that cascaded into broken builds.
This library is still being built as both CJS and ESM, but these 2 dependencies stopped publishing CJS variants in recent versions.
Unfortunately the maintainers of the above libraries don't want to publish CJS variants of their libraries so one of the few options remaining is to downgrade those dependencies here to ameliorate the annoyance for users of this library.
The JS world seems to be moving toward ESM but it is painfully slow and annoyingly difficult to support both.
I'm posting this issue here to gauge the support for the downgrade.
👍 downgrade / 👎 do nothing ?
The text was updated successfully, but these errors were encountered: