@regulaforensics/vp-frontend-document-components 7.5.2006-rc → 7.5.2008-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
@@ -17673,7 +17673,7 @@ function Rx(e, r, t, i, o) {
17673
17673
  }), q = {
17674
17674
  platform: "Web",
17675
17675
  osVersion: "".concat(lr.osVersion),
17676
- sdkVersion: "7.5.2006-rc".trim(),
17676
+ sdkVersion: "7.5.2008-rc".trim(),
17677
17677
  hostAppId: (pe = s.recognizerProcessParam.processParam.backendProcessing) === null || pe === void 0 ? void 0 : pe.serviceURL,
17678
17678
  userID: cD(Q6),
17679
17679
  deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
@@ -23640,8 +23640,8 @@ class Yde {
23640
23640
  processParam: {}
23641
23641
  }), br(this, "imageProcessParam", {
23642
23642
  processParam: {}
23643
- }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/rc/7.5/f5f1b02f-a69bd2cbe"), br(this, "version", {
23644
- component: "7.5.2006-rc".trim()
23643
+ }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/rc/7.5/f5f1b02f-817aaa2bf"), br(this, "version", {
23644
+ component: "7.5.2008-rc".trim()
23645
23645
  });
23646
23646
  }
23647
23647
  get processingListener() {
@@ -23704,7 +23704,7 @@ class Yde {
23704
23704
  return Ve(this, null, function* () {
23705
23705
  var r, t;
23706
23706
  Lr("Preparing the service");
23707
- const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/rc/7.5/f5f1b02f-a69bd2cbe", s = qde(this.workerPath);
23707
+ const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/rc/7.5/f5f1b02f-817aaa2bf", s = qde(this.workerPath);
23708
23708
  {
23709
23709
  let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
23710
23710
  o || (f = dx(f, s));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.5.2006-rc",
3
+ "version": "7.5.2008-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.5.201-rc",
26
+ "@regulaforensics/document-reader-webclient": "^7.5.203-rc",
27
27
  "qrcode.react": "^3.1.0"
28
28
  }
29
29
  }