feat(core): Migrate to chokidar 5.x, add picomatch filtering and update test/dev dependencies

This commit is contained in:
2025-11-29 21:05:51 +00:00
parent 21827f06e9
commit 6d02ef3ddc
7 changed files with 2832 additions and 2510 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartchok',
version: '1.1.1',
description: 'A smart wrapper for chokidar 4.x with glob pattern support and enhanced features.'
version: '1.2.0',
description: 'A smart wrapper for chokidar 5.x with glob pattern support and enhanced features.'
}