更新版本号至 0.0.4,添加 LRU 缓存功能,优化 HACore 类的实体获取逻辑,更新依赖项
This commit is contained in:
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/ha-api",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
@@ -15,14 +15,16 @@
|
||||
},
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.24.0",
|
||||
"packageManager": "pnpm@10.26.2",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.3",
|
||||
"dotenv": "^17.2.3",
|
||||
"@types/node": "^24.10.1"
|
||||
"@types/bun": "^1.3.5",
|
||||
"@types/node": "^25.0.3",
|
||||
"dotenv": "^17.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"fuse.js": "^7.1.0"
|
||||
"@kevisual/cache": "^0.0.4",
|
||||
"fuse.js": "^7.1.0",
|
||||
"lru-cache": "^11.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user