fix(watcher.node): Normalize paths and improve Node watcher robustness: restart/rescan on errors (including ENOSPC), clear stale state, and remove legacy throttler

This commit is contained in:
2025-12-11 19:13:35 +00:00
parent 0bab7e0296
commit da77d8a608
4 changed files with 54 additions and 73 deletions

View File

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