@regulaforensics/vp-frontend-document-components 8.1.2293-rc → 8.1.2295-rc

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
  }), ue = {
16418
16418
  platform: "Web",
16419
16419
  osVersion: "".concat(pr.osVersion),
16420
- sdkVersion: "8.1.2293-rc".trim(),
16420
+ sdkVersion: "8.1.2295-rc".trim(),
16421
16421
  hostAppId: (Ie = _.recognizerProcessParam.processParam.backendProcessing) === null || Ie === void 0 ? void 0 : Ie.serviceURL,
16422
16422
  userID: gg(cg),
16423
16423
  deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
@@ -22644,7 +22644,7 @@ class Kue {
22644
22644
  }), sn(this, "imageProcessParam", {
22645
22645
  processParam: {}
22646
22646
  }), sn(this, "recognizeListener", null), sn(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/8.1/324023b3-55bcc9f86"), sn(this, "version", {
22647
- component: "8.1.2293-rc".trim()
22647
+ component: "8.1.2295-rc".trim()
22648
22648
  });
22649
22649
  }
22650
22650
  get processingListener() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.1.2293-rc",
3
+ "version": "8.1.2295-rc",
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.415-rc",
26
+ "@regulaforensics/document-reader-webclient": "^8.1.417-rc",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }