feat(stream-transcription): new stream in stream out by default package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@proj-airi/stream-transcription",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"exports": "./src/index.ts"
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Generated
+8
-1
@@ -1866,6 +1866,8 @@ importers:
|
||||
specifier: ^5.6.3
|
||||
version: 5.9.3
|
||||
|
||||
packages/stream-transcription: {}
|
||||
|
||||
packages/tauri-plugin-mcp:
|
||||
dependencies:
|
||||
'@tauri-apps/api':
|
||||
@@ -8324,6 +8326,9 @@ packages:
|
||||
'@xsai/shared@0.4.0-beta.10':
|
||||
resolution: {integrity: sha512-PWqktpzSQGQwqn4JsUpAmkNrP48/uL4pjNR9sjLugmw71hHpXcAeppGKLokiPusl2BnDvAW2kDSJRzNPBHSejw==}
|
||||
|
||||
'@xsai/shared@0.4.0-beta.11':
|
||||
resolution: {integrity: sha512-JX1APAVPFvPuwSjkg2Yut2TyToaWxZR4RKrrh5uxWPe7I7n8q+D8S2O4zQE++0OgKLRSuaB5GjrOOso1hrthJg==}
|
||||
|
||||
'@xsai/stream-text@0.3.5':
|
||||
resolution: {integrity: sha512-XUyM3/jo9FulWoqmQU6vvHFOoRZzr3rcsTGm0MY8hUXg9HJl91N0voQGb6R5AMlo5XgoSbO3GMFzJ26AVxmRMg==}
|
||||
|
||||
@@ -23320,7 +23325,7 @@ snapshots:
|
||||
|
||||
'@xsai-ext/shared-providers@0.2.2':
|
||||
dependencies:
|
||||
'@xsai/shared': 0.4.0-beta.10
|
||||
'@xsai/shared': 0.4.0-beta.11
|
||||
|
||||
'@xsai-ext/shared-providers@0.4.0-beta.10':
|
||||
dependencies:
|
||||
@@ -23416,6 +23421,8 @@ snapshots:
|
||||
|
||||
'@xsai/shared@0.4.0-beta.10': {}
|
||||
|
||||
'@xsai/shared@0.4.0-beta.11': {}
|
||||
|
||||
'@xsai/stream-text@0.3.5':
|
||||
dependencies:
|
||||
'@xsai/shared-chat': 0.3.5
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
catalogMode: prefer
|
||||
|
||||
shellEmulator: true
|
||||
|
||||
packages:
|
||||
- packages/**
|
||||
- plugins/**
|
||||
|
||||
Reference in New Issue
Block a user