fix(tests): Bump dependency versions and adjust test to use enableConsole() default

This commit is contained in:
2025-09-22 13:30:17 +00:00
parent e133da8076
commit 13ccb0f386
5 changed files with 2216 additions and 2790 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-09-22 - 3.1.10 - fix(tests)
Bump dependency versions and adjust test to use enableConsole() default
- Update devDependencies: @git.zone/tsbuild -> ^2.6.8, @git.zone/tsbundle -> ^2.5.1, @git.zone/tstest -> ^2.3.6
- Update runtime dependencies: @push.rocks/consolecolor -> ^2.0.3, @push.rocks/smartfile -> ^11.2.7, @push.rocks/smarthash -> ^3.2.3
- Simplify test invocation in test/test.ts: call testSmartLog.enableConsole() without the captureAll option
## 2025-09-01 - 3.1.9 - fix(docs)
Update README: expand documentation, examples and usage guides