@regulaforensics/vp-frontend-document-components 9.8.3013-nightly → 9.8.3014-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
@@ -12980,11 +12980,11 @@ function hx(e, t) {
12980
12980
  var n, r;
12981
12981
  let i = {
12982
12982
  [hi.BarcodeMRZ]: {
12983
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/fbef45a9-8b5d41ce3",
12983
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/fbef45a9-1248c4b99",
12984
12984
  DEV: "./wasm/barcode-mrz/"
12985
12985
  },
12986
12986
  [hi.BoundsLite]: {
12987
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/boundslite/fbef45a9-8b5d41ce3",
12987
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/boundslite/fbef45a9-1248c4b99",
12988
12988
  DEV: "./wasm/bounds-lite/"
12989
12989
  }
12990
12990
  };
@@ -13398,7 +13398,7 @@ function iS(e) {
13398
13398
  let t = yield Us({
13399
13399
  cameras: [...n.sortedDevices.frontCameras, ...n.sortedDevices.backCameras],
13400
13400
  cameraID: n.camera.deviceId,
13401
- sdkVersion: "9.8.3013-nightly",
13401
+ sdkVersion: "9.8.3014-nightly",
13402
13402
  serviceUrl: ((e = s.recognizerProcessParam.processParam.backendProcessing) == null ? void 0 : e.serviceURL) || ""
13403
13403
  });
13404
13404
  rS(`Metadata: ${JSON.stringify(t)}`);
@@ -14127,7 +14127,7 @@ function HS(e) {
14127
14127
  try {
14128
14128
  var n;
14129
14129
  if ((n = a.imageProcessParam.processParam) != null && n.backendProcessing) {
14130
- let e = yield Us({ sdkVersion: "9.8.3013-nightly" });
14130
+ let e = yield Us({ sdkVersion: "9.8.3014-nightly" });
14131
14131
  yield a.createBackendTransaction(e, a.imageProcessParam);
14132
14132
  }
14133
14133
  let e = yield a.processImage(t, o);
@@ -20727,7 +20727,7 @@ function gA(e, t) {
20727
20727
  }
20728
20728
  var _A = $s.create("wasm"), vA = $s.create("main"), yA = class {
20729
20729
  constructor() {
20730
- mA(this, "_worker", null), mA(this, "_initializeListener", null), mA(this, "_processingListener", null), mA(this, "_queueService", new Kk()), mA(this, "_initProcess", null), mA(this, "version", { component: "9.8.3013-nightly" }), mA(this, "onFinalize", null), mA(this, "isPrepared", !1), mA(this, "isInitialized", !1), mA(this, "isProcessing", !1), mA(this, "initData", null), mA(this, "recognizerProcessParam", { processParam: {} }), mA(this, "imageProcessParam", { processParam: {} }), mA(this, "recognizeListener", null), mA(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/fbef45a9-8b5d41ce3"), mA(this, "pageIdx", null);
20730
+ mA(this, "_worker", null), mA(this, "_initializeListener", null), mA(this, "_processingListener", null), mA(this, "_queueService", new Kk()), mA(this, "_initProcess", null), mA(this, "version", { component: "9.8.3014-nightly" }), mA(this, "onFinalize", null), mA(this, "isPrepared", !1), mA(this, "isInitialized", !1), mA(this, "isProcessing", !1), mA(this, "initData", null), mA(this, "recognizerProcessParam", { processParam: {} }), mA(this, "imageProcessParam", { processParam: {} }), mA(this, "recognizeListener", null), mA(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/fbef45a9-1248c4b99"), mA(this, "pageIdx", null);
20731
20731
  }
20732
20732
  get processingListener() {
20733
20733
  return this._processingListener;
@@ -20780,7 +20780,7 @@ var _A = $s.create("wasm"), vA = $s.create("main"), yA = class {
20780
20780
  var n;
20781
20781
  vA("Preparing the service");
20782
20782
  {
20783
- let n = t.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/fbef45a9-8b5d41ce3", r = dA(e && n ? hx(e, "PROD") : t.workerPath), i = yield (yield fetch(`${r}/${Di}`)).text();
20783
+ let n = t.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/fbef45a9-1248c4b99", r = dA(e && n ? hx(e, "PROD") : t.workerPath), i = yield (yield fetch(`${r}/${Di}`)).text();
20784
20784
  n || (i = mx(i, r));
20785
20785
  let a = new Blob([i], { type: "text/plain" }), o = URL.createObjectURL(a);
20786
20786
  t._worker = new Worker(o), URL.revokeObjectURL(o);
@@ -20819,7 +20819,7 @@ var _A = $s.create("wasm"), vA = $s.create("main"), yA = class {
20819
20819
  hostName: (n = document.location) == null ? void 0 : n.origin,
20820
20820
  license: e == null ? void 0 : e.license
20821
20821
  },
20822
- telemetry: yield Us({ sdkVersion: "9.8.3013-nightly" }),
20822
+ telemetry: yield Us({ sdkVersion: "9.8.3014-nightly" }),
20823
20823
  processParam: t.recognizerProcessParam.processParam || t.imageProcessParam.processParam
20824
20824
  }
20825
20825
  }), a = i.scenario, o = i.license;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.8.3013-nightly",
3
+ "version": "9.8.3014-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",
@@ -22,7 +22,7 @@
22
22
  "build": "vite build"
23
23
  },
24
24
  "dependencies": {
25
- "@regulaforensics/document-reader-webclient": "^9.8.1025-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.8.1026-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }