From 3bad722c25c4de867e4733f6a96e328bfb206310 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 6 May 2024 13:45:06 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 4 ++-- ts/smartchok.classes.smartchok.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1d938b6..c308473 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' } diff --git a/ts/smartchok.classes.smartchok.ts b/ts/smartchok.classes.smartchok.ts index 278a905..a7f4d9d 100644 --- a/ts/smartchok.classes.smartchok.ts +++ b/ts/smartchok.classes.smartchok.ts @@ -101,8 +101,8 @@ export class Smartchok { return result; }), { - depth: 20, - recursive: false, + depth: 4, + recursive: true, } ); this.watcher.on('ready', () => {