fix(domtools): Prevent race conditions during DomTools initialization and improve runOnce error handling

This commit is contained in:
2025-11-16 15:29:23 +00:00
parent d16bc1652d
commit 039ee19ffd
4 changed files with 508 additions and 90 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.3.3',
version: '2.3.4',
description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
}