@ekyc_qoobiss/qbs-ect-cmp 3.1.1 → 3.2.0

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.
@@ -6193,7 +6193,7 @@ function v4(options, buf, offset) {
6193
6193
  }
6194
6194
 
6195
6195
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6196
- const version$1 = "3.1.1";
6196
+ const version$1 = "3.2.0";
6197
6197
  const description = "Person Identification Component";
6198
6198
  const main = "./dist/index.cjs.js";
6199
6199
  const module$1 = "./dist/index.js";
@@ -6367,7 +6367,6 @@ const IdentificationComponent = class {
6367
6367
  this.idSide = '';
6368
6368
  this.errorMessage = undefined;
6369
6369
  this.errorTitle = undefined;
6370
- ML5.getInstance();
6371
6370
  this.device = initDevice();
6372
6371
  }
6373
6372
  async componentWillLoad() {
@@ -6472,6 +6471,7 @@ const IdentificationComponent = class {
6472
6471
  catch (e) {
6473
6472
  this.apiErrorEmitter(e, 'Request Initialisation RequestId:' + state.requestId + ' RedirectId:' + state.redirectId);
6474
6473
  }
6474
+ ML5.getInstance();
6475
6475
  }
6476
6476
  render() {
6477
6477
  let currentBlock = index.h("div", null);
@@ -112,7 +112,6 @@ export class IdentificationComponent {
112
112
  this.idSide = '';
113
113
  this.errorMessage = undefined;
114
114
  this.errorTitle = undefined;
115
- ML5.getInstance();
116
115
  this.device = initDevice();
117
116
  }
118
117
  async componentWillLoad() {
@@ -217,6 +216,7 @@ export class IdentificationComponent {
217
216
  catch (e) {
218
217
  this.apiErrorEmitter(e, 'Request Initialisation RequestId:' + store.requestId + ' RedirectId:' + store.redirectId);
219
218
  }
219
+ ML5.getInstance();
220
220
  }
221
221
  render() {
222
222
  let currentBlock = h("div", null);
@@ -6189,7 +6189,7 @@ function v4(options, buf, offset) {
6189
6189
  }
6190
6190
 
6191
6191
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6192
- const version$1 = "3.1.1";
6192
+ const version$1 = "3.2.0";
6193
6193
  const description = "Person Identification Component";
6194
6194
  const main = "./dist/index.cjs.js";
6195
6195
  const module = "./dist/index.js";
@@ -6363,7 +6363,6 @@ const IdentificationComponent = class {
6363
6363
  this.idSide = '';
6364
6364
  this.errorMessage = undefined;
6365
6365
  this.errorTitle = undefined;
6366
- ML5.getInstance();
6367
6366
  this.device = initDevice();
6368
6367
  }
6369
6368
  async componentWillLoad() {
@@ -6468,6 +6467,7 @@ const IdentificationComponent = class {
6468
6467
  catch (e) {
6469
6468
  this.apiErrorEmitter(e, 'Request Initialisation RequestId:' + state.requestId + ' RedirectId:' + state.redirectId);
6470
6469
  }
6470
+ ML5.getInstance();
6471
6471
  }
6472
6472
  render() {
6473
6473
  let currentBlock = h("div", null);