idmission-web-sdk 2.1.63 → 2.1.64

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.
@@ -215,7 +215,7 @@
215
215
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
216
216
  };
217
217
 
218
- var webSdkVersion = '2.1.63';
218
+ var webSdkVersion = '2.1.64';
219
219
 
220
220
  function getPlatform() {
221
221
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -23213,6 +23213,7 @@
23213
23213
  onSuccess: onFaceCaptureSuccess,
23214
23214
  onExit: onExit,
23215
23215
  guidesComponent: guidesComponent,
23216
+ requireVerticalFaceCentering: false,
23216
23217
  classNames: classNames.faceLiveness,
23217
23218
  colors: colors.faceLiveness,
23218
23219
  verbiage: verbiage.faceLiveness,