@regulaforensics/vp-frontend-document-components 9.4.2821-nightly → 9.4.2822-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 +4 -4
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -12994,7 +12994,7 @@ function Sy(e) {
|
|
|
12994
12994
|
const q = yield V1({
|
|
12995
12995
|
cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
|
|
12996
12996
|
cameraID: r.camera.deviceId,
|
|
12997
|
-
sdkVersion: "9.4.
|
|
12997
|
+
sdkVersion: "9.4.2822-nightly".trim(),
|
|
12998
12998
|
serviceUrl: ((ee = s.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || ""
|
|
12999
12999
|
});
|
|
13000
13000
|
jr("Metadata: ".concat(JSON.stringify(q)));
|
|
@@ -13608,7 +13608,7 @@ function Fy(e) {
|
|
|
13608
13608
|
var m;
|
|
13609
13609
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13610
13610
|
const C = yield V1({
|
|
13611
|
-
sdkVersion: "9.4.
|
|
13611
|
+
sdkVersion: "9.4.2822-nightly".trim()
|
|
13612
13612
|
});
|
|
13613
13613
|
yield i.createBackendTransaction(C, i.imageProcessParam);
|
|
13614
13614
|
}
|
|
@@ -20274,7 +20274,7 @@ const fu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
20274
20274
|
class e0e {
|
|
20275
20275
|
constructor() {
|
|
20276
20276
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Vle()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
20277
|
-
component: "9.4.
|
|
20277
|
+
component: "9.4.2822-nightly".trim()
|
|
20278
20278
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
20279
20279
|
processParam: {}
|
|
20280
20280
|
}), $t(this, "imageProcessParam", {
|
|
@@ -20391,7 +20391,7 @@ class e0e {
|
|
|
20391
20391
|
license: t == null ? void 0 : t.license
|
|
20392
20392
|
},
|
|
20393
20393
|
telemetry: yield V1({
|
|
20394
|
-
sdkVersion: "9.4.
|
|
20394
|
+
sdkVersion: "9.4.2822-nightly".trim()
|
|
20395
20395
|
}),
|
|
20396
20396
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20397
20397
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.2822-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": "^9.4.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^9.4.846-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|