mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
chore(deps): updated
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import jsPlugin from '@alint-js/plugin-js'
|
||||
|
||||
import { defineConfig } from '@alint-js/cli'
|
||||
|
||||
export default defineConfig([
|
||||
{
|
||||
extends: ['js/recommended'],
|
||||
files: ['**/*.{js,jsx,ts,tsx,mjs,cjs,mts,cts}'],
|
||||
plugins: {
|
||||
js: jsPlugin,
|
||||
},
|
||||
},
|
||||
])
|
||||
@@ -470,7 +470,7 @@ onMounted(async () => {
|
||||
</article>
|
||||
|
||||
<GhostButton
|
||||
v-track-button="{ name: 'mcp_server_added' }"
|
||||
v-track-button="{ name: 'mcp_server_updated', action: 'add' }"
|
||||
size="md" block :disabled="isBusy"
|
||||
icon="i-solar:add-circle-bold-duotone" :label="tn('actions.add-server')"
|
||||
@click="addServer"
|
||||
|
||||
@@ -49,6 +49,8 @@
|
||||
"knip": "knip"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alint-js/cli": "catalog:",
|
||||
"@alint-js/plugin-js": "catalog:",
|
||||
"@antfu/eslint-config": "catalog:",
|
||||
"@arethetypeswrong/core": "catalog:",
|
||||
"@electron-toolkit/eslint-config-ts": "catalog:",
|
||||
|
||||
@@ -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:"
|
||||
}
|
||||
}
|
||||
@@ -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:^",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Generated
+3359
-908
File diff suppressed because it is too large
Load Diff
@@ -40,6 +40,8 @@ patchedDependencies:
|
||||
uiohook-napi@1.5.5: patches/uiohook-napi@1.5.5.patch
|
||||
catalog:
|
||||
'@alexanderolsen/libsamplerate-js': ^2.1.2
|
||||
'@alint-js/cli': ^0.4.0
|
||||
'@alint-js/plugin-js': ^0.4.0
|
||||
'@antfu/eslint-config': ^8.2.0
|
||||
'@anthropic-ai/claude-code': ^2.1.204
|
||||
'@arethetypeswrong/core': ^0.18.2
|
||||
|
||||
Reference in New Issue
Block a user