@regulaforensics/vp-frontend-document-components 9.4.2795-nightly → 9.4.2796-rc

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
@@ -12611,11 +12611,11 @@ function ry(e, t) {
12611
12611
  var r, n;
12612
12612
  const a = {
12613
12613
  [Vi.BarcodeMRZ]: {
12614
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/66ff4e8e-ccd13dd8e",
12614
+ PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/298adaad-1d800e14c",
12615
12615
  DEV: "./wasm/barcode-mrz/"
12616
12616
  },
12617
12617
  [Vi.BoundsLite]: {
12618
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/boundslite/66ff4e8e-ccd13dd8e",
12618
+ PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/boundslite/298adaad-1d800e14c",
12619
12619
  DEV: "./wasm/bounds-lite/"
12620
12620
  }
12621
12621
  };
@@ -12895,7 +12895,7 @@ function dy(e) {
12895
12895
  const q = yield H1({
12896
12896
  cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
12897
12897
  cameraID: r.camera.deviceId,
12898
- sdkVersion: "9.4.2795-nightly".trim(),
12898
+ sdkVersion: "9.4.2796-rc".trim(),
12899
12899
  serviceUrl: ((ee = s.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || ""
12900
12900
  });
12901
12901
  jr("Metadata: ".concat(JSON.stringify(q)));
@@ -13509,7 +13509,7 @@ function Ny(e) {
13509
13509
  var m;
13510
13510
  if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
13511
13511
  const C = yield H1({
13512
- sdkVersion: "9.4.2795-nightly".trim()
13512
+ sdkVersion: "9.4.2796-rc".trim()
13513
13513
  });
13514
13514
  yield i.createBackendTransaction(C, i.imageProcessParam);
13515
13515
  }
@@ -20173,12 +20173,12 @@ const uu = jt.create("wasm"), Ht = jt.create("main");
20173
20173
  class qle {
20174
20174
  constructor() {
20175
20175
  $t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new yle()), $t(this, "_initProcess", null), $t(this, "version", {
20176
- component: "9.4.2795-nightly".trim()
20176
+ component: "9.4.2796-rc".trim()
20177
20177
  }), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
20178
20178
  processParam: {}
20179
20179
  }), $t(this, "imageProcessParam", {
20180
20180
  processParam: {}
20181
- }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/66ff4e8e-ccd13dd8e");
20181
+ }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/298adaad-1d800e14c");
20182
20182
  }
20183
20183
  get processingListener() {
20184
20184
  return this._processingListener;
@@ -20246,7 +20246,7 @@ class qle {
20246
20246
  var r;
20247
20247
  Ht("Preparing the service");
20248
20248
  {
20249
- const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/66ff4e8e-ccd13dd8e", a = Gle(t && n ? ry(t, "PROD") : this.workerPath);
20249
+ const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/298adaad-1d800e14c", a = Gle(t && n ? ry(t, "PROD") : this.workerPath);
20250
20250
  let o = yield (yield fetch("".concat(a, "/").concat(dR))).text();
20251
20251
  n || (o = ty(o, a));
20252
20252
  const s = new Blob([o], {
@@ -20290,7 +20290,7 @@ class qle {
20290
20290
  license: t == null ? void 0 : t.license
20291
20291
  },
20292
20292
  telemetry: yield H1({
20293
- sdkVersion: "9.4.2795-nightly".trim()
20293
+ sdkVersion: "9.4.2796-rc".trim()
20294
20294
  }),
20295
20295
  processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
20296
20296
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.4.2795-nightly",
3
+ "version": "9.4.2796-rc",
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.828-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.4.829-rc",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }