fix(deps/tests): bump two dependencies and disable cache in tests

This commit is contained in:
2026-02-11 17:24:17 +00:00
parent e6a1f50554
commit 735464e8e6
8 changed files with 38 additions and 28 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-11 - 5.0.1 - fix(deps/tests)
bump two dependencies and disable cache in tests
- Bumped @api.global/typedrequest from ^3.2.5 to ^3.2.6
- Bumped @push.rocks/smartradius from ^1.1.0 to ^1.1.1
- Disabled cache in tests by adding cacheConfig: { enabled: false } to DcRouter instantiation in test/test.jwt-auth.ts, test/test.opsserver-api.ts, and test/test.protected-endpoint.ts
## 2026-02-11 - 5.0.0 - BREAKING CHANGE(mta)
migrate internal MTA to @push.rocks/smartmta and remove legacy mail/deliverability implementation