generated from tailored/router-db-template
更新 package.json 和 pnpm-lock.yaml,修改版本号并添加依赖;重构 ASR 模块,优化音频处理逻辑,新增 AliyunAucChat 类及测试用例
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user