@regulaforensics/vp-frontend-document-components 9.4.2832-nightly → 9.4.2838-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
@@ -12701,11 +12701,11 @@ function oy(e, t) {
12701
12701
  var r, n;
12702
12702
  const a = {
12703
12703
  [Vi.BarcodeMRZ]: {
12704
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/585181f2-ddbad834f",
12704
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/ca12848e-b541e8a1c",
12705
12705
  DEV: "./wasm/barcode-mrz/"
12706
12706
  },
12707
12707
  [Vi.BoundsLite]: {
12708
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/boundslite/585181f2-ddbad834f",
12708
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/boundslite/ca12848e-b541e8a1c",
12709
12709
  DEV: "./wasm/bounds-lite/"
12710
12710
  }
12711
12711
  };
@@ -12985,7 +12985,7 @@ function my(e) {
12985
12985
  const q = yield H1({
12986
12986
  cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
12987
12987
  cameraID: r.camera.deviceId,
12988
- sdkVersion: "9.4.2832-nightly".trim(),
12988
+ sdkVersion: "9.4.2838-nightly".trim(),
12989
12989
  serviceUrl: ((ee = s.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || ""
12990
12990
  });
12991
12991
  jr("Metadata: ".concat(JSON.stringify(q)));
@@ -13599,7 +13599,7 @@ function wy(e) {
13599
13599
  var m;
13600
13600
  if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
13601
13601
  const C = yield H1({
13602
- sdkVersion: "9.4.2832-nightly".trim()
13602
+ sdkVersion: "9.4.2838-nightly".trim()
13603
13603
  });
13604
13604
  yield i.createBackendTransaction(C, i.imageProcessParam);
13605
13605
  }
@@ -20265,12 +20265,12 @@ const uu = jt.create("wasm"), Ht = jt.create("main");
20265
20265
  class Kle {
20266
20266
  constructor() {
20267
20267
  $t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Mle()), $t(this, "_initProcess", null), $t(this, "version", {
20268
- component: "9.4.2832-nightly".trim()
20268
+ component: "9.4.2838-nightly".trim()
20269
20269
  }), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
20270
20270
  processParam: {}
20271
20271
  }), $t(this, "imageProcessParam", {
20272
20272
  processParam: {}
20273
- }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/585181f2-ddbad834f");
20273
+ }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/ca12848e-b541e8a1c");
20274
20274
  }
20275
20275
  get processingListener() {
20276
20276
  return this._processingListener;
@@ -20338,7 +20338,7 @@ class Kle {
20338
20338
  var r;
20339
20339
  Ht("Preparing the service");
20340
20340
  {
20341
- const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/585181f2-ddbad834f", a = zle(t && n ? oy(t, "PROD") : this.workerPath);
20341
+ const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/ca12848e-b541e8a1c", a = zle(t && n ? oy(t, "PROD") : this.workerPath);
20342
20342
  let o = yield (yield fetch("".concat(a, "/").concat(_R))).text();
20343
20343
  n || (o = iy(o, a));
20344
20344
  const s = new Blob([o], {
@@ -20382,7 +20382,7 @@ class Kle {
20382
20382
  license: t == null ? void 0 : t.license
20383
20383
  },
20384
20384
  telemetry: yield H1({
20385
- sdkVersion: "9.4.2832-nightly".trim()
20385
+ sdkVersion: "9.4.2838-nightly".trim()
20386
20386
  }),
20387
20387
  processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
20388
20388
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.4.2832-nightly",
3
+ "version": "9.4.2838-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.4.857-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.4.861-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }