diff --git a/apps/realtime-audio/package.json b/apps/realtime-audio/package.json index 3d8f56cdb..c895730cd 100644 --- a/apps/realtime-audio/package.json +++ b/apps/realtime-audio/package.json @@ -4,9 +4,9 @@ "private": true, "description": "Realtime audio", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/apps/stage-web/package.json b/apps/stage-web/package.json index 0d1842c12..ab76eb164 100644 --- a/apps/stage-web/package.json +++ b/apps/stage-web/package.json @@ -4,9 +4,9 @@ "private": true, "description": "LLM powered virtual character", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "scripts": { diff --git a/package.json b/package.json index ed5c9434f..9e6654dc7 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "packageManager": "pnpm@10.11.0", "description": "LLM powered virtual character", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "scripts": { diff --git a/packages/font-cjkfonts-allseto/package.json b/packages/font-cjkfonts-allseto/package.json index 15cdd48f0..ebe580df6 100644 --- a/packages/font-cjkfonts-allseto/package.json +++ b/packages/font-cjkfonts-allseto/package.json @@ -4,9 +4,9 @@ "private": true, "description": "A collection of transition animations that used by Project AIRI", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "SIL Open Font License", "homepage": "https://cjkfonts.io/blog/cjkfonts_allseto", diff --git a/packages/font-xiaolai/package.json b/packages/font-xiaolai/package.json index 8d26b69c2..c82d2f28f 100644 --- a/packages/font-xiaolai/package.json +++ b/packages/font-xiaolai/package.json @@ -4,9 +4,9 @@ "private": true, "description": "A collection of transition animations that used by Project AIRI", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "SIL Open Font License", "homepage": "https://github.com/lxgw/kose-font", diff --git a/packages/memory-pgvector/package.json b/packages/memory-pgvector/package.json index a57f0b7b8..48f6cd521 100644 --- a/packages/memory-pgvector/package.json +++ b/packages/memory-pgvector/package.json @@ -4,8 +4,17 @@ "version": "0.5.0", "private": true, "description": "", - "author": "", + "author": { + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" + }, "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/moeru-ai/airi.git", + "directory": "packages/memory-pgvector" + }, "keywords": [], "scripts": { "dev": "tsx src/index.ts" diff --git a/packages/server-runtime/package.json b/packages/server-runtime/package.json index 1be6a5761..dd6998ae3 100644 --- a/packages/server-runtime/package.json +++ b/packages/server-runtime/package.json @@ -4,9 +4,9 @@ "version": "0.5.0", "description": "Server runtime implementation for AIRI running in different environments", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/packages/server-sdk/package.json b/packages/server-sdk/package.json index a5a7673b9..e6f80c5d4 100644 --- a/packages/server-sdk/package.json +++ b/packages/server-sdk/package.json @@ -4,9 +4,9 @@ "version": "0.5.0", "description": "Client-side SDK implementation for connecting to AIRI server components and runtimes", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/packages/server-shared/package.json b/packages/server-shared/package.json index 391b9d304..108f58068 100644 --- a/packages/server-shared/package.json +++ b/packages/server-shared/package.json @@ -4,9 +4,9 @@ "version": "0.5.0", "description": "Server shared types, utilities for AIRI server components and runtimes", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/packages/stage-ui/package.json b/packages/stage-ui/package.json index 5d82e7f24..7385c7e42 100644 --- a/packages/stage-ui/package.json +++ b/packages/stage-ui/package.json @@ -4,11 +4,16 @@ "private": true, "description": "Shared core for stage", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/moeru-ai/airi.git", + "directory": "packages/stage-ui" + }, "exports": { ".": { "types": "./dist/components/index.d.ts", diff --git a/packages/tauri-plugin-mcp/package.json b/packages/tauri-plugin-mcp/package.json index 787cd07ca..e696f6393 100644 --- a/packages/tauri-plugin-mcp/package.json +++ b/packages/tauri-plugin-mcp/package.json @@ -5,9 +5,9 @@ "packageManager": "pnpm@10.11.0", "description": "A Tauri plugin for interacting with MCP servers.", "author": { - "name": "LemonNekoGH", - "email": "self@lemonnekogh.moe", - "url": "https://github.com/LemonNekoGH" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/packages/ui-loading-screens/package.json b/packages/ui-loading-screens/package.json index fce4e03f3..61ce872ad 100644 --- a/packages/ui-loading-screens/package.json +++ b/packages/ui-loading-screens/package.json @@ -4,9 +4,9 @@ "private": true, "description": "A collection of loading screens that used by Project AIRI", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/packages/ui-transitions/package.json b/packages/ui-transitions/package.json index 01fe1adcb..c835e274e 100644 --- a/packages/ui-transitions/package.json +++ b/packages/ui-transitions/package.json @@ -4,9 +4,9 @@ "private": true, "description": "A collection of transition animations that used by Project AIRI", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/packages/ui/package.json b/packages/ui/package.json index e6bcec157..da0d360cc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -4,9 +4,9 @@ "version": "0.5.0", "description": "A collection of UI components that used by Project AIRI", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 033296746..844a220d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5351,6 +5351,9 @@ packages: '@xsai-ext/shared-providers@0.3.0-beta.1': resolution: {integrity: sha512-5+AIOYe5moH0svsfjPwA2IhHJflLIEiOI8MIjoVgGL+VSgLEJoxr/KzAumQc4wR1KMdLK9PkBcCew6WRpmjzTw==} + '@xsai-ext/shared-providers@0.3.0-beta.2': + resolution: {integrity: sha512-AwQBwj2e3mxozjN+tF/bUbx9+K6jPM4gOsVnQP2GnYaQwvV1SHR6W8swDWb4ZiexIOoAD7TVzLVe9QaIh/D9PQ==} + '@xsai-transformers/embed@0.0.6': resolution: {integrity: sha512-Ktxl2V1jkInqN8AXB7XetFNluTLlztWu+mOyfvB3BHWBb/+mUDLDO0fDXliMrJsSk5+fNDNYRESZFpG85Joy2w==} peerDependencies: @@ -5389,14 +5392,17 @@ packages: '@xsai/shared-chat@0.3.0-beta.1': resolution: {integrity: sha512-1lx5+TLxdukM4hHlH8xma7x6WR1rGVDBghVaNDiY1WS7yrTsDyEiphkRrfFR7sOw1/3hRNOX7cZ55W+LBueI2Q==} + '@xsai/shared-chat@0.3.0-beta.2': + resolution: {integrity: sha512-RsUXOewyEiyMkjt68DHC5M+P41M0zq0wjQyA48ydpxrM/fqNQrG2aeTcsV6ylbNyAQaolauhwPG1CPC5A/9xhQ==} + '@xsai/shared@0.2.0': resolution: {integrity: sha512-fFMJ1T/9P4o7iOmLvc4/UIFMy2tYkXUmL8aJWULmV36Ddq/gYYOndBZJZfoy3mNiDtxgDBkmIBMdIOFQu9iamg==} '@xsai/shared@0.2.2': resolution: {integrity: sha512-bgalLd3samx36hDRRmu3M75LY5NfWwh3YRaMwY4Woy7X09JQx+vEqVpJcaIeqcmVqztm8NGYzj8hUru7lwPh0w==} - '@xsai/shared@0.3.0-beta.1': - resolution: {integrity: sha512-aLE4bakXQtPK097VtLdzx0pBFr/gVBhCqQZShzLsoBTPa9LimGBBlaGZXGxGSW3tG+9TCXQgEKLJpERvz9G71A==} + '@xsai/shared@0.3.0-beta.2': + resolution: {integrity: sha512-H9a6K0n8p05qGz9EutqhEXzP86YYMYAiwWv/d4eEVdnjHa51pdxiB93PTNFn3snkCcCG5oahli6am5RDIf23Zg==} '@xsai/stream-text@0.2.2': resolution: {integrity: sha512-GTVGuKEpYBOglPQ7cjO18/v8jiZxY/lejXMt+KsZqyMQo/WmH6gUkYkRME/cTyxlQEUiF0L/0CqRjQvtaDlB+Q==} @@ -11613,6 +11619,29 @@ packages: zod-to-json-schema: optional: true + xsschema@0.3.0-beta.2: + resolution: {integrity: sha512-J3DZQuitaGtYqikylm+cJvlI/aatbWvPj2GIzjeUO03opEG/+nIQMLVdZhUjFFE6eEWYDjgtrBLevkqewVcjqQ==} + peerDependencies: + '@valibot/to-json-schema': ^1.0.0 + arktype: ^2.1.16 + effect: ^3.14.5 + sury: ^10.0.0-rc + zod: ^3.25.0 + zod-to-json-schema: ^3.24.5 + peerDependenciesMeta: + '@valibot/to-json-schema': + optional: true + arktype: + optional: true + effect: + optional: true + sury: + optional: true + zod: + optional: true + zod-to-json-schema: + optional: true + xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} @@ -16449,21 +16478,25 @@ snapshots: '@xsai-ext/providers-cloud@0.3.0-beta.1': dependencies: - '@xsai-ext/shared-providers': 0.3.0-beta.1 - '@xsai/shared': 0.3.0-beta.1 + '@xsai-ext/shared-providers': 0.3.0-beta.2 + '@xsai/shared': 0.3.0-beta.2 '@xsai-ext/providers-local@0.3.0-beta.1': dependencies: - '@xsai-ext/shared-providers': 0.3.0-beta.1 - '@xsai/shared': 0.3.0-beta.1 + '@xsai-ext/shared-providers': 0.3.0-beta.2 + '@xsai/shared': 0.3.0-beta.2 '@xsai-ext/shared-providers@0.2.2': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 '@xsai-ext/shared-providers@0.3.0-beta.1': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 + + '@xsai-ext/shared-providers@0.3.0-beta.2': + dependencies: + '@xsai/shared': 0.3.0-beta.2 '@xsai-transformers/embed@0.0.6(web-worker@1.5.0)': dependencies: @@ -16487,61 +16520,65 @@ snapshots: '@xsai/embed@0.2.2': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 '@xsai/embed@0.3.0-beta.1': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 '@xsai/generate-speech@0.3.0-beta.1': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 '@xsai/generate-text@0.2.2': dependencies: - '@xsai/shared': 0.3.0-beta.1 - '@xsai/shared-chat': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 + '@xsai/shared-chat': 0.3.0-beta.2 '@xsai/generate-text@0.3.0-beta.1': dependencies: - '@xsai/shared': 0.3.0-beta.1 - '@xsai/shared-chat': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 + '@xsai/shared-chat': 0.3.0-beta.2 '@xsai/generate-transcription@0.3.0-beta.1': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 '@xsai/model@0.3.0-beta.1': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 '@xsai/shared-chat@0.2.2': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 '@xsai/shared-chat@0.3.0-beta.1': dependencies: - '@xsai/shared': 0.3.0-beta.1 + '@xsai/shared': 0.3.0-beta.2 + + '@xsai/shared-chat@0.3.0-beta.2': + dependencies: + '@xsai/shared': 0.3.0-beta.2 '@xsai/shared@0.2.0': {} '@xsai/shared@0.2.2': {} - '@xsai/shared@0.3.0-beta.1': {} + '@xsai/shared@0.3.0-beta.2': {} '@xsai/stream-text@0.2.2': dependencies: - '@xsai/shared-chat': 0.3.0-beta.1 + '@xsai/shared-chat': 0.3.0-beta.2 '@xsai/stream-text@0.3.0-beta.1': dependencies: - '@xsai/shared-chat': 0.3.0-beta.1 + '@xsai/shared-chat': 0.3.0-beta.2 '@xsai/tool@0.2.2(zod-to-json-schema@3.24.5(zod@3.25.28))(zod@3.25.28)': dependencies: - '@xsai/shared': 0.3.0-beta.1 - '@xsai/shared-chat': 0.3.0-beta.1 - xsschema: 0.3.0-beta.1(@valibot/to-json-schema@1.0.0-rc.0(valibot@1.0.0-beta.9(typescript@5.8.3)))(zod-to-json-schema@3.24.5(zod@3.25.28))(zod@3.25.28) + '@xsai/shared': 0.3.0-beta.2 + '@xsai/shared-chat': 0.3.0-beta.2 + xsschema: 0.3.0-beta.2(zod-to-json-schema@3.24.5(zod@3.25.28))(zod@3.25.28) transitivePeerDependencies: - '@valibot/to-json-schema' - arktype @@ -16552,9 +16589,9 @@ snapshots: '@xsai/tool@0.3.0-beta.1(zod-to-json-schema@3.24.5(zod@3.25.28))(zod@3.25.28)': dependencies: - '@xsai/shared': 0.3.0-beta.1 - '@xsai/shared-chat': 0.3.0-beta.1 - xsschema: 0.3.0-beta.1(@valibot/to-json-schema@1.0.0-rc.0(valibot@1.0.0-beta.9(typescript@5.8.3)))(zod-to-json-schema@3.24.5(zod@3.25.28))(zod@3.25.28) + '@xsai/shared': 0.3.0-beta.2 + '@xsai/shared-chat': 0.3.0-beta.2 + xsschema: 0.3.0-beta.2(zod-to-json-schema@3.24.5(zod@3.25.28))(zod@3.25.28) transitivePeerDependencies: - '@valibot/to-json-schema' - arktype @@ -16565,11 +16602,11 @@ snapshots: '@xsai/utils-chat@0.2.2': dependencies: - '@xsai/shared-chat': 0.3.0-beta.1 + '@xsai/shared-chat': 0.3.0-beta.2 '@xsai/utils-chat@0.3.0-beta.1': dependencies: - '@xsai/shared-chat': 0.3.0-beta.1 + '@xsai/shared-chat': 0.3.0-beta.2 abbrev@1.1.1: optional: true @@ -24397,6 +24434,11 @@ snapshots: zod: 3.25.28 zod-to-json-schema: 3.24.5(zod@3.25.28) + xsschema@0.3.0-beta.2(zod-to-json-schema@3.24.5(zod@3.25.28))(zod@3.25.28): + optionalDependencies: + zod: 3.25.28 + zod-to-json-schema: 3.24.5(zod@3.25.28) + xtend@4.0.2: {} xxhash-wasm@0.4.2: {} diff --git a/services/discord-bot/package.json b/services/discord-bot/package.json index 62e7c8bc7..dc4139228 100644 --- a/services/discord-bot/package.json +++ b/services/discord-bot/package.json @@ -4,9 +4,9 @@ "private": true, "description": "Discord bot for AIRI", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": { diff --git a/services/telegram-bot/package.json b/services/telegram-bot/package.json index dbcb97798..f8ca7729d 100644 --- a/services/telegram-bot/package.json +++ b/services/telegram-bot/package.json @@ -4,9 +4,9 @@ "private": true, "description": "Telegram bot for AIRI", "author": { - "name": "Neko Ayaka", - "email": "neko@ayaka.moe", - "url": "https://github.com/nekomeowww" + "name": "Moeru AI Project AIRI Team", + "email": "airi@moeru.ai", + "url": "https://github.com/moeru-ai" }, "license": "MIT", "repository": {