@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.
- package/dist/cjs/agreement-check_18.cjs.entry.js +2 -2
- package/dist/collection/libs/FaceML5Detector/FaceML5Detector.js +1 -1
- package/dist/esm/agreement-check_18.entry.js +2 -2
- package/dist/qbs-ect-cmp/{p-db3f3757.entry.js → p-aee9d26a.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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.
|
|
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";
|