@regulaforensics/vp-frontend-document-components 8.3.2433-nightly → 8.3.2434-rc

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
@@ -16847,11 +16847,11 @@ function MP(e, r) {
16847
16847
  var t, a;
16848
16848
  const o = {
16849
16849
  [bl.BarcodeMRZ]: {
16850
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.3/barcodemrz/589ac68c-005acee07",
16850
+ PROD: "https://wasm-development.regulaforensics.com/document/rc/8.3/barcodemrz/589ac68c-005acee07",
16851
16851
  DEV: "./wasm/barcode-mrz/"
16852
16852
  },
16853
16853
  [bl.BoundsLite]: {
16854
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.3/boundslite/589ac68c-005acee07",
16854
+ PROD: "https://wasm-development.regulaforensics.com/document/rc/8.3/boundslite/589ac68c-005acee07",
16855
16855
  DEV: "./wasm/bounds-lite/"
16856
16856
  }
16857
16857
  };
@@ -17095,7 +17095,7 @@ function BP(e) {
17095
17095
  }, [Q, Y]), oe.useEffect(() => {
17096
17096
  var le;
17097
17097
  if (!f || !J || D || N || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
17098
- const ue = q8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2433-nightly".trim(), ((le = f.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
17098
+ const ue = q8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2434-rc".trim(), ((le = f.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
17099
17099
  Ji("Metadata: ".concat(JSON.stringify(ue))), (f.recognizerProcessParam.processParam.backendProcessing ? f.createBackendTransaction(ue) : f.startNewDocument(ue)).then(() => {
17100
17100
  R(!0), Ji("New document started");
17101
17101
  }).catch((ge) => {
@@ -17610,7 +17610,7 @@ function aw(e) {
17610
17610
  var g;
17611
17611
  if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
17612
17612
  var O;
17613
- const R = q8([], "", "8.3.2433-nightly".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17613
+ const R = q8([], "", "8.3.2434-rc".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17614
17614
  yield l.createBackendTransaction(R, l.imageProcessParam);
17615
17615
  }
17616
17616
  const D = yield l.processImage(r, m);
@@ -23468,12 +23468,12 @@ const Gg = Zr.create("wasm"), Ir = Zr.create("main");
23468
23468
  class $0e {
23469
23469
  constructor() {
23470
23470
  Pr(this, "_worker", null), Pr(this, "_initializeListener", null), Pr(this, "_processingListener", null), Pr(this, "_queueService", new P0e()), Pr(this, "_initProcess", null), Pr(this, "version", {
23471
- component: "8.3.2433-nightly".trim()
23471
+ component: "8.3.2434-rc".trim()
23472
23472
  }), Pr(this, "onFinalize", null), Pr(this, "isPrepared", !1), Pr(this, "isInitialized", !1), Pr(this, "isProcessing", !1), Pr(this, "initData", null), Pr(this, "recognizerProcessParam", {
23473
23473
  processParam: {}
23474
23474
  }), Pr(this, "imageProcessParam", {
23475
23475
  processParam: {}
23476
- }), Pr(this, "recognizeListener", null), Pr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.3/barcodemrz/589ac68c-005acee07");
23476
+ }), Pr(this, "recognizeListener", null), Pr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/8.3/barcodemrz/589ac68c-005acee07");
23477
23477
  }
23478
23478
  get processingListener() {
23479
23479
  return this._processingListener;
@@ -23539,7 +23539,7 @@ class $0e {
23539
23539
  var t;
23540
23540
  Ir("Preparing the service");
23541
23541
  {
23542
- const a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.3/barcodemrz/589ac68c-005acee07", o = x0e(r ? MP(r, "PROD") : this.workerPath);
23542
+ const a = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/8.3/barcodemrz/589ac68c-005acee07", o = x0e(r ? MP(r, "PROD") : this.workerPath);
23543
23543
  let c = yield (yield fetch("".concat(o, "/").concat(uO))).text();
23544
23544
  !a && !r && (c = LP(c, o));
23545
23545
  const f = new Blob([c], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.3.2433-nightly",
3
+ "version": "8.3.2434-rc",
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": "^8.3.523-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^8.3.524-rc",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }