fix(DeesComms): Skip routing hooks for BroadcastChannel-received messages to prevent infinite loops; update typedrequest dependency and bump package version.

This commit is contained in:
2025-12-04 23:52:12 +00:00
parent 10e0c5ca92
commit 6bf7061e84
5 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-04 - 1.0.30 - fix(DeesComms)
Skip routing hooks for BroadcastChannel-received messages to prevent infinite loops; update typedrequest dependency and bump package version.
- Skip hooks when routing responses for messages received from the BroadcastChannel (prevents infinite loops when global traffic-logging hooks are present).
- Bump dependency @api.global/typedrequest to ^3.2.3.
- Bump package version to 1.0.29.
## 2025-12-04 - 1.0.28 - fix(build)
Upgrade build/test tooling and runtime deps; enable verbose tests