interview-widget 0.1.0 → 0.1.2

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -180,7 +180,7 @@ retryConfig
180
180
  | stt | `object` | see below | Speech-to-Text provider settings |
181
181
  | tts | `object` | see below | Text-to-Speech provider settings |
182
182
 
183
- timers
183
+ #### timers
184
184
 
185
185
  | Prop | Type | Default | Description |
186
186
  | -------------------------- | ------------ | ------- | --------------------------------------------------------- |
@@ -190,7 +190,7 @@ timers
190
190
  | totalInterviewDuration | `number (s)` | 600 | Overall interview time cap |
191
191
  | minimumTimeForNextQuestion | `number (s)` | 120 | Minimum time required to allow starting the next question |
192
192
 
193
- stt
193
+ #### stt
194
194
 
195
195
  | Prop | Type | Default | Description |
196
196
  | -------- | ------------------------------------ | ------------------------ | -------------------------------------- |
@@ -198,7 +198,7 @@ stt
198
198
  | model | `"whisper-large-v3-turbo" \| string` | "whisper-large-v3-turbo" | STT model identifier |
199
199
  | language | `string` | "en" | Language code passed to the STT engine |
200
200
 
201
- tts
201
+ #### tts
202
202
 
203
203
  | Prop | Type | Default | Description |
204
204
  | -------- | --------- | ------- | ----------------- |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "interview-widget",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "description": "Advanced React interview widget with STT, TTS, camera access, and ML-powered analysis",
6
6
  "main": "dist/widget.umd.js",
7
7
  "module": "dist/widget.es.js",