2 Commits

Author SHA1 Message Date
e4a349c85e 1.0.30 2024-01-28 01:24:00 +01:00
2abfa7c47a fix(core): update 2024-01-28 01:23:59 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartchok",
"version": "1.0.29",
"version": "1.0.30",
"private": false,
"description": "smart wrapper for chokidar",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartchok',
version: '1.0.29',
version: '1.0.30',
description: 'smart wrapper for chokidar'
}

View File

@ -19,7 +19,7 @@ export {
}
// thirdparty scope
// @ts-ignore
// @ts-nocheck
import watcher from 'watcher';
export {