@regulaforensics/vp-frontend-document-components 8.4.2545-nightly → 8.5.2546-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.iife.js +2 -2
- package/dist/main.js +7 -7
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -16884,11 +16884,11 @@ function PP(e, r) {
|
|
|
16884
16884
|
var t, a;
|
|
16885
16885
|
const o = {
|
|
16886
16886
|
[H2.BarcodeMRZ]: {
|
|
16887
|
-
PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.
|
|
16887
|
+
PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.5/barcodemrz/3b8cf520-600daf825",
|
|
16888
16888
|
DEV: "./wasm/barcode-mrz/"
|
|
16889
16889
|
},
|
|
16890
16890
|
[H2.BoundsLite]: {
|
|
16891
|
-
PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.
|
|
16891
|
+
PROD: "https://wasm-development.regulaforensics.com/document/nightly/8.5/boundslite/3b8cf520-600daf825",
|
|
16892
16892
|
DEV: "./wasm/bounds-lite/"
|
|
16893
16893
|
}
|
|
16894
16894
|
};
|
|
@@ -17133,7 +17133,7 @@ function GP(e) {
|
|
|
17133
17133
|
}, [K, Y]), oe.useEffect(() => {
|
|
17134
17134
|
var ue;
|
|
17135
17135
|
if (!f || !Q || T || M || t.videoStatus !== xt.PLAY || !t.sortedDevices) return;
|
|
17136
|
-
const fe = qD([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.
|
|
17136
|
+
const fe = qD([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.5.2546-nightly".trim(), ((ue = f.recognizerProcessParam.processParam.backendProcessing) === null || ue === void 0 ? void 0 : ue.serviceURL) || "");
|
|
17137
17137
|
ea("Metadata: ".concat(JSON.stringify(fe))), (f.recognizerProcessParam.processParam.backendProcessing ? f.createBackendTransaction(fe) : f.startNewDocument(fe)).then(() => {
|
|
17138
17138
|
y(!0), ea("New document started");
|
|
17139
17139
|
}).catch((pe) => {
|
|
@@ -17647,7 +17647,7 @@ function sw(e) {
|
|
|
17647
17647
|
var g;
|
|
17648
17648
|
if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
|
|
17649
17649
|
var O;
|
|
17650
|
-
const D = qD([], "", "8.
|
|
17650
|
+
const D = qD([], "", "8.5.2546-nightly".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
|
|
17651
17651
|
yield l.createBackendTransaction(D, l.imageProcessParam);
|
|
17652
17652
|
}
|
|
17653
17653
|
const R = yield l.processImage(r, _);
|
|
@@ -23577,12 +23577,12 @@ const dp = jr.create("wasm"), Sr = jr.create("main");
|
|
|
23577
23577
|
class ofe {
|
|
23578
23578
|
constructor() {
|
|
23579
23579
|
wr(this, "_worker", null), wr(this, "_initializeListener", null), wr(this, "_processingListener", null), wr(this, "_queueService", new X3e()), wr(this, "_initProcess", null), wr(this, "version", {
|
|
23580
|
-
component: "8.
|
|
23580
|
+
component: "8.5.2546-nightly".trim()
|
|
23581
23581
|
}), wr(this, "onFinalize", null), wr(this, "isPrepared", !1), wr(this, "isInitialized", !1), wr(this, "isProcessing", !1), wr(this, "initData", null), wr(this, "recognizerProcessParam", {
|
|
23582
23582
|
processParam: {}
|
|
23583
23583
|
}), wr(this, "imageProcessParam", {
|
|
23584
23584
|
processParam: {}
|
|
23585
|
-
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.
|
|
23585
|
+
}), wr(this, "recognizeListener", null), wr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.5/barcodemrz/3b8cf520-600daf825");
|
|
23586
23586
|
}
|
|
23587
23587
|
get processingListener() {
|
|
23588
23588
|
return this._processingListener;
|
|
@@ -23650,7 +23650,7 @@ class ofe {
|
|
|
23650
23650
|
var t;
|
|
23651
23651
|
Sr("Preparing the service");
|
|
23652
23652
|
{
|
|
23653
|
-
const a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.
|
|
23653
|
+
const a = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.5/barcodemrz/3b8cf520-600daf825", o = nfe(r ? PP(r, "PROD") : this.workerPath);
|
|
23654
23654
|
let c = yield (yield fetch("".concat(o, "/").concat(cy))).text();
|
|
23655
23655
|
!a && !r && (c = bP(c, o));
|
|
23656
23656
|
const f = new Blob([c], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.2546-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": "^8.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^8.5.613-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|