interview-widget 1.0.1 → 1.0.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -210,7 +210,7 @@ Pass this object to `InterviewWidgetProvider` via the `config` prop. Tables list
|
|
|
210
210
|
|
|
211
211
|
| Prop | Type | Default | Description |
|
|
212
212
|
| ------- | --------- | ------- | --------------------------------------------------------- |
|
|
213
|
-
| enabled | `boolean` |
|
|
213
|
+
| enabled | `boolean` | true | Enable/disable proctoring and cheating detection features |
|
|
214
214
|
|
|
215
215
|
## How it works
|
|
216
216
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "interview-widget",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.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",
|