fix(watcher.node): Improve handling of temporary files from atomic editor writes in Node watcher

This commit is contained in:
2025-12-11 09:07:57 +00:00
parent ef2388b16f
commit 90275a0f1c
3 changed files with 57 additions and 8 deletions

View File

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