@regulaforensics/vp-frontend-document-components 7.5.2004-nightly → 7.5.2005-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
@@ -17669,7 +17669,7 @@ function Sx(e, r, t, i, o) {
17669
17669
  }), q = {
17670
17670
  platform: "Web",
17671
17671
  osVersion: "".concat(lr.osVersion),
17672
- sdkVersion: "7.5.2004-nightly".trim(),
17672
+ sdkVersion: "7.5.2005-rc".trim(),
17673
17673
  hostAppId: (pe = s.recognizerProcessParam.processParam.backendProcessing) === null || pe === void 0 ? void 0 : pe.serviceURL,
17674
17674
  userID: lD(K6),
17675
17675
  deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
@@ -23636,8 +23636,8 @@ class qde {
23636
23636
  processParam: {}
23637
23637
  }), br(this, "imageProcessParam", {
23638
23638
  processParam: {}
23639
- }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/f5f1b02f-a69bd2cbe"), br(this, "version", {
23640
- component: "7.5.2004-nightly".trim()
23639
+ }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/rc/7.5/f5f1b02f-d792002f8"), br(this, "version", {
23640
+ component: "7.5.2005-rc".trim()
23641
23641
  });
23642
23642
  }
23643
23643
  get processingListener() {
@@ -23700,7 +23700,7 @@ class qde {
23700
23700
  return Ve(this, null, function* () {
23701
23701
  var r, t;
23702
23702
  Lr("Preparing the service");
23703
- const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/f5f1b02f-a69bd2cbe", s = Bde(this.workerPath);
23703
+ const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm.regulaforensics.com/document/rc/7.5/f5f1b02f-d792002f8", s = Bde(this.workerPath);
23704
23704
  {
23705
23705
  let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
23706
23706
  o || (f = cx(f, s));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.5.2004-nightly",
3
+ "version": "7.5.2005-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.199-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^7.5.200-rc",
27
27
  "qrcode.react": "^3.1.0"
28
28
  }
29
29
  }