@regulaforensics/vp-frontend-document-components 8.4.2489-nightly → 8.4.2491-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
|
@@ -17119,7 +17119,7 @@ function Gb(e) {
|
|
|
17119
17119
|
}, [G, se]), ae.useEffect(() => {
|
|
17120
17120
|
var ie;
|
|
17121
17121
|
if (!f || !N || T || ce || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
|
|
17122
|
-
const ge = W8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.
|
|
17122
|
+
const ge = W8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.2491-nightly".trim(), ((ie = f.recognizerProcessParam.processParam.backendProcessing) === null || ie === void 0 ? void 0 : ie.serviceURL) || "");
|
|
17123
17123
|
ea("Metadata: ".concat(JSON.stringify(ge))), (f.recognizerProcessParam.processParam.backendProcessing ? f.createBackendTransaction(ge) : f.startNewDocument(ge)).then(() => {
|
|
17124
17124
|
y(!0), ea("New document started");
|
|
17125
17125
|
}).catch((pe) => {
|
|
@@ -17637,7 +17637,7 @@ function sP(e) {
|
|
|
17637
17637
|
var g;
|
|
17638
17638
|
if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
|
|
17639
17639
|
var O;
|
|
17640
|
-
const D = W8([], "", "8.4.
|
|
17640
|
+
const D = W8([], "", "8.4.2491-nightly".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
|
|
17641
17641
|
yield l.createBackendTransaction(D, l.imageProcessParam);
|
|
17642
17642
|
}
|
|
17643
17643
|
const R = yield l.processImage(r, _);
|
|
@@ -23577,7 +23577,7 @@ const fp = jr.create("wasm"), Ir = jr.create("main");
|
|
|
23577
23577
|
class o1e {
|
|
23578
23578
|
constructor() {
|
|
23579
23579
|
Pr(this, "_worker", null), Pr(this, "_initializeListener", null), Pr(this, "_processingListener", null), Pr(this, "_queueService", new X3e()), Pr(this, "_initProcess", null), Pr(this, "version", {
|
|
23580
|
-
component: "8.4.
|
|
23580
|
+
component: "8.4.2491-nightly".trim()
|
|
23581
23581
|
}), Pr(this, "onFinalize", null), Pr(this, "isPrepared", !1), Pr(this, "isInitialized", !1), Pr(this, "isProcessing", !1), Pr(this, "initData", null), Pr(this, "recognizerProcessParam", {
|
|
23582
23582
|
processParam: {}
|
|
23583
23583
|
}), Pr(this, "imageProcessParam", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.2491-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.4.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^8.4.567-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|