feat(Smartchok): Migrate to chokidar 4.x with picomatch glob support, update documentation and tests
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartchok",
|
||||
"version": "1.0.34",
|
||||
"private": false,
|
||||
"description": "A smart wrapper for chokidar to facilitate file watching with enhanced features.",
|
||||
"description": "A smart wrapper for chokidar 4.x with glob pattern support and enhanced features.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
@ -25,7 +25,8 @@
|
||||
"@push.rocks/lik": "^6.0.2",
|
||||
"@push.rocks/smartpromise": "^4.0.2",
|
||||
"@push.rocks/smartrx": "^3.0.2",
|
||||
"@tempfix/watcher": "^2.3.0"
|
||||
"chokidar": "^4.0.3",
|
||||
"picomatch": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.66",
|
||||
|
Reference in New Issue
Block a user