fix(watcher.node): Defer events during initial scan, track full event sequences, and harden watcher shutdown

This commit is contained in:
2025-12-11 02:39:38 +00:00
parent ea57de06dd
commit 6f6868f2ad
5 changed files with 207 additions and 97 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartwatch',
version: '6.2.1',
version: '6.2.2',
description: 'A cross-runtime file watcher with glob pattern support for Node.js, Deno, and Bun.'
}