@regulaforensics/vp-frontend-document-components 7.6.2075-nightly → 7.6.2076-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.2075-nightly".trim(),
17691
+ sdkVersion: "7.6.2076-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),
@@ -24059,7 +24059,7 @@ class Bpe {
24059
24059
  }), wr(this, "imageProcessParam", {
24060
24060
  processParam: {}
24061
24061
  }), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/2c069631-ee7750558"), wr(this, "version", {
24062
- component: "7.6.2075-nightly".trim()
24062
+ component: "7.6.2076-nightly".trim()
24063
24063
  });
24064
24064
  }
24065
24065
  get processingListener() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.6.2075-nightly",
3
+ "version": "7.6.2076-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.253-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^7.6.254-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }