@regulaforensics/vp-frontend-document-components 8.3.2387-nightly → 8.3.2388-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
|
@@ -17011,7 +17011,7 @@ function kb(e) {
|
|
|
17011
17011
|
}, [Q, X]), ae.useEffect(() => {
|
|
17012
17012
|
var le;
|
|
17013
17013
|
if (!u || !ee || R || b || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
|
|
17014
|
-
const pe = Gg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.
|
|
17014
|
+
const pe = Gg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2388-nightly".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
|
|
17015
17015
|
Qi("Metadata: ".concat(JSON.stringify(pe))), (u.recognizerProcessParam.processParam.backendProcessing ? u.createBackendTransaction(pe) : u.startNewDocument(pe)).then(() => {
|
|
17016
17016
|
g(!0), Qi("New document started");
|
|
17017
17017
|
}).catch((ge) => {
|
|
@@ -17526,7 +17526,7 @@ function tw(e) {
|
|
|
17526
17526
|
var D;
|
|
17527
17527
|
if ((D = l.imageProcessParam.processParam) !== null && D !== void 0 && D.backendProcessing) {
|
|
17528
17528
|
var T;
|
|
17529
|
-
const g = Gg([], "", "8.3.
|
|
17529
|
+
const g = Gg([], "", "8.3.2388-nightly".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
|
|
17530
17530
|
yield l.createBackendTransaction(g, l.imageProcessParam);
|
|
17531
17531
|
}
|
|
17532
17532
|
const R = yield l.processImage(r, m);
|
|
@@ -23346,7 +23346,7 @@ const UD = Gr.create("wasm"), Ir = Gr.create("main");
|
|
|
23346
23346
|
class n0e {
|
|
23347
23347
|
constructor() {
|
|
23348
23348
|
Pr(this, "_worker", null), Pr(this, "_initializeListener", null), Pr(this, "_processingListener", null), Pr(this, "_queueService", new Wue()), Pr(this, "_initProcess", null), Pr(this, "version", {
|
|
23349
|
-
component: "8.3.
|
|
23349
|
+
component: "8.3.2388-nightly".trim()
|
|
23350
23350
|
}), Pr(this, "onFinalize", null), Pr(this, "isPrepared", !1), Pr(this, "isInitialized", !1), Pr(this, "isProcessing", !1), Pr(this, "initData", null), Pr(this, "recognizerProcessParam", {
|
|
23351
23351
|
processParam: {}
|
|
23352
23352
|
}), 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.2388-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.486-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|