easyproctor-hml 0.0.21 → 0.0.23
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 +2 -1
- package/esm/index.js +3993 -11
- package/index.js +3993 -11
- package/new-flow/recorders/CameraRecorder.d.ts +1 -0
- package/package.json +1 -1
- package/plugins/insights.d.ts +1 -0
- package/unpkg/easyproctor.min.js +315 -25
package/README.md
CHANGED
|
@@ -219,10 +219,11 @@ const {
|
|
|
219
219
|
});
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
## Release Note V 1.0
|
|
222
|
+
## Release Note V 1.1.0
|
|
223
223
|
|
|
224
224
|
- Adicionado fotos durante a execução da prova
|
|
225
225
|
- Adicionado o modal de capturePhoto, para cadastramento e autenticação biométrica
|
|
226
|
+
- Correção de interface do modal checkDevices com problema no lts
|
|
226
227
|
|
|
227
228
|
## License
|
|
228
229
|
|