From b98a9be2b7d71e06b726973d9b72675b28342e20 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 28 Jan 2024 01:19:57 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartchok.plugins.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 88eb700..99f6a54 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.28', + version: '1.0.29', description: 'smart wrapper for chokidar' } diff --git a/ts/smartchok.plugins.ts b/ts/smartchok.plugins.ts index 94cf716..fcbefda 100644 --- a/ts/smartchok.plugins.ts +++ b/ts/smartchok.plugins.ts @@ -19,6 +19,7 @@ export { } // thirdparty scope +// @ts-ignore import watcher from 'watcher'; export {