easyproctor 0.0.87 → 0.0.89
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 +6 -2
- package/esm/index.js +9015 -8847
- package/extension/extension.d.ts +11 -0
- package/index.js +32559 -32391
- package/interfaces/Devices.d.ts +4 -2
- package/modules/onChangeDevices.d.ts +9 -0
- package/new-flow/proctoring/ProctoringUploader.d.ts +1 -1
- package/new-flow/recorders/AudioRecorder.d.ts +0 -1
- package/new-flow/repository/ISessionRepository.d.ts +4 -2
- package/new-flow/repository/IndexDbSessionRepository.d.ts +5 -2
- package/package.json +1 -1
- package/plugins/insights.d.ts +4 -1
- package/proctoring/DeviceChecker.d.ts +5 -1
- package/proctoring/proctoring.d.ts +12 -2
- package/proctoring/useProctoring.d.ts +2 -5
- package/unpkg/easyproctor.min.js +16 -16
package/README.md
CHANGED
|
@@ -219,9 +219,13 @@ const {
|
|
|
219
219
|
});
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
## Release Note V 0.0.
|
|
222
|
+
## Release Note V 0.0.89
|
|
223
|
+
|
|
224
|
+
- Adicionou o callback onChangeDevices
|
|
225
|
+
- Adicionou a integração com a extensão do chrome
|
|
226
|
+
- Adicionou o modal de checkDevices
|
|
227
|
+
- Comentou o script do EBML
|
|
223
228
|
|
|
224
|
-
- Deploy fluxo novo para testes
|
|
225
229
|
|
|
226
230
|
## License
|
|
227
231
|
|