@regulaforensics/vp-frontend-document-components 8.1.2275-rc → 8.1.2276-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
@@ -16440,7 +16440,7 @@ function Qw(e) {
16440
16440
  }), ue = {
16441
16441
  platform: "Web",
16442
16442
  osVersion: "".concat(dr.osVersion),
16443
- sdkVersion: "8.1.2275-rc".trim(),
16443
+ sdkVersion: "8.1.2276-nightly".trim(),
16444
16444
  hostAppId: (Se = _.recognizerProcessParam.processParam.backendProcessing) === null || Se === void 0 ? void 0 : Se.serviceURL,
16445
16445
  userID: gg(cg),
16446
16446
  deviceModel: "".concat(dr.osName, "/").concat(dr.osVersion, " ").concat(dr.browserName, "/").concat(dr.fullBrowserVersion),
@@ -22667,8 +22667,8 @@ class Jue {
22667
22667
  processParam: {}
22668
22668
  }), Gr(this, "imageProcessParam", {
22669
22669
  processParam: {}
22670
- }), Gr(this, "recognizeListener", null), Gr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/8.1/3713a807-da3f279f5"), Gr(this, "version", {
22671
- component: "8.1.2275-rc".trim()
22670
+ }), Gr(this, "recognizeListener", null), Gr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/2f13ead2-0b29d418f"), Gr(this, "version", {
22671
+ component: "8.1.2276-nightly".trim()
22672
22672
  });
22673
22673
  }
22674
22674
  get processingListener() {
@@ -22740,7 +22740,7 @@ class Jue {
22740
22740
  return Ue(this, null, function* () {
22741
22741
  var t, r;
22742
22742
  $r("Preparing the service");
22743
- const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/8.1/3713a807-da3f279f5", s = Kue(this.workerPath);
22743
+ const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/2f13ead2-0b29d418f", s = Kue(this.workerPath);
22744
22744
  {
22745
22745
  let _ = yield (yield fetch("".concat(s, "/").concat(a))).text();
22746
22746
  o || (_ = $w(_, s));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.1.2275-rc",
3
+ "version": "8.1.2276-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.400-rc",
26
+ "@regulaforensics/document-reader-webclient": "^8.1.401-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }