@regulaforensics/vp-frontend-document-components 7.6.2063-nightly → 7.6.2065-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
@@ -17688,7 +17688,7 @@ function Uk(e, r, t, i, o) {
17688
17688
  }), J = {
17689
17689
  platform: "Web",
17690
17690
  osVersion: "".concat(cr.osVersion),
17691
- sdkVersion: "7.6.2063-nightly".trim(),
17691
+ sdkVersion: "7.6.2065-nightly".trim(),
17692
17692
  hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
17693
17693
  userID: C6(o6),
17694
17694
  deviceModel: "".concat(cr.osName, "/").concat(cr.osVersion, " ").concat(cr.browserName, "/").concat(cr.fullBrowserVersion),
@@ -24042,8 +24042,8 @@ class Bpe {
24042
24042
  processParam: {}
24043
24043
  }), wr(this, "imageProcessParam", {
24044
24044
  processParam: {}
24045
- }), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/9447026f-f3a3fdb6e"), wr(this, "version", {
24046
- component: "7.6.2063-nightly".trim()
24045
+ }), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/9447026f-6ce81df5b"), wr(this, "version", {
24046
+ component: "7.6.2065-nightly".trim()
24047
24047
  });
24048
24048
  }
24049
24049
  get processingListener() {
@@ -24113,7 +24113,7 @@ class Bpe {
24113
24113
  return Ve(this, null, function* () {
24114
24114
  var r, t;
24115
24115
  Pr("Preparing the service");
24116
- const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/9447026f-f3a3fdb6e", s = Upe(this.workerPath);
24116
+ const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/9447026f-6ce81df5b", s = Upe(this.workerPath);
24117
24117
  {
24118
24118
  let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
24119
24119
  o || (f = Lk(f, s));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.6.2063-nightly",
3
+ "version": "7.6.2065-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": "^7.6.245-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^7.6.247-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }