@regulaforensics/vp-frontend-document-components 9.6.2912-nightly → 9.6.2914-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
@@ -12897,11 +12897,11 @@ function fy(e, t) {
12897
12897
  var r, n;
12898
12898
  const a = {
12899
12899
  [Vi.BarcodeMRZ]: {
12900
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.6/barcodemrz/10f9c0f7-e9ef28421",
12900
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.6/barcodemrz/10f9c0f7-8beb02c2a",
12901
12901
  DEV: "./wasm/barcode-mrz/"
12902
12902
  },
12903
12903
  [Vi.BoundsLite]: {
12904
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.6/boundslite/10f9c0f7-e9ef28421",
12904
+ PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.6/boundslite/10f9c0f7-8beb02c2a",
12905
12905
  DEV: "./wasm/bounds-lite/"
12906
12906
  }
12907
12907
  };
@@ -13181,7 +13181,7 @@ function Dy(e) {
13181
13181
  const Z = yield k1({
13182
13182
  cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
13183
13183
  cameraID: r.camera.deviceId,
13184
- sdkVersion: "9.6.2912-nightly".trim(),
13184
+ sdkVersion: "9.6.2914-nightly".trim(),
13185
13185
  serviceUrl: ((Y = s.recognizerProcessParam.processParam.backendProcessing) === null || Y === void 0 ? void 0 : Y.serviceURL) || ""
13186
13186
  });
13187
13187
  jr("Metadata: ".concat(JSON.stringify(Z)));
@@ -13803,7 +13803,7 @@ function $y(e) {
13803
13803
  var E;
13804
13804
  if ((E = i.imageProcessParam.processParam) !== null && E !== void 0 && E.backendProcessing) {
13805
13805
  const C = yield k1({
13806
- sdkVersion: "9.6.2912-nightly".trim()
13806
+ sdkVersion: "9.6.2914-nightly".trim()
13807
13807
  });
13808
13808
  yield i.createBackendTransaction(C, i.imageProcessParam);
13809
13809
  }
@@ -20533,12 +20533,12 @@ const f3 = zt.create("wasm"), Ht = zt.create("main");
20533
20533
  class Y0e {
20534
20534
  constructor() {
20535
20535
  Gt(this, "_worker", null), Gt(this, "_initializeListener", null), Gt(this, "_processingListener", null), Gt(this, "_queueService", new L0e()), Gt(this, "_initProcess", null), Gt(this, "version", {
20536
- component: "9.6.2912-nightly".trim()
20536
+ component: "9.6.2914-nightly".trim()
20537
20537
  }), Gt(this, "onFinalize", null), Gt(this, "isPrepared", !1), Gt(this, "isInitialized", !1), Gt(this, "isProcessing", !1), Gt(this, "initData", null), Gt(this, "recognizerProcessParam", {
20538
20538
  processParam: {}
20539
20539
  }), Gt(this, "imageProcessParam", {
20540
20540
  processParam: {}
20541
- }), Gt(this, "recognizeListener", null), Gt(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.6/barcodemrz/10f9c0f7-e9ef28421");
20541
+ }), Gt(this, "recognizeListener", null), Gt(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.6/barcodemrz/10f9c0f7-8beb02c2a");
20542
20542
  }
20543
20543
  get processingListener() {
20544
20544
  return this._processingListener;
@@ -20606,7 +20606,7 @@ class Y0e {
20606
20606
  var r;
20607
20607
  Ht("Preparing the service");
20608
20608
  {
20609
- const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.6/barcodemrz/10f9c0f7-e9ef28421", a = q0e(t && n ? fy(t, "PROD") : this.workerPath);
20609
+ const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.6/barcodemrz/10f9c0f7-8beb02c2a", a = q0e(t && n ? fy(t, "PROD") : this.workerPath);
20610
20610
  let o = yield (yield fetch("".concat(a, "/").concat(uv))).text();
20611
20611
  n || (o = uy(o, a));
20612
20612
  const s = new Blob([o], {
@@ -20650,7 +20650,7 @@ class Y0e {
20650
20650
  license: t == null ? void 0 : t.license
20651
20651
  },
20652
20652
  telemetry: yield k1({
20653
- sdkVersion: "9.6.2912-nightly".trim()
20653
+ sdkVersion: "9.6.2914-nightly".trim()
20654
20654
  }),
20655
20655
  processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
20656
20656
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.6.2912-nightly",
3
+ "version": "9.6.2914-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.6.931-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.6.933-nightly",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }