@kuralle-syrinx/realtime 4.3.0 → 4.4.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuralle-syrinx/realtime",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "private": false,
5
5
  "description": "Realtime speech-to-speech bridge for Syrinx — OpenAI Realtime, Gemini Live, and openai-compatible adapters; the Responder-Thinker delegate seam",
6
6
  "keywords": [
@@ -28,8 +28,8 @@
28
28
  "types": "./src/index.ts",
29
29
  "dependencies": {
30
30
  "@google/genai": "^2.8.0",
31
- "@kuralle-syrinx/ws": "4.3.0",
32
- "@kuralle-syrinx/core": "4.3.0"
31
+ "@kuralle-syrinx/ws": "4.4.0",
32
+ "@kuralle-syrinx/core": "4.4.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.7.0",
@@ -653,6 +653,8 @@ export class RealtimeBridge implements VoicePlugin {
653
653
  timestampMs,
654
654
  text: this.turnUserText,
655
655
  transcripts,
656
+ endpointingOwner: "timer",
657
+ endpointingReason: "end_of_speech",
656
658
  };
657
659
 
658
660
  if (this.opts.textOnly) {