@regulaforensics/vp-frontend-document-components 8.2.2343-nightly → 8.2.2345-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
@@ -16996,7 +16996,7 @@ function Vb(e) {
16996
16996
  }, [Q, X]), ae.useEffect(() => {
16997
16997
  var le;
16998
16998
  if (!u || !ee || R || b || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
16999
- const pe = $g([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.2.2343-nightly".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
16999
+ const pe = $g([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.2.2345-nightly".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
17000
17000
  Qi("Metadata: ".concat(JSON.stringify(pe))), (u.recognizerProcessParam.processParam.backendProcessing ? u.createBackendTransaction(pe) : u.startNewDocument(pe)).then(() => {
17001
17001
  g(!0), Qi("New document started");
17002
17002
  }).catch((ge) => {
@@ -17511,7 +17511,7 @@ function ew(e) {
17511
17511
  var D;
17512
17512
  if ((D = l.imageProcessParam.processParam) !== null && D !== void 0 && D.backendProcessing) {
17513
17513
  var T;
17514
- const g = $g([], "", "8.2.2343-nightly".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
17514
+ const g = $g([], "", "8.2.2345-nightly".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
17515
17515
  yield l.createBackendTransaction(g, l.imageProcessParam);
17516
17516
  }
17517
17517
  const R = yield l.processImage(r, m);
@@ -23331,7 +23331,7 @@ const FD = Gr.create("wasm"), Ir = Gr.create("main");
23331
23331
  class r0e {
23332
23332
  constructor() {
23333
23333
  Pr(this, "_worker", null), Pr(this, "_initializeListener", null), Pr(this, "_processingListener", null), Pr(this, "_queueService", new que()), Pr(this, "_initProcess", null), Pr(this, "version", {
23334
- component: "8.2.2343-nightly".trim()
23334
+ component: "8.2.2345-nightly".trim()
23335
23335
  }), Pr(this, "onFinalize", null), Pr(this, "isPrepared", !1), Pr(this, "isInitialized", !1), Pr(this, "isProcessing", !1), Pr(this, "initData", null), Pr(this, "recognizerProcessParam", {
23336
23336
  processParam: {}
23337
23337
  }), Pr(this, "imageProcessParam", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.2.2343-nightly",
3
+ "version": "8.2.2345-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.2.455-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^8.2.457-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }