idmission-web-sdk 2.2.42 → 2.2.43
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/dist/sdk2.cjs.development.js +3 -3
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +3 -3
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +3 -3
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +3 -3
package/dist/sdk2.esm.js
CHANGED
|
@@ -203,7 +203,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
203
203
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
var webSdkVersion = '2.2.
|
|
206
|
+
var webSdkVersion = '2.2.43';
|
|
207
207
|
|
|
208
208
|
function getPlatform() {
|
|
209
209
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -8294,7 +8294,7 @@ var IdCaptureWizard = function IdCaptureWizard(_a) {
|
|
|
8294
8294
|
type: 'resetWizard'
|
|
8295
8295
|
});
|
|
8296
8296
|
onExitCapture === null || onExitCapture === void 0 ? void 0 : onExitCapture();
|
|
8297
|
-
requestCameraAccess();
|
|
8297
|
+
void requestCameraAccess();
|
|
8298
8298
|
}, [dispatch, onExitCapture, releaseCameraAccess, requestCameraAccess]);
|
|
8299
8299
|
useEffect(function () {
|
|
8300
8300
|
if (submissionStatus !== SubmissionStatus.READY) {
|
|
@@ -12632,7 +12632,7 @@ var VideoIdWizard = function VideoIdWizard(_a) {
|
|
|
12632
12632
|
autoStart: false,
|
|
12633
12633
|
onModelError: faceLivenessProps === null || faceLivenessProps === void 0 ? void 0 : faceLivenessProps.onModelError,
|
|
12634
12634
|
modelLoadTimeoutMs: faceLivenessProps === null || faceLivenessProps === void 0 ? void 0 : faceLivenessProps.modelLoadTimeoutMs,
|
|
12635
|
-
requireVerticalFaceCentering:
|
|
12635
|
+
requireVerticalFaceCentering: false
|
|
12636
12636
|
}, /*#__PURE__*/React__default.createElement(PageContainer, {
|
|
12637
12637
|
className: "flex ".concat((_k = classNames.container) !== null && _k !== void 0 ? _k : '')
|
|
12638
12638
|
}, ['CHECKING_LIVENESS', 'CAPTURING_VIDEO'].includes(captureState) && /*#__PURE__*/React__default.createElement(CameraVideoTag, {
|