@regulaforensics/vp-frontend-document-components 8.4.2470-nightly → 8.4.2471-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
@@ -17116,7 +17116,7 @@ function $P(e) {
17116
17116
  }, [N, ne]), ie.useEffect(() => {
17117
17117
  var ce;
17118
17118
  if (!f || !Q || D || Z || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
17119
- const ae = WD([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.2470-nightly".trim(), ((ce = f.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL) || "");
17119
+ const ae = WD([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.2471-nightly".trim(), ((ce = f.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL) || "");
17120
17120
  ea("Metadata: ".concat(JSON.stringify(ae))), (f.recognizerProcessParam.processParam.backendProcessing ? f.createBackendTransaction(ae) : f.startNewDocument(ae)).then(() => {
17121
17121
  T(!0), ea("New document started");
17122
17122
  }).catch((De) => {
@@ -17634,7 +17634,7 @@ function ow(e) {
17634
17634
  var g;
17635
17635
  if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
17636
17636
  var O;
17637
- const D = WD([], "", "8.4.2470-nightly".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17637
+ const D = WD([], "", "8.4.2471-nightly".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17638
17638
  yield l.createBackendTransaction(D, l.imageProcessParam);
17639
17639
  }
17640
17640
  const R = yield l.processImage(r, _);
@@ -23562,7 +23562,7 @@ const fp = jr.create("wasm"), Ir = jr.create("main");
23562
23562
  class a1e {
23563
23563
  constructor() {
23564
23564
  wr(this, "_worker", null), wr(this, "_initializeListener", null), wr(this, "_processingListener", null), wr(this, "_queueService", new K3e()), wr(this, "_initProcess", null), wr(this, "version", {
23565
- component: "8.4.2470-nightly".trim()
23565
+ component: "8.4.2471-nightly".trim()
23566
23566
  }), wr(this, "onFinalize", null), wr(this, "isPrepared", !1), wr(this, "isInitialized", !1), wr(this, "isProcessing", !1), wr(this, "initData", null), wr(this, "recognizerProcessParam", {
23567
23567
  processParam: {}
23568
23568
  }), wr(this, "imageProcessParam", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.4.2470-nightly",
3
+ "version": "8.4.2471-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.4.547-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^8.4.548-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }