Skip to content

v3.45.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 16:40
· 305 commits to main since this release
fix: improve code readability and enhance watcher functionality

- Added a space in the `child.stdout.on('data')` callback for consistency.
- Updated `installPackage` to use `kitState` for fetching scripts instead of `getScripts`.
- Enhanced `madgeAllScripts` to accept an optional `originalFilePath` parameter, preventing the original file from being marked as processed.
- Improved test mocks for better clarity and functionality in `watcher.test.ts`, including handling of file changes and platform-specific behavior.
- Cleaned up whitespace and improved structure in various files for better maintainability.