@regulaforensics/vp-frontend-document-components 8.4.2530-nightly → 8.4.2532-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
|
@@ -17171,7 +17171,7 @@ function jP(e) {
|
|
|
17171
17171
|
}, [K, j]), oe.useEffect(() => {
|
|
17172
17172
|
var ce;
|
|
17173
17173
|
if (!f || !X || T || y || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
|
|
17174
|
-
const ue = W8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.
|
|
17174
|
+
const ue = W8([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.4.2532-nightly".trim(), ((ce = f.recognizerProcessParam.processParam.backendProcessing) === null || ce === void 0 ? void 0 : ce.serviceURL) || "");
|
|
17175
17175
|
ea("Metadata: ".concat(JSON.stringify(ue))), (f.recognizerProcessParam.processParam.backendProcessing ? f.createBackendTransaction(ue) : f.startNewDocument(ue)).then(() => {
|
|
17176
17176
|
L(!0), ea("New document started");
|
|
17177
17177
|
}).catch((ge) => {
|
|
@@ -17685,7 +17685,7 @@ function cw(e) {
|
|
|
17685
17685
|
var g;
|
|
17686
17686
|
if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
|
|
17687
17687
|
var O;
|
|
17688
|
-
const D = W8([], "", "8.4.
|
|
17688
|
+
const D = W8([], "", "8.4.2532-nightly".trim(), ((O = l.recognizerProcessParam.processParam) === null || O === void 0 || (O = O.backendProcessing) === null || O === void 0 ? void 0 : O.serviceURL) || "");
|
|
17689
17689
|
yield l.createBackendTransaction(D, l.imageProcessParam);
|
|
17690
17690
|
}
|
|
17691
17691
|
const R = yield l.processImage(r, _);
|
|
@@ -23625,7 +23625,7 @@ const pp = jr.create("wasm"), Sr = jr.create("main");
|
|
|
23625
23625
|
class l1e {
|
|
23626
23626
|
constructor() {
|
|
23627
23627
|
wr(this, "_worker", null), wr(this, "_initializeListener", null), wr(this, "_processingListener", null), wr(this, "_queueService", new J3e()), wr(this, "_initProcess", null), wr(this, "version", {
|
|
23628
|
-
component: "8.4.
|
|
23628
|
+
component: "8.4.2532-nightly".trim()
|
|
23629
23629
|
}), wr(this, "onFinalize", null), wr(this, "isPrepared", !1), wr(this, "isInitialized", !1), wr(this, "isProcessing", !1), wr(this, "initData", null), wr(this, "recognizerProcessParam", {
|
|
23630
23630
|
processParam: {}
|
|
23631
23631
|
}), wr(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.2532-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.601-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|