You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
None, the package was always published as ESM. The major version was changed due to the package being defined as ESM (may be a violation of semver, but felt better to err on the side of caution).
Features
CommonJS build is published through package.json exports.
Consumers that happen to need a CJS version due to build requirements of their framework, for example older versions of Next.js, may now be able to remove any transpileModules configuration related to tts-react from their Next.js configuration file.