fix(core): Refactor watch mode commands and exports

This commit is contained in:
2024-12-04 21:59:28 +01:00
parent a6441a3e3e
commit f1f3465917
7 changed files with 120 additions and 78 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2024-12-04 - 2.0.27 - fix(core)
Refactor watch mode commands and exports
- Updated watch mode names in CLI and type definitions for consistency.
- Added export for smartfile plugin.
- Ensured updated command logic is applied during CLI operations.
## 2024-12-04 - 2.0.26 - fix(core)
Refactor watch modes and update dependencies