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
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.1.2...v6.0.0) (2026-04-02)
* feat!: replace rsyncwrapper with direct child_process.spawn ([b11fb7f](b11fb7f))
* feat!: replace rsyncwrapper with local rsync module ([71b8eb3](71b8eb3))
### Bug Fixes
* add proc.on('error') handler to prevent hanging on spawn failure ([c81b43c](c81b43c))
### BREAKING CHANGES
* rsyncwrapper dependency removed, rsync command is now
constructed and executed via a local module using child_process.spawn.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* rsyncwrapper dependency removed, rsync command is now
constructed and executed directly via child_process.spawn.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.3...v5.1.0) (2024-07-24)
### Features
* Add deleteFile function to helpers module ([1befdb1](1befdb1))
* apply deleteFile function to remoteCmd ([b82eced](b82eced))