[1.0.4] - 2026-05-05
- Commit Range: ➡️
692b0bb...d2852f4
🎨 Styling
-
692b0bb— 🎨 [style] Update provider preset name and enhance tsconfig.eslint.json exclusions -
Changed "digitalOcean" to "DigitalOcean" for consistency in provider preset names.
-
Expanded the exclude list in tsconfig.eslint.json to include various cache and build directories, improving linting performance and reducing false positives.
-
Updated include patterns to be more inclusive, allowing for better type checking across the project.
🧹 Chores
-
d2852f4— Release v1.0.4 -
c62be85— 🧹 [chore] Update dependency management script -
Enhanced the "update-deps" script in package.json to include the execution of "sync:rule-docs:write" after updating dependencies.
-
This change ensures that rule documentation is synchronized automatically following dependency updates, improving the maintenance workflow.