@regulaforensics/vp-frontend-document-components 7.6.2129-rc → 7.6.2131-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
@@ -14399,7 +14399,7 @@ function $b(t, r) {
14399
14399
  }
14400
14400
  function o6(t, r, e) {
14401
14401
  let a = !jb(r);
14402
- return t && a || e == !1 ? $b(t, r) : r;
14402
+ return t && (a || e == !1) ? $b(t, r) : r;
14403
14403
  }
14404
14404
  const hR = (t) => t instanceof mn ? tt({}, t) : t;
14405
14405
  function Ga(t, r) {
@@ -14839,7 +14839,7 @@ function SR(t) {
14839
14839
  ), a.response.headers = mn.from(a.response.headers))), Promise.reject(a);
14840
14840
  });
14841
14841
  }
14842
- const f6 = "1.8.3", bc = {};
14842
+ const f6 = "1.8.4", bc = {};
14843
14843
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((t, r) => {
14844
14844
  bc[t] = function(a) {
14845
14845
  return typeof a === t || "a" + (r < 1 ? "n " : " ") + t;
@@ -17276,7 +17276,7 @@ function Vw(t, r, e, a, o) {
17276
17276
  }), J = {
17277
17277
  platform: "Web",
17278
17278
  osVersion: "".concat(ur.osVersion),
17279
- sdkVersion: "7.6.2129-rc".trim(),
17279
+ sdkVersion: "7.6.2131-rc".trim(),
17280
17280
  hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
17281
17281
  userID: kD(AD),
17282
17282
  deviceModel: "".concat(ur.osName, "/").concat(ur.osVersion, " ").concat(ur.browserName, "/").concat(ur.fullBrowserVersion),
@@ -23642,8 +23642,8 @@ class $_e {
23642
23642
  processParam: {}
23643
23643
  }), xr(this, "imageProcessParam", {
23644
23644
  processParam: {}
23645
- }), xr(this, "recognizeListener", null), xr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/7.6/d08cace9-5481c4497"), xr(this, "version", {
23646
- component: "7.6.2129-rc".trim()
23645
+ }), xr(this, "recognizeListener", null), xr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/7.6/d08cace9-08687f1d1"), xr(this, "version", {
23646
+ component: "7.6.2131-rc".trim()
23647
23647
  });
23648
23648
  }
23649
23649
  get processingListener() {
@@ -23715,7 +23715,7 @@ class $_e {
23715
23715
  return He(this, null, function* () {
23716
23716
  var r, e;
23717
23717
  wr("Preparing the service");
23718
- const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/7.6/d08cace9-5481c4497", s = V_e(this.workerPath);
23718
+ const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/7.6/d08cace9-08687f1d1", s = V_e(this.workerPath);
23719
23719
  {
23720
23720
  let _ = yield (yield fetch("".concat(s, "/").concat(a))).text();
23721
23721
  o || (_ = Nw(_, s));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.6.2129-rc",
3
+ "version": "7.6.2131-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.6.296-rc",
26
+ "@regulaforensics/document-reader-webclient": "^7.6.298-rc",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }