@regulaforensics/vp-frontend-document-components 9.5.2867-nightly → 9.5.2869-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
@@ -13181,7 +13181,7 @@ function Dy(e) {
13181
13181
  const Z = yield k1({
13182
13182
  cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
13183
13183
  cameraID: r.camera.deviceId,
13184
- sdkVersion: "9.5.2867-nightly".trim(),
13184
+ sdkVersion: "9.5.2869-nightly".trim(),
13185
13185
  serviceUrl: ((Y = s.recognizerProcessParam.processParam.backendProcessing) === null || Y === void 0 ? void 0 : Y.serviceURL) || ""
13186
13186
  });
13187
13187
  jr("Metadata: ".concat(JSON.stringify(Z)));
@@ -13803,7 +13803,7 @@ function $y(e) {
13803
13803
  var E;
13804
13804
  if ((E = i.imageProcessParam.processParam) !== null && E !== void 0 && E.backendProcessing) {
13805
13805
  const C = yield k1({
13806
- sdkVersion: "9.5.2867-nightly".trim()
13806
+ sdkVersion: "9.5.2869-nightly".trim()
13807
13807
  });
13808
13808
  yield i.createBackendTransaction(C, i.imageProcessParam);
13809
13809
  }
@@ -20461,7 +20461,7 @@ const fu = zt.create("wasm"), Ht = zt.create("main");
20461
20461
  class r0e {
20462
20462
  constructor() {
20463
20463
  Gt(this, "_worker", null), Gt(this, "_initializeListener", null), Gt(this, "_processingListener", null), Gt(this, "_queueService", new Fle()), Gt(this, "_initProcess", null), Gt(this, "version", {
20464
- component: "9.5.2867-nightly".trim()
20464
+ component: "9.5.2869-nightly".trim()
20465
20465
  }), Gt(this, "onFinalize", null), Gt(this, "isPrepared", !1), Gt(this, "isInitialized", !1), Gt(this, "isProcessing", !1), Gt(this, "initData", null), Gt(this, "recognizerProcessParam", {
20466
20466
  processParam: {}
20467
20467
  }), Gt(this, "imageProcessParam", {
@@ -20578,7 +20578,7 @@ class r0e {
20578
20578
  license: t == null ? void 0 : t.license
20579
20579
  },
20580
20580
  telemetry: yield k1({
20581
- sdkVersion: "9.5.2867-nightly".trim()
20581
+ sdkVersion: "9.5.2869-nightly".trim()
20582
20582
  }),
20583
20583
  processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
20584
20584
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.5.2867-nightly",
3
+ "version": "9.5.2869-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": "^9.5.886-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.5.888-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }