@absolutejs/voice 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -202,7 +202,7 @@ export type VoicePluginConfig<TContext = unknown, TSession extends VoiceSessionR
202
202
  path: string;
203
203
  stt: STTAdapter;
204
204
  tts?: TTSAdapter;
205
- session: VoiceSessionStore<TSession>;
205
+ session: VoiceSessionStore<NoInfer<TSession>>;
206
206
  reconnect?: VoiceReconnectConfig;
207
207
  turnDetection?: {
208
208
  silenceMs?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/voice",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Voice primitives and Elysia plugin for AbsoluteJS",
5
5
  "repository": {
6
6
  "type": "git",