@regulaforensics/vp-frontend-document-components 7.7.2215-nightly → 7.7.2216-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
@@ -8594,6 +8594,10 @@ const p0 = "NotAllowedError", wA = "en", l8 = ["ar", "he"], u8 = 1, E0 = 500, c8
8594
8594
  FULL_HD: {
8595
8595
  width: 1920,
8596
8596
  height: 1080
8597
+ },
8598
+ SQUARE: {
8599
+ width: 720,
8600
+ height: 720
8597
8601
  }
8598
8602
  }, _8 = ["rear", "back", "rück", "arrière", "trasera", "trás", "traseira", "posteriore", "posterior", "后面", "後面", "背面", "后置", "後置", "背置", "задней", "الخلفية", "خلفية", "후", "arka", "achterzijde", "หลัง", "baksidan", "bagside", "sau", "bak", "tylny", "takakamera", "belakang", "אחורית", "πίσω", "spate", "hátsó", "zadní", "darrere", "zadná", "задня", "задна", "birou", "артқы", "stražnja", "belakang", "बैक"], h0 = {
8599
8603
  "StreamStatus.UNKNOWN_ERROR": "CAMERA_UNKNOWN_ERROR",
@@ -17235,7 +17239,7 @@ function RF(t) {
17235
17239
  }), Q = {
17236
17240
  platform: "Web",
17237
17241
  osVersion: "".concat(pr.osVersion),
17238
- sdkVersion: "7.7.2215-nightly".trim(),
17242
+ sdkVersion: "7.7.2216-nightly".trim(),
17239
17243
  hostAppId: (oe = f.recognizerProcessParam.processParam.backendProcessing) === null || oe === void 0 ? void 0 : oe.serviceURL,
17240
17244
  userID: L0(m0),
17241
17245
  deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
@@ -23509,8 +23513,8 @@ class Ofe {
23509
23513
  processParam: {}
23510
23514
  }), $r(this, "imageProcessParam", {
23511
23515
  processParam: {}
23512
- }), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.7/3fe2b004-64c1be471"), $r(this, "version", {
23513
- component: "7.7.2215-nightly".trim()
23516
+ }), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.7/b0c9ee64-569c850ef"), $r(this, "version", {
23517
+ component: "7.7.2216-nightly".trim()
23514
23518
  });
23515
23519
  }
23516
23520
  get processingListener() {
@@ -23582,7 +23586,7 @@ class Ofe {
23582
23586
  return He(this, null, function* () {
23583
23587
  var r, e;
23584
23588
  Br("Preparing the service");
23585
- const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.7/3fe2b004-64c1be471", s = Dfe(this.workerPath);
23589
+ const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.7/b0c9ee64-569c850ef", s = Dfe(this.workerPath);
23586
23590
  {
23587
23591
  let f = yield (yield fetch("".concat(s, "/").concat(a))).text();
23588
23592
  o || (f = cF(f, s));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.7.2215-nightly",
3
+ "version": "7.7.2216-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.7.357-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^7.7.358-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }