fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-06 13:45:06 +02:00
parent 28ba176b62
commit 3bad722c25
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartchok',
version: '1.0.33',
description: 'smart wrapper for chokidar'
version: '1.0.34',
description: 'A smart wrapper for chokidar to facilitate file watching with enhanced features.'
}

View File

@ -101,8 +101,8 @@ export class Smartchok {
return result;
}),
{
depth: 20,
recursive: false,
depth: 4,
recursive: true,
}
);
this.watcher.on('ready', () => {