@regulaforensics/vp-frontend-document-components 7.6.2056-nightly → 7.6.2057-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
@@ -17689,7 +17689,7 @@ function yx(e, r, t, i, o) {
17689
17689
  }), J = {
17690
17690
  platform: "Web",
17691
17691
  osVersion: "".concat(lr.osVersion),
17692
- sdkVersion: "7.6.2056-nightly".trim(),
17692
+ sdkVersion: "7.6.2057-nightly".trim(),
17693
17693
  hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
17694
17694
  userID: pD(rD),
17695
17695
  deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
@@ -23657,7 +23657,7 @@ class e1e {
23657
23657
  }), br(this, "imageProcessParam", {
23658
23658
  processParam: {}
23659
23659
  }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/73017a2b-4226fd474"), br(this, "version", {
23660
- component: "7.6.2056-nightly".trim()
23660
+ component: "7.6.2057-nightly".trim()
23661
23661
  });
23662
23662
  }
23663
23663
  get processingListener() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.6.2056-nightly",
3
+ "version": "7.6.2057-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.240-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^7.6.241-nightly",
27
27
  "qrcode.react": "^3.1.0"
28
28
  }
29
29
  }