@regulaforensics/vp-frontend-document-components 8.2.2324-rc → 8.2.2325-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
@@ -16980,7 +16980,7 @@ function PP(e) {
16980
16980
  }, [Q, X]), ae.useEffect(() => {
16981
16981
  var le;
16982
16982
  if (!u || !ee || R || P || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
16983
- const pe = Bg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.2.2324-rc".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
16983
+ const pe = Bg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.2.2325-nightly".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
16984
16984
  Qi("Metadata: ".concat(JSON.stringify(pe))), (u.recognizerProcessParam.processParam.backendProcessing ? u.createBackendTransaction(pe) : u.startNewDocument(pe)).then(() => {
16985
16985
  g(!0), Qi("New document started");
16986
16986
  }).catch((ge) => {
@@ -17495,7 +17495,7 @@ function XP(e) {
17495
17495
  var D;
17496
17496
  if ((D = l.imageProcessParam.processParam) !== null && D !== void 0 && D.backendProcessing) {
17497
17497
  var T;
17498
- const g = Bg([], "", "8.2.2324-rc".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
17498
+ const g = Bg([], "", "8.2.2325-nightly".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
17499
17499
  yield l.createBackendTransaction(g, l.imageProcessParam);
17500
17500
  }
17501
17501
  const R = yield l.processImage(r, m);
@@ -23315,12 +23315,12 @@ const kD = Gr.create("wasm"), Ir = Gr.create("main");
23315
23315
  class Jue {
23316
23316
  constructor() {
23317
23317
  br(this, "_worker", null), br(this, "_initializeListener", null), br(this, "_processingListener", null), br(this, "_queueService", new Zue()), br(this, "_initProcess", null), br(this, "version", {
23318
- component: "8.2.2324-rc".trim()
23318
+ component: "8.2.2325-nightly".trim()
23319
23319
  }), br(this, "onFinalize", null), br(this, "isPrepared", !1), br(this, "isInitialized", !1), br(this, "isProcessing", !1), br(this, "initData", null), br(this, "recognizerProcessParam", {
23320
23320
  processParam: {}
23321
23321
  }), br(this, "imageProcessParam", {
23322
23322
  processParam: {}
23323
- }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/8.2/94309ef8-d2e141191");
23323
+ }), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.2/94309ef8-54401b4a8");
23324
23324
  }
23325
23325
  get processingListener() {
23326
23326
  return this._processingListener;
@@ -23383,7 +23383,7 @@ class Jue {
23383
23383
  return Oe(this, null, function* () {
23384
23384
  var r;
23385
23385
  Ir("Preparing the service");
23386
- const t = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/8.2/94309ef8-d2e141191", o = Kue(this.workerPath);
23386
+ const t = "ProcMgr.worker.js", a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.2/94309ef8-54401b4a8", o = Kue(this.workerPath);
23387
23387
  {
23388
23388
  let c = yield (yield fetch("".concat(o, "/").concat(t))).text();
23389
23389
  a || (c = gP(c, o));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "8.2.2324-rc",
3
+ "version": "8.2.2325-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.2.441-rc",
26
+ "@regulaforensics/document-reader-webclient": "^8.2.442-nightly",
27
27
  "qrcode.react": "^4.2.0"
28
28
  }
29
29
  }