@regulaforensics/vp-frontend-document-components 7.7.2189-rc → 7.7.2191-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
@@ -17352,7 +17352,7 @@ function $w(t, r, e, a, o) {
17352
17352
  }), J = {
17353
17353
  platform: "Web",
17354
17354
  osVersion: "".concat(ur.osVersion),
17355
- sdkVersion: "7.7.2189-rc".trim(),
17355
+ sdkVersion: "7.7.2191-rc".trim(),
17356
17356
  hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
17357
17357
  userID: F7(T7),
17358
17358
  deviceModel: "".concat(ur.osName, "/").concat(ur.osVersion, " ").concat(ur.browserName, "/").concat(ur.fullBrowserVersion),
@@ -23718,8 +23718,8 @@ class z_e {
23718
23718
  processParam: {}
23719
23719
  }), kr(this, "imageProcessParam", {
23720
23720
  processParam: {}
23721
- }), kr(this, "recognizeListener", null), kr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/7.7/254a53de-c1e5bf8e8"), kr(this, "version", {
23722
- component: "7.7.2189-rc".trim()
23721
+ }), kr(this, "recognizeListener", null), kr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/7.7/254a53de-d169fe074"), kr(this, "version", {
23722
+ component: "7.7.2191-rc".trim()
23723
23723
  });
23724
23724
  }
23725
23725
  get processingListener() {
@@ -23791,7 +23791,7 @@ class z_e {
23791
23791
  return be(this, null, function* () {
23792
23792
  var r, e;
23793
23793
  xr("Preparing the service");
23794
- const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/7.7/254a53de-c1e5bf8e8", s = $_e(this.workerPath);
23794
+ const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/7.7/254a53de-d169fe074", s = $_e(this.workerPath);
23795
23795
  {
23796
23796
  let d = yield (yield fetch("".concat(s, "/").concat(a))).text();
23797
23797
  o || (d = bw(d, s));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.7.2189-rc",
3
+ "version": "7.7.2191-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",
@@ -23,7 +23,7 @@
23
23
  "test": "jest --testPathPattern=src/tests"
24
24
  },
25
25
  "dependencies": {
26
- "@regulaforensics/document-reader-webclient": "^7.7.330-rc",
26
+ "@regulaforensics/document-reader-webclient": "^7.7.332-rc",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }