@idscan/idvc2 2.7.3 → 2.7.5
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 +9 -0
- package/dist/idvc.js +1 -1
- package/dist/index.html +2 -0
- package/dist/js/environment/documentTypes.ts +2 -2
- package/dist/js/environment/langs.js +1 -1
- package/dist/js/environment/stepsDescription.ts +1 -1
- package/dist/networks/Blur-chunk.js +1 -0
- package/dist/networks/Bubble-chunk.js +1 -0
- package/dist/networks/MRZ-chunk.js +1 -0
- package/dist/networks/{156-2c44-chunk.js → bubbleWorker.js} +1 -1
- package/dist/networks/mrzWorker.js +1 -0
- package/dist/types/context.d.ts +1 -0
- package/dist/types/environment/documentTypes.d.ts +1 -1
- package/dist/types/helpers/workers.d.ts +1 -0
- package/dist/types/loader/loaderBubble.d.ts +2 -0
- package/dist/types/modules/bubbleModule.d.ts +6 -0
- package/dist/types/neural models/classLocalModel.d.ts +1 -1
- package/package.json +1 -1
- package/dist/networks/190-0e4f-chunk.js +0 -5
- package/dist/networks/Blur-a35a-chunk.js +0 -1
- package/dist/networks/MRZ-6b1d-chunk.js +0 -1
- package/dist/types/workers/loadNetworksWorker.d.ts +0 -0
- /package/dist/networks/{ClassLocal-835d-chunk.js → ClassLocal-chunk.js} +0 -0
- /package/dist/networks/{Face-e2da-chunk.js → Face-chunk.js} +0 -0
- /package/dist/networks/{PDF-c6c7-chunk.js → PDF-chunk.js} +0 -0
- /package/dist/networks/{ZXing-ce9f-chunk.js → ZXing-chunk.js} +0 -0
- /package/dist/networks/{77-7273-chunk.js → blurWorker.js} +0 -0
package/README.md
CHANGED
|
@@ -90,6 +90,15 @@ 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
|
+
- **2.7.5**
|
|
94
|
+
- feat: do not initialize camera in upload mode
|
|
95
|
+
- fix: chunks downloading from CDN
|
|
96
|
+
|
|
97
|
+
- **2.7.4**
|
|
98
|
+
- fix: camera for ios 17
|
|
99
|
+
- feat: change Passport card naming on US Passport Card
|
|
100
|
+
- feat: options 'chunkPublicPath' & 'networkUrl' are working correctly now
|
|
101
|
+
|
|
93
102
|
- **2.7.3**
|
|
94
103
|
- fix: "Uncaught runtime errors" in react spa
|
|
95
104
|
- feat: Changed error message
|