@regulaforensics/vp-frontend-document-components 9.3.2697-nightly → 9.3.2699-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
@@ -12623,11 +12623,11 @@ function ny(e, t) {
12623
12623
  var r, n;
12624
12624
  const a = {
12625
12625
  [Vi.BarcodeMRZ]: {
12626
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.3/barcodemrz/b0e1a964-8df12162a",
12626
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.3/barcodemrz/932ef6ff-15ce741ef",
12627
12627
  DEV: "./wasm/barcode-mrz/"
12628
12628
  },
12629
12629
  [Vi.BoundsLite]: {
12630
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.3/boundslite/b0e1a964-8df12162a",
12630
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.3/boundslite/932ef6ff-15ce741ef",
12631
12631
  DEV: "./wasm/bounds-lite/"
12632
12632
  }
12633
12633
  };
@@ -12880,7 +12880,7 @@ function _y(e) {
12880
12880
  const q = yield P1({
12881
12881
  cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
12882
12882
  cameraID: r.camera.deviceId,
12883
- sdkVersion: "9.3.2697-nightly".trim(),
12883
+ sdkVersion: "9.3.2699-nightly".trim(),
12884
12884
  serviceUrl: ((J = c.recognizerProcessParam.processParam.backendProcessing) === null || J === void 0 ? void 0 : J.serviceURL) || ""
12885
12885
  });
12886
12886
  qr("Metadata: ".concat(JSON.stringify(q)));
@@ -13492,7 +13492,7 @@ function Ly(e) {
13492
13492
  var m;
13493
13493
  if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
13494
13494
  const I = yield P1({
13495
- sdkVersion: "9.3.2697-nightly".trim()
13495
+ sdkVersion: "9.3.2699-nightly".trim()
13496
13496
  });
13497
13497
  yield i.createBackendTransaction(I, i.imageProcessParam);
13498
13498
  }
@@ -20013,12 +20013,12 @@ const lu = jt.create("wasm"), Ht = jt.create("main");
20013
20013
  class Qse {
20014
20014
  constructor() {
20015
20015
  $t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Gse()), $t(this, "_initProcess", null), $t(this, "version", {
20016
- component: "9.3.2697-nightly".trim()
20016
+ component: "9.3.2699-nightly".trim()
20017
20017
  }), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
20018
20018
  processParam: {}
20019
20019
  }), $t(this, "imageProcessParam", {
20020
20020
  processParam: {}
20021
- }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.3/barcodemrz/b0e1a964-8df12162a");
20021
+ }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.3/barcodemrz/932ef6ff-15ce741ef");
20022
20022
  }
20023
20023
  get processingListener() {
20024
20024
  return this._processingListener;
@@ -20086,7 +20086,7 @@ class Qse {
20086
20086
  var r;
20087
20087
  Ht("Preparing the service");
20088
20088
  {
20089
- const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.3/barcodemrz/b0e1a964-8df12162a", a = Wse(t && n ? ny(t, "PROD") : this.workerPath);
20089
+ const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.3/barcodemrz/932ef6ff-15ce741ef", a = Wse(t && n ? ny(t, "PROD") : this.workerPath);
20090
20090
  let o = yield (yield fetch("".concat(a, "/").concat(_R))).text();
20091
20091
  !n && !t && (o = ry(o, a));
20092
20092
  const c = new Blob([o], {
@@ -20130,7 +20130,7 @@ class Qse {
20130
20130
  license: t == null ? void 0 : t.license
20131
20131
  },
20132
20132
  telemetry: yield P1({
20133
- sdkVersion: "9.3.2697-nightly".trim()
20133
+ sdkVersion: "9.3.2699-nightly".trim()
20134
20134
  }),
20135
20135
  processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
20136
20136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.3.2697-nightly",
3
+ "version": "9.3.2699-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.3.749-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.3.751-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }