feat: 更新多个依赖版本,添加客户端认证模块及缓存功能

This commit is contained in:
2026-03-09 19:00:34 +08:00
parent d33db1b8e7
commit 060595c352
10 changed files with 95 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.1.19",
"version": "0.1.20",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -45,13 +45,13 @@
"@kevisual/app": "^0.0.2",
"@kevisual/auth": "^2.0.3",
"@kevisual/context": "^0.0.8",
"@kevisual/router": "^0.0.89",
"@kevisual/router": "^0.0.90",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/sdk": "^1.2.21",
"@opencode-ai/sdk": "^1.2.22",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
"jose": "^6.2.0",
"jose": "^6.2.1",
"lowdb": "^7.0.1",
"lru-cache": "^11.2.6",
"micromatch": "^4.0.8",
@@ -82,7 +82,7 @@
"ignore": "^7.0.5",
"jsonwebtoken": "^9.0.3",
"pm2": "^6.0.14",
"tar": "^7.5.10",
"tar": "^7.5.11",
"zustand": "^5.0.11"
},
"engines": {