@speechos/core 0.2.6 → 0.2.7

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/dist/state.d.cts CHANGED
@@ -78,7 +78,8 @@ declare class StateManager {
78
78
  */
79
79
  stopRecording(): void;
80
80
  /**
81
- * Complete the recording flow and return to idle
81
+ * Complete the recording flow and return to idle.
82
+ * Keeps widget visible but collapsed (just mic button, no action bubbles).
82
83
  */
83
84
  completeRecording(): void;
84
85
  /**
package/dist/state.d.ts CHANGED
@@ -78,7 +78,8 @@ declare class StateManager {
78
78
  */
79
79
  stopRecording(): void;
80
80
  /**
81
- * Complete the recording flow and return to idle
81
+ * Complete the recording flow and return to idle.
82
+ * Keeps widget visible but collapsed (just mic button, no action bubbles).
82
83
  */
83
84
  completeRecording(): void;
84
85
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speechos/core",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Headless core SDK for SpeechOS - state, events, LiveKit integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",