@regulaforensics/vp-frontend-document-components 8.1.2300-nightly → 8.1.2302-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
@@ -16417,7 +16417,7 @@ function Ww(e) {
16417
16417
  }), _e = {
16418
16418
  platform: "Web",
16419
16419
  osVersion: "".concat(pr.osVersion),
16420
- sdkVersion: "8.1.2300-nightly".trim(),
16420
+ sdkVersion: "8.1.2302-nightly".trim(),
16421
16421
  hostAppId: (Ie = _.recognizerProcessParam.processParam.backendProcessing) === null || Ie === void 0 ? void 0 : Ie.serviceURL,
16422
16422
  userID: RR(cR),
16423
16423
  deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
@@ -22724,7 +22724,7 @@ class p3e {
22724
22724
  }), sn(this, "imageProcessParam", {
22725
22725
  processParam: {}
22726
22726
  }), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/98d794d3-b46f4a9af"), sn(this, "version", {
22727
- component: "8.1.2300-nightly".trim()
22727
+ component: "8.1.2302-nightly".trim()
22728
22728
  });
22729
22729
  }
22730
22730
  get processingListener() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.1.2300-nightly",
3
+ "version": "8.1.2302-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": "^8.1.422-nightly",
26
+ "@regulaforensics/document-reader-webclient": "^8.1.424-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }