@regulaforensics/vp-frontend-document-components 8.5.2579-rc → 8.5.2581-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
@@ -12540,11 +12540,11 @@ function Q9(e, t) {
12540
12540
  var r, n;
12541
12541
  const a = {
12542
12542
  [Vi.BarcodeMRZ]: {
12543
- PROD: "https://wasm-development.regulaforensics.com/document/rc/8.5/barcodemrz/145d0d04-8dd5dac66",
12543
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.5/barcodemrz/016a465a-a8b43d7ed",
12544
12544
  DEV: "./wasm/barcode-mrz/"
12545
12545
  },
12546
12546
  [Vi.BoundsLite]: {
12547
- PROD: "https://wasm-development.regulaforensics.com/document/rc/8.5/boundslite/145d0d04-8dd5dac66",
12547
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.5/boundslite/016a465a-a8b43d7ed",
12548
12548
  DEV: "./wasm/bounds-lite/"
12549
12549
  }
12550
12550
  };
@@ -12790,7 +12790,7 @@ function cy(e) {
12790
12790
  }, [W, x]), He(() => {
12791
12791
  var ee;
12792
12792
  if (!c || !j || D || te || r.videoStatus !== ct.PLAY || !r.sortedDevices) return;
12793
- const Z = TC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "8.5.2579-rc".trim(), ((ee = c.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || "");
12793
+ const Z = TC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "8.5.2581-nightly".trim(), ((ee = c.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || "");
12794
12794
  if (qr("Metadata: ".concat(JSON.stringify(Z))), h) {
12795
12795
  g(!0), qr("New document started (manual multipage)");
12796
12796
  return;
@@ -13072,7 +13072,7 @@ function _y(e) {
13072
13072
  }
13073
13073
  }, [b.videoElement, u]), Me = (Ae) => {
13074
13074
  a(new ft(Ae));
13075
- }, ge = s || s === void 0 || u === dn.captureFrame || u === dn.captureVideo;
13075
+ }, ge = s || u === dn.captureFrame || u === dn.captureVideo;
13076
13076
  He(() => {
13077
13077
  if ($) {
13078
13078
  if (J === be.START_NEXT_PAGE && (g.current = $, I && Z(kr.OK, le.SUCCESS, $)), J === be.SUCCESS) {
@@ -13401,7 +13401,7 @@ function Ty(e) {
13401
13401
  var m;
13402
13402
  if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
13403
13403
  var I;
13404
- const E = TC([], "", "8.5.2579-rc".trim(), ((I = i.recognizerProcessParam.processParam) === null || I === void 0 || (I = I.backendProcessing) === null || I === void 0 ? void 0 : I.serviceURL) || "");
13404
+ const E = TC([], "", "8.5.2581-nightly".trim(), ((I = i.recognizerProcessParam.processParam) === null || I === void 0 || (I = I.backendProcessing) === null || I === void 0 ? void 0 : I.serviceURL) || "");
13405
13405
  yield i.createBackendTransaction(E, i.imageProcessParam);
13406
13406
  }
13407
13407
  const C = yield i.processImage(t, d);
@@ -19921,12 +19921,12 @@ const lu = jt.create("wasm"), wt = jt.create("main");
19921
19921
  class zse {
19922
19922
  constructor() {
19923
19923
  $t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Fse()), $t(this, "_initProcess", null), $t(this, "version", {
19924
- component: "8.5.2579-rc".trim()
19924
+ component: "8.5.2581-nightly".trim()
19925
19925
  }), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
19926
19926
  processParam: {}
19927
19927
  }), $t(this, "imageProcessParam", {
19928
19928
  processParam: {}
19929
- }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/8.5/barcodemrz/145d0d04-8dd5dac66");
19929
+ }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.5/barcodemrz/016a465a-a8b43d7ed");
19930
19930
  }
19931
19931
  get processingListener() {
19932
19932
  return this._processingListener;
@@ -19994,7 +19994,7 @@ class zse {
19994
19994
  var r;
19995
19995
  wt("Preparing the service");
19996
19996
  {
19997
- const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/8.5/barcodemrz/145d0d04-8dd5dac66", a = Zse(t ? Q9(t, "PROD") : this.workerPath);
19997
+ const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.5/barcodemrz/016a465a-a8b43d7ed", a = Zse(t ? Q9(t, "PROD") : this.workerPath);
19998
19998
  let o = yield (yield fetch("".concat(a, "/").concat(pR))).text();
19999
19999
  !n && !t && (o = X9(o, a));
20000
20000
  const c = new Blob([o], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.5.2579-rc",
3
+ "version": "8.5.2581-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": "^8.5.637-rc",
25
+ "@regulaforensics/document-reader-webclient": "^8.5.639-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }