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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-comms',
version: '1.0.28',
version: '1.0.30',
description: 'A communications module for enabling DOM-based messaging and synchronization across browser tabs and workers.'
}