4 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
50aa0a136a 1.0.29 2024-01-28 01:19:58 +01:00
b98a9be2b7 fix(core): update 2024-01-28 01:19:57 +01:00
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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