feat: update version and refactor ignore patterns in project listener

This commit is contained in:
xiongxiao
2026-03-13 18:43:40 +08:00
committed by cnb
parent dca8ffa4ad
commit 641e373f3a
5 changed files with 46 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/project-search",
"version": "0.0.2",
"version": "0.0.4",
"description": "",
"main": "index.js",
"scripts": {
@@ -24,11 +24,12 @@
"fast-glob": "^3.3.3",
"meilisearch": "^0.55.0",
"zod": "^4.3.6",
"@parcel/watcher": "^2.5.6",
"es-toolkit": "^1.45.1",
"eventemitter3": "^5.0.4"
},
"dependencies": {},
"dependencies": {
"@parcel/watcher": "^2.5.6"
},
"exports": {
".": "./dist/app.js",
"./routes": "./dist/app.js",