@idscan/idvc2 2.6.1 → 2.6.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 +7 -1
- package/dist/idvc.js +1 -1
- package/dist/index.html +24 -19
- package/dist/js/environment/documentTypes.ts +2 -2
- package/dist/js/environment/langs.js +1 -1
- package/dist/types/context.d.ts +6 -0
- package/dist/types/environment/documentTypes.d.ts +1 -1
- package/dist/types/helpers/mobileChecker.d.ts +5 -7
- package/dist/types/idvc.d.ts +1 -2
- package/dist/types/loop.d.ts +2 -0
- package/dist/types/modules/Step.d.ts +1 -0
- package/dist/types/modules/supaBaseClient.d.ts +2 -0
- package/dist/types/util.d.ts +1 -0
- package/package.json +5 -1
- /package/dist/networks/{ClassLocal-1182-chunk.js → ClassLocal-835d-chunk.js} +0 -0
- /package/dist/networks/{Face-769a-chunk.js → Face-e2da-chunk.js} +0 -0
- /package/dist/networks/{MRZ-3fce-chunk.js → MRZ-6b1d-chunk.js} +0 -0
package/README.md
CHANGED
|
@@ -90,7 +90,13 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
90
90
|
[sales@idscan.net](mailto:sales@idscan.net) or [support@idscan.net](mailto:support@idscan.net)*
|
|
91
91
|
|
|
92
92
|
## Version history
|
|
93
|
-
|
|
93
|
+
- **2.6.2**
|
|
94
|
+
- feat: new warnings
|
|
95
|
+
- feat: updated the text for the Driver's License Document type
|
|
96
|
+
- fix: camera processing for Google Pixel 7
|
|
97
|
+
- feat: shut down MediaStream session when the IDVC instance is unloaded
|
|
98
|
+
- fix: IDVC exported types
|
|
99
|
+
|
|
94
100
|
- **2.6.1**
|
|
95
101
|
- fix: fix camera on iPhone 14
|
|
96
102
|
|