chore: bump deps
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import type { Plugin, ResolvedConfig } from 'vite'
|
||||
import type { License, SpaceConfiguration } from './types'
|
||||
import { readFile } from 'node:fs/promises'
|
||||
import { join } from 'node:path'
|
||||
import { defu } from 'defu'
|
||||
import grayMatter from 'gray-matter'
|
||||
|
||||
import grayMatter from 'gray-matter'
|
||||
import { exists } from '../../utils/fs'
|
||||
import { type License, licenseValues, type SpaceConfiguration } from './types'
|
||||
import { licenseValues } from './types'
|
||||
|
||||
// Please find the documentation at:
|
||||
// Spaces Configuration Reference
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<h1 align="center">🔮 Alaya</h1>
|
||||
|
||||
> Where `alaya` stands for **storehouse** or **repository** in Sanskrit, from the word **阿賴耶識** ("All-encompassing foundation consciousness") in Buddhism, you may think it means "to store the memories, data, and all the related knowledge in a single well-managed place".
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@proj-airi/memory-alaya",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
"email": "neko@ayaka.moe",
|
||||
"url": "https://github.com/nekomeowww"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/moeru-ai/airi.git",
|
||||
"directory": "packages/memory-alaya"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"dist",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "pnpm run stub",
|
||||
"stub": "unbuild --stub",
|
||||
"build": "unbuild",
|
||||
"typecheck": "tsc --noEmit"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"lib": [
|
||||
"ESNext"
|
||||
],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/moonshine-web",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
"description": "Yet another WebGPU based STT + VAD with Moonshine model re-implemented",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -29,9 +29,9 @@
|
||||
"devDependencies": {
|
||||
"@huggingface/transformers": "^3.3.2",
|
||||
"@types/audioworklet": "^0.0.68",
|
||||
"@types/three": "^0.172.0",
|
||||
"@types/three": "^0.173.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@webgpu/types": "^0.1.53",
|
||||
"@webgpu/types": "^0.1.54",
|
||||
"hfup": "workspace:^",
|
||||
"vue-tsc": "^2.2.0"
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
"@xsai/providers": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/stream-text": "catalog:",
|
||||
"@xsai/utils-chat": "^0.0.30",
|
||||
"@xsai/utils-chat": "^0.0.31",
|
||||
"defu": "^6.1.4",
|
||||
"jszip": "^3.10.1",
|
||||
"nprogress": "^0.2.0",
|
||||
@@ -69,7 +69,7 @@
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"shiki": "^1.29.2",
|
||||
"shiki": "^2.2.0",
|
||||
"three": "^0.173.0",
|
||||
"unified": "^11.0.5",
|
||||
"valibot": "1.0.0-beta.9",
|
||||
@@ -83,7 +83,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-toolkit/tsconfig": "^1.0.1",
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify-json/carbon": "^1.2.6",
|
||||
"@iconify-json/eos-icons": "^1.2.2",
|
||||
"@iconify-json/lucide": "^1.2.25",
|
||||
"@iconify-json/mingcute": "^1.2.3",
|
||||
@@ -93,20 +93,20 @@
|
||||
"@proj-airi/elevenlabs": "workspace:^",
|
||||
"@proj-airi/unplugin-download": "workspace:^",
|
||||
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
|
||||
"@shikijs/markdown-it": "^1.29.2",
|
||||
"@shikijs/markdown-it": "^2.2.0",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/three": "^0.172.0",
|
||||
"@types/three": "^0.173.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue-macros/volar": "^0.30.14",
|
||||
"@vueuse/motion": "^2.2.6",
|
||||
"electron": "^31.7.7",
|
||||
"electron": "^34.0.2",
|
||||
"electron-builder": "^25.1.8",
|
||||
"electron-vite": "^2.3.0",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"unplugin-vue-macros": "^2.14.0",
|
||||
"unplugin-vue-macros": "^2.14.1",
|
||||
"unplugin-vue-markdown": "^28.3.0",
|
||||
"unplugin-vue-router": "^0.11.2",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/stage-ui",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
"description": "Shared core for stage",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import type { Emotion } from '../constants/emotions'
|
||||
import { ref } from 'vue'
|
||||
import type { UseQueueReturn } from './queue'
|
||||
|
||||
import { ref } from 'vue'
|
||||
import { llmInferenceEndToken } from '../constants'
|
||||
import { EMOTION_VALUES } from '../constants/emotions'
|
||||
import { useQueue, type UseQueueReturn } from './queue'
|
||||
import { useQueue } from './queue'
|
||||
|
||||
export function useEmotionsMessageQueue(emotionsQueue: UseQueueReturn<Emotion>) {
|
||||
function splitEmotion(content: string) {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import type { VRMCore } from '@pixiv/three-vrm'
|
||||
import type { Object3D, Scene } from 'three'
|
||||
import { type VRMCore, VRMUtils } from '@pixiv/three-vrm'
|
||||
import { VRMUtils } from '@pixiv/three-vrm'
|
||||
|
||||
import { VRMLookAtQuaternionProxy } from '@pixiv/three-vrm-animation'
|
||||
import { useVRMLoader } from './loader'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/stage-web",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -54,7 +54,7 @@
|
||||
"@xsai/providers": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/stream-text": "catalog:",
|
||||
"@xsai/utils-chat": "^0.0.30",
|
||||
"@xsai/utils-chat": "^0.0.31",
|
||||
"defu": "^6.1.4",
|
||||
"jszip": "^3.10.1",
|
||||
"nprogress": "^0.2.0",
|
||||
@@ -66,7 +66,7 @@
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"shiki": "^1.29.2",
|
||||
"shiki": "^2.2.0",
|
||||
"three": "^0.173.0",
|
||||
"unified": "^11.0.5",
|
||||
"valibot": "1.0.0-beta.9",
|
||||
@@ -79,7 +79,7 @@
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify-json/carbon": "^1.2.6",
|
||||
"@iconify-json/eos-icons": "^1.2.2",
|
||||
"@iconify-json/lucide": "^1.2.25",
|
||||
"@iconify-json/mingcute": "^1.2.3",
|
||||
@@ -89,10 +89,10 @@
|
||||
"@proj-airi/elevenlabs": "workspace:^",
|
||||
"@proj-airi/unplugin-download": "workspace:^",
|
||||
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
|
||||
"@shikijs/markdown-it": "^1.29.2",
|
||||
"@shikijs/markdown-it": "^2.2.0",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/three": "^0.172.0",
|
||||
"@types/three": "^0.173.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue-macros/volar": "^0.30.14",
|
||||
"@vueuse/motion": "^2.2.6",
|
||||
@@ -100,7 +100,7 @@
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"unplugin-vue-macros": "^2.14.0",
|
||||
"unplugin-vue-macros": "^2.14.1",
|
||||
"unplugin-vue-markdown": "^28.3.0",
|
||||
"unplugin-vue-router": "^0.11.2",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/whisper-webgpu",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
"description": "Yet another WebGPU based Whisper Realtime STT re-implemented",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -26,7 +26,7 @@
|
||||
"devDependencies": {
|
||||
"@huggingface/transformers": "^3.3.2",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@webgpu/types": "^0.1.53",
|
||||
"@webgpu/types": "^0.1.54",
|
||||
"hfup": "workspace:^",
|
||||
"vue-tsc": "^2.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user