react-email@6.1.4
resend/react-emailreact-email@6.1.4May 13, 2026by github-actions[bot]
AI Summary
Improves CLI output formatting for non-TTY environments and restricts package manager support to npm for the build command.
Key Highlights
- Fixes spinner spam in CI logs and non-TTY terminal streams.
- Deprecates the `packageManager` CLI option for `email build`.
- Enforces npm as the only supported package manager for builds.
- Ensures dev dependencies are included during installation.
Breaking Changes
- Deprecation of `packageManager` CLI option for `email build`
New Features
- Improved CLI logging behavior for non-TTY streams
Full Release Notes
### Patch Changes * 1c386ce: Avoid spamming each spinner frame as a new line on non-TTY streams (CI logs, pipes, dumb terminals). The spinner now logs each status text once instead of redrawing animated frames when the output is not a TTY. * ad6a9de: - deprecate packageManager CLI option for `email build`, only supporting npm * ensure `email build` dependency installation includes dev dependencies