@regulaforensics/vp-frontend-document-components 8.1.2299-nightly → 8.1.2300-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
  }), _e = {
16418
16418
  platform: "Web",
16419
16419
  osVersion: "".concat(pr.osVersion),
16420
- sdkVersion: "8.1.2299-nightly".trim(),
16420
+ sdkVersion: "8.1.2300-nightly".trim(),
16421
16421
  hostAppId: (Ie = _.recognizerProcessParam.processParam.backendProcessing) === null || Ie === void 0 ? void 0 : Ie.serviceURL,
16422
16422
  userID: RR(cR),
16423
16423
  deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
@@ -22723,8 +22723,8 @@ class p3e {
22723
22723
  processParam: {}
22724
22724
  }), sn(this, "imageProcessParam", {
22725
22725
  processParam: {}
22726
- }), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/98d794d3-a69ef06fc"), sn(this, "version", {
22727
- component: "8.1.2299-nightly".trim()
22726
+ }), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/98d794d3-b46f4a9af"), sn(this, "version", {
22727
+ component: "8.1.2300-nightly".trim()
22728
22728
  });
22729
22729
  }
22730
22730
  get processingListener() {
@@ -22788,7 +22788,7 @@ class p3e {
22788
22788
  return Ue(this, null, function* () {
22789
22789
  var t;
22790
22790
  Zr("Preparing the service");
22791
- const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/98d794d3-a69ef06fc", o = _3e(this.workerPath);
22791
+ const r = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/98d794d3-b46f4a9af", o = _3e(this.workerPath);
22792
22792
  {
22793
22793
  let u = yield (yield fetch("".concat(o, "/").concat(r))).text();
22794
22794
  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.2299-nightly",
3
+ "version": "8.1.2300-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.421-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^8.1.422-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }