chore(deps): updated

This commit is contained in:
Neko Ayaka
2026-08-09 01:46:13 +08:00
parent 83ea2afbd7
commit 16f7dfaf4d
8 changed files with 3403 additions and 909 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "@proj-airi/audio-input-e2e",
"type": "module",
"version": "0.11.3",
"private": true,
"description": "End-to-end audio input contracts for AIRI Web and Electron",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"scripts": {
},
"dependencies": {
"@pnpm/find-workspace-dir": "catalog:",
"@proj-airi/stage-shared": "workspace:^",
"playwright": "catalog:",
"valibot": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:"
}
}
+1
View File
@@ -40,6 +40,7 @@
"dependencies": {
"@moeru/std": "catalog:",
"@proj-airi/pipelines-audio": "workspace:^",
"@proj-airi/plugin-protocol": "workspace:^",
"@proj-airi/server-sdk": "workspace:^",
"@proj-airi/server-shared": "workspace:^",
"@proj-airi/stream-kit": "workspace:^",
+1
View File
@@ -21,6 +21,7 @@
"./global-shortcut": "./src/global-shortcut/index.ts",
"./godot-stage": "./src/godot-stage/index.ts",
"./server-channel-qr": "./src/server-channel-qr.ts",
"./types/io-trace": "./src/types/io-trace.ts",
"./electron-renderer": "./src/electron-renderer.d.ts",
"./composables": "./src/composables/index.ts",
"./webgpu": "./src/webgpu/index.ts"