feat: 更新 HTTP 路由处理,移除旧的自定义端点并添加新的 API 路由;更新依赖版本
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.28.2",
|
||||
"packageManager": "pnpm@10.30.3",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@kevisual/types": "^0.0.12",
|
||||
"@types/bun": "^1.3.8",
|
||||
"@types/node": "^25.2.0"
|
||||
"@types/bun": "^1.3.9",
|
||||
"@types/node": "^25.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kevisual/auth": "^2.0.3",
|
||||
"convex": "1.31.7",
|
||||
"convex": "1.32.0",
|
||||
"jose": "^6.1.3"
|
||||
},
|
||||
"exports": {
|
||||
|
||||
Reference in New Issue
Block a user