idmission-web-sdk 2.1.101 → 2.1.102

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.
@@ -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.1.101';
237
+ var webSdkVersion = '2.1.102';
238
238
 
239
239
  function getPlatform() {
240
240
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -11394,7 +11394,7 @@ function SelfieGuidanceModelsProvider(_a) {
11394
11394
  }
11395
11395
  });
11396
11396
  });
11397
- }, [cameraReady, detector, modelError, ready, videoLoaded, videoRef]), {
11397
+ }, [cameraReady, detector, modelError, ready, requireVerticalFaceCentering, videoLoaded, videoRef]), {
11398
11398
  throttleMs: throttleMs,
11399
11399
  autoStart: autoStart
11400
11400
  }),