@ekyc_qoobiss/qbs-ect-cmp 3.5.6 → 3.5.7

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.
@@ -2700,7 +2700,7 @@ class FaceML5Detector {
2700
2700
  // this.validFaceFoundAgain = true;
2701
2701
  // //this.stream.changeFacePose();
2702
2702
  // }
2703
- if (this.requestedFacePose) {
2703
+ if (this.requestedFacePose !== null) {
2704
2704
  await delay(3000);
2705
2705
  this.validFacePose = true;
2706
2706
  this.validFaceFoundAgain = true;
@@ -6437,7 +6437,7 @@ function v4(options, buf, offset) {
6437
6437
  }
6438
6438
 
6439
6439
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6440
- const version$1 = "3.5.6";
6440
+ const version$1 = "3.5.7";
6441
6441
  const description = "Person Identification Component";
6442
6442
  const main = "./dist/index.cjs.js";
6443
6443
  const module$1 = "./dist/index.js";
@@ -207,7 +207,7 @@ export class FaceML5Detector {
207
207
  // this.validFaceFoundAgain = true;
208
208
  // //this.stream.changeFacePose();
209
209
  // }
210
- if (this.requestedFacePose) {
210
+ if (this.requestedFacePose !== null) {
211
211
  await delay(3000);
212
212
  this.validFacePose = true;
213
213
  this.validFaceFoundAgain = true;
@@ -2696,7 +2696,7 @@ class FaceML5Detector {
2696
2696
  // this.validFaceFoundAgain = true;
2697
2697
  // //this.stream.changeFacePose();
2698
2698
  // }
2699
- if (this.requestedFacePose) {
2699
+ if (this.requestedFacePose !== null) {
2700
2700
  await delay(3000);
2701
2701
  this.validFacePose = true;
2702
2702
  this.validFaceFoundAgain = true;
@@ -6433,7 +6433,7 @@ function v4(options, buf, offset) {
6433
6433
  }
6434
6434
 
6435
6435
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6436
- const version$1 = "3.5.6";
6436
+ const version$1 = "3.5.7";
6437
6437
  const description = "Person Identification Component";
6438
6438
  const main = "./dist/index.cjs.js";
6439
6439
  const module = "./dist/index.js";