@regulaforensics/vp-frontend-document-components 8.4.2500-rc → 8.4.2502-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
@@ -17117,7 +17117,7 @@ function $P(e) {
17117
17117
  }, [G, se]), ae.useEffect(() => {
17118
17118
  var ee;
17119
17119
  if (!f || !L || T || ce || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
17120
- const fe = W8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.2500-rc".trim(), ((ee = f.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || "");
17120
+ const fe = W8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.2502-rc".trim(), ((ee = f.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || "");
17121
17121
  ea("Metadata: ".concat(JSON.stringify(fe))), (f.recognizerProcessParam.processParam.backendProcessing ? f.createBackendTransaction(fe) : f.startNewDocument(fe)).then(() => {
17122
17122
  y(!0), ea("New document started");
17123
17123
  }).catch((Se) => {
@@ -17636,7 +17636,7 @@ function ow(e) {
17636
17636
  var g;
17637
17637
  if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
17638
17638
  var O;
17639
- const D = W8([], "", "8.4.2500-rc".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17639
+ const D = W8([], "", "8.4.2502-rc".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17640
17640
  yield l.createBackendTransaction(D, l.imageProcessParam);
17641
17641
  }
17642
17642
  const R = yield l.processImage(r, _);
@@ -23576,7 +23576,7 @@ const dp = jr.create("wasm"), Ir = jr.create("main");
23576
23576
  class a1e {
23577
23577
  constructor() {
23578
23578
  wr(this, "_worker", null), wr(this, "_initializeListener", null), wr(this, "_processingListener", null), wr(this, "_queueService", new K3e()), wr(this, "_initProcess", null), wr(this, "version", {
23579
- component: "8.4.2500-rc".trim()
23579
+ component: "8.4.2502-rc".trim()
23580
23580
  }), wr(this, "onFinalize", null), wr(this, "isPrepared", !1), wr(this, "isInitialized", !1), wr(this, "isProcessing", !1), wr(this, "initData", null), wr(this, "recognizerProcessParam", {
23581
23581
  processParam: {}
23582
23582
  }), 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.2500-rc",
3
+ "version": "8.4.2502-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.4.576-rc",
25
+ "@regulaforensics/document-reader-webclient": "^8.4.578-rc",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }