@regulaforensics/vp-frontend-document-components 8.3.2425-nightly → 8.3.2427-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 +3 -3
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -17061,7 +17061,7 @@ function GP(e) {
|
|
|
17061
17061
|
}, [Q, X]), oe.useEffect(() => {
|
|
17062
17062
|
var se;
|
|
17063
17063
|
if (!f || !J || D || b || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
|
|
17064
|
-
const fe = z8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.
|
|
17064
|
+
const fe = z8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2427-nightly".trim(), ((se = f.recognizerProcessParam.processParam.backendProcessing) === null || se === void 0 ? void 0 : se.serviceURL) || "");
|
|
17065
17065
|
Ji("Metadata: ".concat(JSON.stringify(fe))), (f.recognizerProcessParam.processParam.backendProcessing ? f.createBackendTransaction(fe) : f.startNewDocument(fe)).then(() => {
|
|
17066
17066
|
R(!0), Ji("New document started");
|
|
17067
17067
|
}).catch((ge) => {
|
|
@@ -17576,7 +17576,7 @@ function sw(e) {
|
|
|
17576
17576
|
var g;
|
|
17577
17577
|
if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
|
|
17578
17578
|
var O;
|
|
17579
|
-
const R = z8([], "", "8.3.
|
|
17579
|
+
const R = z8([], "", "8.3.2427-nightly".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
|
|
17580
17580
|
yield l.createBackendTransaction(R, l.imageProcessParam);
|
|
17581
17581
|
}
|
|
17582
17582
|
const D = yield l.processImage(r, m);
|
|
@@ -23434,7 +23434,7 @@ const $g = Zr.create("wasm"), Ir = Zr.create("main");
|
|
|
23434
23434
|
class Z0e {
|
|
23435
23435
|
constructor() {
|
|
23436
23436
|
Pr(this, "_worker", null), Pr(this, "_initializeListener", null), Pr(this, "_processingListener", null), Pr(this, "_queueService", new H0e()), Pr(this, "_initProcess", null), Pr(this, "version", {
|
|
23437
|
-
component: "8.3.
|
|
23437
|
+
component: "8.3.2427-nightly".trim()
|
|
23438
23438
|
}), Pr(this, "onFinalize", null), Pr(this, "isPrepared", !1), Pr(this, "isInitialized", !1), Pr(this, "isProcessing", !1), Pr(this, "initData", null), Pr(this, "recognizerProcessParam", {
|
|
23439
23439
|
processParam: {}
|
|
23440
23440
|
}), Pr(this, "imageProcessParam", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.2427-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.3.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^8.3.522-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|