feat(watchers): Improve Node watcher robustness: file-level inode tracking, abortable restarts, restart race guards, and untracked-file handling

This commit is contained in:
2025-12-10 14:18:40 +00:00
parent 8677f61da1
commit 5dda689b4c
4 changed files with 168 additions and 44 deletions

View File

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