@regulaforensics/vp-frontend-document-components 7.5.2007-nightly → 7.5.2009-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
@@ -17673,7 +17673,7 @@ function Rx(e, r, t, i, o) {
17673
17673
  }), q = {
17674
17674
  platform: "Web",
17675
17675
  osVersion: "".concat(lr.osVersion),
17676
- sdkVersion: "7.5.2007-nightly".trim(),
17676
+ sdkVersion: "7.5.2009-nightly".trim(),
17677
17677
  hostAppId: (pe = s.recognizerProcessParam.processParam.backendProcessing) === null || pe === void 0 ? void 0 : pe.serviceURL,
17678
17678
  userID: cD(Q6),
17679
17679
  deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
@@ -23641,7 +23641,7 @@ class Yde {
23641
23641
  }), br(this, "imageProcessParam", {
23642
23642
  processParam: {}
23643
23643
  }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/f5f1b02f-de61902fa"), br(this, "version", {
23644
- component: "7.5.2007-nightly".trim()
23644
+ component: "7.5.2009-nightly".trim()
23645
23645
  });
23646
23646
  }
23647
23647
  get processingListener() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.5.2007-nightly",
3
+ "version": "7.5.2009-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.5.202-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^7.5.204-nightly",
27
27
  "qrcode.react": "^3.1.0"
28
28
  }
29
29
  }