Permissions: You can now run commands with elevated permissions using the new sudo-prompt package, making it easier to execute tasks that require admin rights.
Improvements
Error Handling: The error handling has been improved to ensure that all relevant error fields are correctly captured when running commands, especially in testing environments.
Code Quality: We have simplified the mergePromise function and cleaned up outdated code in tests, enhancing overall code maintainability.
Fixes
Fix missing error fields when running commands in Jest, ensuring that all error details are available for better debugging.