@regulaforensics/vp-frontend-document-components 9.4.2797-nightly → 9.4.2798-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
@@ -12710,11 +12710,11 @@ function uy(e, t) {
12710
12710
  var r, n;
12711
12711
  const a = {
12712
12712
  [Vi.BarcodeMRZ]: {
12713
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/e46d7cab-0d24348f0",
12713
+ PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/1cee22c0-",
12714
12714
  DEV: "./wasm/barcode-mrz/"
12715
12715
  },
12716
12716
  [Vi.BoundsLite]: {
12717
- PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.4/boundslite/e46d7cab-0d24348f0",
12717
+ PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/boundslite/1cee22c0-",
12718
12718
  DEV: "./wasm/bounds-lite/"
12719
12719
  }
12720
12720
  };
@@ -12994,7 +12994,7 @@ function Sy(e) {
12994
12994
  const q = yield V1({
12995
12995
  cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
12996
12996
  cameraID: r.camera.deviceId,
12997
- sdkVersion: "9.4.2797-nightly".trim(),
12997
+ sdkVersion: "9.4.2798-rc".trim(),
12998
12998
  serviceUrl: ((ee = s.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || ""
12999
12999
  });
13000
13000
  jr("Metadata: ".concat(JSON.stringify(q)));
@@ -13608,7 +13608,7 @@ function Fy(e) {
13608
13608
  var m;
13609
13609
  if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
13610
13610
  const C = yield V1({
13611
- sdkVersion: "9.4.2797-nightly".trim()
13611
+ sdkVersion: "9.4.2798-rc".trim()
13612
13612
  });
13613
13613
  yield i.createBackendTransaction(C, i.imageProcessParam);
13614
13614
  }
@@ -20272,12 +20272,12 @@ const fu = jt.create("wasm"), Ht = jt.create("main");
20272
20272
  class e0e {
20273
20273
  constructor() {
20274
20274
  $t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Vle()), $t(this, "_initProcess", null), $t(this, "version", {
20275
- component: "9.4.2797-nightly".trim()
20275
+ component: "9.4.2798-rc".trim()
20276
20276
  }), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
20277
20277
  processParam: {}
20278
20278
  }), $t(this, "imageProcessParam", {
20279
20279
  processParam: {}
20280
- }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/e46d7cab-0d24348f0");
20280
+ }), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/1cee22c0-");
20281
20281
  }
20282
20282
  get processingListener() {
20283
20283
  return this._processingListener;
@@ -20345,7 +20345,7 @@ class e0e {
20345
20345
  var r;
20346
20346
  Ht("Preparing the service");
20347
20347
  {
20348
- const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.4/barcodemrz/e46d7cab-0d24348f0", a = Xle(t && n ? uy(t, "PROD") : this.workerPath);
20348
+ const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/1cee22c0-", a = Xle(t && n ? uy(t, "PROD") : this.workerPath);
20349
20349
  let o = yield (yield fetch("".concat(a, "/").concat(hR))).text();
20350
20350
  n || (o = ly(o, a));
20351
20351
  const s = new Blob([o], {
@@ -20389,7 +20389,7 @@ class e0e {
20389
20389
  license: t == null ? void 0 : t.license
20390
20390
  },
20391
20391
  telemetry: yield V1({
20392
- sdkVersion: "9.4.2797-nightly".trim()
20392
+ sdkVersion: "9.4.2798-rc".trim()
20393
20393
  }),
20394
20394
  processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
20395
20395
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "9.4.2797-nightly",
3
+ "version": "9.4.2798-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.830-nightly",
25
+ "@regulaforensics/document-reader-webclient": "^9.4.831-rc",
26
26
  "qrcode.react": "^4.2.0"
27
27
  }
28
28
  }