5.0.0-beta.1 (2025-04-19)
⚠ Breaking changes
- Removed the ability to execute system commands using
string-based inputs. This eliminates the dependency onchild_process
,
improving browser compatibility. Users relying on this functionality
should migrate to executing commands manually within their own
implementations.