fix(test): Update test script to fix type references and remove private method call

This commit is contained in:
2025-03-01 19:47:46 +00:00
parent 51bb3a8967
commit cefbce1ba0
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-03-01 - 1.3.1 - fix(test)
Update test script to fix type references and remove private method call
- Corrected type references in test script for IMonitorConfig.
- Fixed test script to use console.log instead of private method monitor.log.
## 2025-03-01 - 1.3.0 - feat(cli)
Add CLI support with command parsing and version display