@idscan/idvc2 3.1.1 → 3.2.0
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 +4 -0
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/dist/js/defaultConfig.ts +1 -0
- package/dist/networks/Face-chunk.js +1 -1
- package/dist/types/defaultConfig.d.ts +1 -0
- package/dist/types/modules/Step.d.ts +5 -0
- package/dist/types/modules/ui/VideoWrapper/CanvasWrapper.d.ts +3 -0
- package/dist/types/modules/ui/VideoWrapper/VideoRecorderService.d.ts +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,10 @@ import IDVC from '@idscan/idvc2'
|
|
|
81
81
|
|
|
82
82
|
## Version history
|
|
83
83
|
|
|
84
|
+
- **3.2.0**
|
|
85
|
+
- feat: Implemented error handling for failed script/link loads and dynamic imports; logs clear console message for misconfigured network option.
|
|
86
|
+
- feat: Added video recording of document front and selfie in WebLib;
|
|
87
|
+
|
|
84
88
|
- **3.1.1**
|
|
85
89
|
- fix: unscoped styles
|
|
86
90
|
|