@ekyc_qoobiss/qbs-ect-cmp 3.6.82 → 3.6.83

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.
@@ -5252,7 +5252,7 @@ function v4(options, buf, offset) {
5252
5252
  }
5253
5253
 
5254
5254
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
5255
- const version$1 = "3.6.82";
5255
+ const version$1 = "3.6.83";
5256
5256
  const description = "Person Identification Component";
5257
5257
  const main = "./dist/index.cjs.js";
5258
5258
  const module$1 = "./dist/index.js";
@@ -8816,7 +8816,7 @@ const ProcessId = class {
8816
8816
  if (TranslationUtils.state.debug)
8817
8817
  console.log('process-id | verificationFinished');
8818
8818
  this.verificationReceived = Date.now();
8819
- while (Date.now() - this.verificationReceived < 30000) {
8819
+ while (Date.now() - this.verificationReceived < 90000) {
8820
8820
  await delay(2000);
8821
8821
  if (this.showInvalid || this.showTimeout)
8822
8822
  return;
@@ -9200,7 +9200,7 @@ const UserLiveness = class {
9200
9200
  if (TranslationUtils.state.debug)
9201
9201
  console.log('user-liveness | verificationFinished');
9202
9202
  this.verificationReceived = Date.now();
9203
- while (Date.now() - this.verificationReceived < 30000) {
9203
+ while (Date.now() - this.verificationReceived < 90000) {
9204
9204
  await delay(2000);
9205
9205
  if (this.showError || this.showTimeout)
9206
9206
  return;
@@ -126,7 +126,7 @@ export class ProcessId {
126
126
  if (store.debug)
127
127
  console.log('process-id | verificationFinished');
128
128
  this.verificationReceived = Date.now();
129
- while (Date.now() - this.verificationReceived < 30000) {
129
+ while (Date.now() - this.verificationReceived < 90000) {
130
130
  await delay(2000);
131
131
  if (this.showInvalid || this.showTimeout)
132
132
  return;
@@ -109,7 +109,7 @@ export class UserLiveness {
109
109
  if (store.debug)
110
110
  console.log('user-liveness | verificationFinished');
111
111
  this.verificationReceived = Date.now();
112
- while (Date.now() - this.verificationReceived < 30000) {
112
+ while (Date.now() - this.verificationReceived < 90000) {
113
113
  await delay(2000);
114
114
  if (this.showError || this.showTimeout)
115
115
  return;
@@ -5248,7 +5248,7 @@ function v4(options, buf, offset) {
5248
5248
  }
5249
5249
 
5250
5250
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
5251
- const version$1 = "3.6.82";
5251
+ const version$1 = "3.6.83";
5252
5252
  const description = "Person Identification Component";
5253
5253
  const main = "./dist/index.cjs.js";
5254
5254
  const module = "./dist/index.js";
@@ -8812,7 +8812,7 @@ const ProcessId = class {
8812
8812
  if (state.debug)
8813
8813
  console.log('process-id | verificationFinished');
8814
8814
  this.verificationReceived = Date.now();
8815
- while (Date.now() - this.verificationReceived < 30000) {
8815
+ while (Date.now() - this.verificationReceived < 90000) {
8816
8816
  await delay(2000);
8817
8817
  if (this.showInvalid || this.showTimeout)
8818
8818
  return;
@@ -9196,7 +9196,7 @@ const UserLiveness = class {
9196
9196
  if (state.debug)
9197
9197
  console.log('user-liveness | verificationFinished');
9198
9198
  this.verificationReceived = Date.now();
9199
- while (Date.now() - this.verificationReceived < 30000) {
9199
+ while (Date.now() - this.verificationReceived < 90000) {
9200
9200
  await delay(2000);
9201
9201
  if (this.showError || this.showTimeout)
9202
9202
  return;