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
|
@@ -234,7 +234,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
234
234
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
235
235
|
};
|
|
236
236
|
|
|
237
|
-
var webSdkVersion = '2.2.
|
|
237
|
+
var webSdkVersion = '2.2.43';
|
|
238
238
|
|
|
239
239
|
function getPlatform() {
|
|
240
240
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -8325,7 +8325,7 @@ var IdCaptureWizard = function IdCaptureWizard(_a) {
|
|
|
8325
8325
|
type: 'resetWizard'
|
|
8326
8326
|
});
|
|
8327
8327
|
onExitCapture === null || onExitCapture === void 0 ? void 0 : onExitCapture();
|
|
8328
|
-
requestCameraAccess();
|
|
8328
|
+
void requestCameraAccess();
|
|
8329
8329
|
}, [dispatch, onExitCapture, releaseCameraAccess, requestCameraAccess]);
|
|
8330
8330
|
React.useEffect(function () {
|
|
8331
8331
|
if (submissionStatus !== SubmissionStatus.READY) {
|
|
@@ -12663,7 +12663,7 @@ var VideoIdWizard = function VideoIdWizard(_a) {
|
|
|
12663
12663
|
autoStart: false,
|
|
12664
12664
|
onModelError: faceLivenessProps === null || faceLivenessProps === void 0 ? void 0 : faceLivenessProps.onModelError,
|
|
12665
12665
|
modelLoadTimeoutMs: faceLivenessProps === null || faceLivenessProps === void 0 ? void 0 : faceLivenessProps.modelLoadTimeoutMs,
|
|
12666
|
-
requireVerticalFaceCentering:
|
|
12666
|
+
requireVerticalFaceCentering: false
|
|
12667
12667
|
}, /*#__PURE__*/React__namespace.default.createElement(PageContainer, {
|
|
12668
12668
|
className: "flex ".concat((_k = classNames.container) !== null && _k !== void 0 ? _k : '')
|
|
12669
12669
|
}, ['CHECKING_LIVENESS', 'CAPTURING_VIDEO'].includes(captureState) && /*#__PURE__*/React__namespace.default.createElement(CameraVideoTag, {
|