chore: update dependencies and lockfile

- Added new dependencies: @ai-sdk/anthropic, @ai-sdk/openai, @ai-sdk/openai-compatible, and ai.
- Updated existing dependencies:
  - @kevisual/permission from 0.0.3 to 0.0.4
  - @kevisual/query from 0.0.38 to 0.0.52
  - @kevisual/router from 0.0.62 to 0.0.84
  - @kevisual/use-config from 1.0.28 to 1.0.30
  - @types/bun from 1.3.6 to 1.3.9
  - @types/formidable from 3.4.6 to 3.4.7
  - @types/node from 25.0.10 to 25.3.3
  - dotenv from 17.2.3 to 17.3.1
  - openai from 6.16.0 to 6.25.0
  - rimraf from 6.1.2 to 6.1.3
  - glob from 13.0.0 to 13.0.6
  - minimatch from 10.1.1 to 10.2.4
  - minipass from 7.1.2 to 7.1.3
  - path-scurry from 2.0.0 to 2.0.2
- Updated lockfile to reflect changes in dependencies and their versions.
This commit is contained in:
2026-03-03 03:42:01 +08:00
parent 3b04f7ec0a
commit 174c64b9a3
2 changed files with 234 additions and 110 deletions

View File

@@ -59,6 +59,10 @@
},
"dependencies": {
"@kevisual/logger": "^0.0.4",
"@ai-sdk/anthropic": "^3.0.51",
"@ai-sdk/openai": "^3.0.38",
"@ai-sdk/openai-compatible": "^2.0.31",
"ai": "^6.0.106",
"@kevisual/permission": "^0.0.4",
"@kevisual/query": "^0.0.52"
}