@regulaforensics/vp-frontend-document-components 8.5.2573-nightly → 8.5.2574-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.iife.js +2 -2
- package/dist/main.js +7 -7
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -12536,11 +12536,11 @@ function Q9(e, t) {
|
|
|
12536
12536
|
var r, n;
|
|
12537
12537
|
const a = {
|
|
12538
12538
|
[Hi.BarcodeMRZ]: {
|
|
12539
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12539
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/8.5/barcodemrz/13d7c8dc-bbe58e902",
|
|
12540
12540
|
DEV: "./wasm/barcode-mrz/"
|
|
12541
12541
|
},
|
|
12542
12542
|
[Hi.BoundsLite]: {
|
|
12543
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12543
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/8.5/boundslite/13d7c8dc-bbe58e902",
|
|
12544
12544
|
DEV: "./wasm/bounds-lite/"
|
|
12545
12545
|
}
|
|
12546
12546
|
};
|
|
@@ -12786,7 +12786,7 @@ function cy(e) {
|
|
|
12786
12786
|
}, [W, x]), Ve(() => {
|
|
12787
12787
|
var ee;
|
|
12788
12788
|
if (!c || !j || D || re || r.videoStatus !== st.PLAY || !r.sortedDevices) return;
|
|
12789
|
-
const Z = TC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "8.5.
|
|
12789
|
+
const Z = TC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "8.5.2574-rc".trim(), ((ee = c.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || "");
|
|
12790
12790
|
if (qr("Metadata: ".concat(JSON.stringify(Z))), h) {
|
|
12791
12791
|
g(!0), qr("New document started (manual multipage)");
|
|
12792
12792
|
return;
|
|
@@ -13397,7 +13397,7 @@ function Ty(e) {
|
|
|
13397
13397
|
var m;
|
|
13398
13398
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13399
13399
|
var I;
|
|
13400
|
-
const E = TC([], "", "8.5.
|
|
13400
|
+
const E = TC([], "", "8.5.2574-rc".trim(), ((I = i.recognizerProcessParam.processParam) === null || I === void 0 || (I = I.backendProcessing) === null || I === void 0 ? void 0 : I.serviceURL) || "");
|
|
13401
13401
|
yield i.createBackendTransaction(E, i.imageProcessParam);
|
|
13402
13402
|
}
|
|
13403
13403
|
const C = yield i.processImage(t, d);
|
|
@@ -19917,12 +19917,12 @@ const cu = jt.create("wasm"), wt = jt.create("main");
|
|
|
19917
19917
|
class zse {
|
|
19918
19918
|
constructor() {
|
|
19919
19919
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Fse()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
19920
|
-
component: "8.5.
|
|
19920
|
+
component: "8.5.2574-rc".trim()
|
|
19921
19921
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
19922
19922
|
processParam: {}
|
|
19923
19923
|
}), $t(this, "imageProcessParam", {
|
|
19924
19924
|
processParam: {}
|
|
19925
|
-
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/
|
|
19925
|
+
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/8.5/barcodemrz/13d7c8dc-bbe58e902");
|
|
19926
19926
|
}
|
|
19927
19927
|
get processingListener() {
|
|
19928
19928
|
return this._processingListener;
|
|
@@ -19990,7 +19990,7 @@ class zse {
|
|
|
19990
19990
|
var r;
|
|
19991
19991
|
wt("Preparing the service");
|
|
19992
19992
|
{
|
|
19993
|
-
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/
|
|
19993
|
+
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/8.5/barcodemrz/13d7c8dc-bbe58e902", a = Zse(t ? Q9(t, "PROD") : this.workerPath);
|
|
19994
19994
|
let o = yield (yield fetch("".concat(a, "/").concat(pR))).text();
|
|
19995
19995
|
!n && !t && (o = X9(o, a));
|
|
19996
19996
|
const c = new Blob([o], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.2574-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": "^8.5.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^8.5.633-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|