fix: update MeiliSearch import to Meilisearch and adjust tsconfig paths
This commit is contained in:
17
package.json
17
package.json
@@ -9,17 +9,20 @@
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.14.0",
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@kevisual/ai": "^0.0.16",
|
||||
"meilisearch": "^0.51.0"
|
||||
"@kevisual/ai": "^0.0.30",
|
||||
"@node-rs/jieba": "^2.0.1",
|
||||
"flexsearch": "^0.8.212",
|
||||
"meilisearch": "^0.57.0",
|
||||
"minisearch": "^7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kevisual/types": "^0.0.10",
|
||||
"@types/node": "^24.2.1",
|
||||
"dayjs": "^1.11.13",
|
||||
"dotenv": "^17.2.1",
|
||||
"@kevisual/types": "^0.0.14",
|
||||
"@types/node": "^25.6.0",
|
||||
"dayjs": "^1.11.20",
|
||||
"dotenv": "^17.4.1",
|
||||
"fast-glob": "^3.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user