@regulaforensics/vp-frontend-document-components 9.5.2840-nightly → 9.5.2842-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
|
@@ -12985,7 +12985,7 @@ function my(e) {
|
|
|
12985
12985
|
const q = yield H1({
|
|
12986
12986
|
cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
|
|
12987
12987
|
cameraID: r.camera.deviceId,
|
|
12988
|
-
sdkVersion: "9.5.
|
|
12988
|
+
sdkVersion: "9.5.2842-nightly".trim(),
|
|
12989
12989
|
serviceUrl: ((ee = s.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || ""
|
|
12990
12990
|
});
|
|
12991
12991
|
jr("Metadata: ".concat(JSON.stringify(q)));
|
|
@@ -13599,7 +13599,7 @@ function wy(e) {
|
|
|
13599
13599
|
var m;
|
|
13600
13600
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13601
13601
|
const C = yield H1({
|
|
13602
|
-
sdkVersion: "9.5.
|
|
13602
|
+
sdkVersion: "9.5.2842-nightly".trim()
|
|
13603
13603
|
});
|
|
13604
13604
|
yield i.createBackendTransaction(C, i.imageProcessParam);
|
|
13605
13605
|
}
|
|
@@ -20265,7 +20265,7 @@ const uu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
20265
20265
|
class Kle {
|
|
20266
20266
|
constructor() {
|
|
20267
20267
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Mle()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
20268
|
-
component: "9.5.
|
|
20268
|
+
component: "9.5.2842-nightly".trim()
|
|
20269
20269
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
20270
20270
|
processParam: {}
|
|
20271
20271
|
}), $t(this, "imageProcessParam", {
|
|
@@ -20382,7 +20382,7 @@ class Kle {
|
|
|
20382
20382
|
license: t == null ? void 0 : t.license
|
|
20383
20383
|
},
|
|
20384
20384
|
telemetry: yield H1({
|
|
20385
|
-
sdkVersion: "9.5.
|
|
20385
|
+
sdkVersion: "9.5.2842-nightly".trim()
|
|
20386
20386
|
}),
|
|
20387
20387
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20388
20388
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.2842-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.5.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^9.5.865-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|