更新 package.json 和 pnpm-lock.yaml,修改版本号并添加依赖;重构 ASR 模块,优化音频处理逻辑,新增 AliyunAucChat 类及测试用例

This commit is contained in:
2025-12-22 01:49:48 +08:00
parent 00e91e8b28
commit 5db0418cb8
10 changed files with 219 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/video-tools",
"version": "0.0.8",
"version": "0.0.12",
"description": "",
"main": "index.js",
"basename": "/root/video-tools",
@@ -9,7 +9,7 @@
"type": "system-app"
},
"scripts": {
"build": "bun bun.config.ts",
"build": "npm publish",
"dev:bun": "bun run src/dev.ts --watch",
"test": "tsx test/**/*.ts",
"clean": "rm -rf dist",
@@ -30,6 +30,7 @@
},
"dependencies": {
"@gradio/client": "^2.0.1",
"@kevisual/ai": "^0.0.19",
"@kevisual/router": "0.0.48",
"@kevisual/use-config": "^1.0.21",
"@kevisual/video": "^0.0.2",