@regulaforensics/vp-frontend-document-components 8.3.2443-rc → 8.3.2444-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
@@ -17032,7 +17032,7 @@ function MP(e) {
17032
17032
  }, [Q, W]), oe.useEffect(() => {
17033
17033
  var ce;
17034
17034
  if (!u || !J || D || b || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
17035
- const ue = $R([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2443-rc".trim(), ((ce = u.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL) || "");
17035
+ const ue = $R([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2444-rc".trim(), ((ce = u.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL) || "");
17036
17036
  Qi("Metadata: ".concat(JSON.stringify(ue))), (u.recognizerProcessParam.processParam.backendProcessing ? u.createBackendTransaction(ue) : u.startNewDocument(ue)).then(() => {
17037
17037
  R(!0), Qi("New document started");
17038
17038
  }).catch((Re) => {
@@ -17547,7 +17547,7 @@ function YP(e) {
17547
17547
  var g;
17548
17548
  if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
17549
17549
  var O;
17550
- const R = $R([], "", "8.3.2443-rc".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17550
+ const R = $R([], "", "8.3.2444-rc".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
17551
17551
  yield l.createBackendTransaction(R, l.imageProcessParam);
17552
17552
  }
17553
17553
  const D = yield l.processImage(r, m);
@@ -23367,7 +23367,7 @@ const Fg = Gr.create("wasm"), Sr = Gr.create("main");
23367
23367
  class Xue {
23368
23368
  constructor() {
23369
23369
  br(this, "_worker", null), br(this, "_initializeListener", null), br(this, "_processingListener", null), br(this, "_queueService", new $ue()), br(this, "_initProcess", null), br(this, "version", {
23370
- component: "8.3.2443-rc".trim()
23370
+ component: "8.3.2444-rc".trim()
23371
23371
  }), br(this, "onFinalize", null), br(this, "isPrepared", !1), br(this, "isInitialized", !1), br(this, "isProcessing", !1), br(this, "initData", null), br(this, "recognizerProcessParam", {
23372
23372
  processParam: {}
23373
23373
  }), br(this, "imageProcessParam", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.3.2443-rc",
3
+ "version": "8.3.2444-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.525-rc",
25
+ "@regulaforensics/document-reader-webclient": "^8.3.526-rc",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }