@regulaforensics/vp-frontend-document-components 8.1.2290-nightly → 8.1.2292-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
@@ -16417,7 +16417,7 @@ function Ww(e) {
16417
16417
  }), ue = {
16418
16418
  platform: "Web",
16419
16419
  osVersion: "".concat(pr.osVersion),
16420
- sdkVersion: "8.1.2290-nightly".trim(),
16420
+ sdkVersion: "8.1.2292-nightly".trim(),
16421
16421
  hostAppId: (Ie = _.recognizerProcessParam.processParam.backendProcessing) === null || Ie === void 0 ? void 0 : Ie.serviceURL,
16422
16422
  userID: gg(cg),
16423
16423
  deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
@@ -22643,8 +22643,8 @@ class Kue {
22643
22643
  processParam: {}
22644
22644
  }), sn(this, "imageProcessParam", {
22645
22645
  processParam: {}
22646
- }), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/c8afc8e1-596077c40"), sn(this, "version", {
22647
- component: "8.1.2290-nightly".trim()
22646
+ }), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/c8afc8e1-9201f7721"), sn(this, "version", {
22647
+ component: "8.1.2292-nightly".trim()
22648
22648
  });
22649
22649
  }
22650
22650
  get processingListener() {
@@ -22708,7 +22708,7 @@ class Kue {
22708
22708
  return Ue(this, null, function* () {
22709
22709
  var t;
22710
22710
  Zr("Preparing the service");
22711
- const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/c8afc8e1-596077c40", o = que(this.workerPath);
22711
+ const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/c8afc8e1-9201f7721", o = que(this.workerPath);
22712
22712
  {
22713
22713
  let u = yield (yield fetch("".concat(o, "/").concat(r))).text();
22714
22714
  a || (u = Uw(u, o));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.1.2290-nightly",
3
+ "version": "8.1.2292-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",
@@ -23,7 +23,7 @@
23
23
  "test": "jest --testPathPattern=src/tests"
24
24
  },
25
25
  "dependencies": {
26
- "@regulaforensics/document-reader-webclient": "^8.1.412-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^8.1.414-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }