@regulaforensics/vp-frontend-document-components 9.2.2691-nightly → 9.2.2693-nightly

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/main.js CHANGED
@@ -12617,11 +12617,11 @@ function ny(e, t) {
12617
12617
  var r, n;
12618
12618
  const a = {
12619
12619
  [Vi.BarcodeMRZ]: {
12620
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.2/barcodemrz/c80c4532-ab450bfd0",
12620
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.2/barcodemrz/c80c4532-5287a47f7",
12621
12621
  DEV: "./wasm/barcode-mrz/"
12622
12622
  },
12623
12623
  [Vi.BoundsLite]: {
12624
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.2/boundslite/c80c4532-ab450bfd0",
12624
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.2/boundslite/c80c4532-5287a47f7",
12625
12625
  DEV: "./wasm/bounds-lite/"
12626
12626
  }
12627
12627
  };
@@ -12874,7 +12874,7 @@ function _y(e) {
12874
12874
  const q = P1({
12875
12875
  cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
12876
12876
  cameraID: r.camera.deviceId,
12877
- sdkVersion: "9.2.2691-nightly".trim(),
12877
+ sdkVersion: "9.2.2693-nightly".trim(),
12878
12878
  serviceUrl: ((J = c.recognizerProcessParam.processParam.backendProcessing) === null || J === void 0 ? void 0 : J.serviceURL) || ""
12879
12879
  });
12880
12880
  qr("Metadata: ".concat(JSON.stringify(q))), (c.recognizerProcessParam.processParam.backendProcessing ? c.createBackendTransaction(q) : c.startNewDocument(q)).then(() => {
@@ -13484,7 +13484,7 @@ function Ly(e) {
13484
13484
  var m;
13485
13485
  if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
13486
13486
  const I = P1({
13487
- sdkVersion: "9.2.2691-nightly".trim()
13487
+ sdkVersion: "9.2.2693-nightly".trim()
13488
13488
  });
13489
13489
  yield i.createBackendTransaction(I, i.imageProcessParam);
13490
13490
  }
@@ -20005,12 +20005,12 @@ const lu = jt.create("wasm"), Ht = jt.create("main");
20005
20005
  class Qse {
20006
20006
  constructor() {
20007
20007
  $t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Gse()), $t(this, "_initProcess", null), $t(this, "version", {
20008
- component: "9.2.2691-nightly".trim()
20008
+ component: "9.2.2693-nightly".trim()
20009
20009
  }), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
20010
20010
  processParam: {}
20011
20011
  }), $t(this, "imageProcessParam", {
20012
20012
  processParam: {}
20013
- }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.2/barcodemrz/c80c4532-ab450bfd0");
20013
+ }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.2/barcodemrz/c80c4532-5287a47f7");
20014
20014
  }
20015
20015
  get processingListener() {
20016
20016
  return this._processingListener;
@@ -20078,7 +20078,7 @@ class Qse {
20078
20078
  var r;
20079
20079
  Ht("Preparing the service");
20080
20080
  {
20081
- const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.2/barcodemrz/c80c4532-ab450bfd0", a = Wse(t && n ? ny(t, "PROD") : this.workerPath);
20081
+ const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.2/barcodemrz/c80c4532-5287a47f7", a = Wse(t && n ? ny(t, "PROD") : this.workerPath);
20082
20082
  let o = yield (yield fetch("".concat(a, "/").concat(_R))).text();
20083
20083
  !n && !t && (o = ry(o, a));
20084
20084
  const c = new Blob([o], {
@@ -20122,7 +20122,7 @@ class Qse {
20122
20122
  license: t == null ? void 0 : t.license
20123
20123
  },
20124
20124
  telemetry: P1({
20125
- sdkVersion: "9.2.2691-nightly".trim()
20125
+ sdkVersion: "9.2.2693-nightly".trim()
20126
20126
  }),
20127
20127
  processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
20128
20128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.2.2691-nightly",
3
+ "version": "9.2.2693-nightly",
4
4
  "description": "Regula framework agnostic web components to work with webcamera",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.js",
@@ -22,7 +22,7 @@
22
22
  "build": "vite build"
23
23
  },
24
24
  "dependencies": {
25
- "@regulaforensics/document-reader-webclient": "^9.2.744-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.2.746-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }