idmission-web-sdk 2.2.32 → 2.2.33

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.esm.js CHANGED
@@ -201,7 +201,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
201
201
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
202
202
  };
203
203
 
204
- var webSdkVersion = '2.2.32';
204
+ var webSdkVersion = '2.2.33';
205
205
 
206
206
  function getPlatform() {
207
207
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -3099,7 +3099,7 @@ function processFaceDetectorPrediction(_a) {
3099
3099
  _b = _a.requireVerticalFaceCentering,
3100
3100
  requireVerticalFaceCentering = _b === void 0 ? true : _b,
3101
3101
  _c = _a.stabilityThreshold,
3102
- stabilityThreshold = _c === void 0 ? 0.85 : _c;
3102
+ stabilityThreshold = _c === void 0 ? 0.75 : _c;
3103
3103
  var face = faces[0];
3104
3104
  var faceNotDetected = faces.length === 0;
3105
3105
  var faceNotCentered = requireVerticalFaceCentering,