@regulaforensics/vp-frontend-document-components 9.4.2782-nightly → 9.4.2783-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 +1 -1
package/dist/main.js
CHANGED
|
@@ -12886,7 +12886,7 @@ function fy(e) {
|
|
|
12886
12886
|
const q = yield w1({
|
|
12887
12887
|
cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
|
|
12888
12888
|
cameraID: r.camera.deviceId,
|
|
12889
|
-
sdkVersion: "9.4.
|
|
12889
|
+
sdkVersion: "9.4.2783-nightly".trim(),
|
|
12890
12890
|
serviceUrl: ((ee = s.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || ""
|
|
12891
12891
|
});
|
|
12892
12892
|
jr("Metadata: ".concat(JSON.stringify(q)));
|
|
@@ -13500,7 +13500,7 @@ function by(e) {
|
|
|
13500
13500
|
var m;
|
|
13501
13501
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13502
13502
|
const C = yield w1({
|
|
13503
|
-
sdkVersion: "9.4.
|
|
13503
|
+
sdkVersion: "9.4.2783-nightly".trim()
|
|
13504
13504
|
});
|
|
13505
13505
|
yield i.createBackendTransaction(C, i.imageProcessParam);
|
|
13506
13506
|
}
|
|
@@ -20164,7 +20164,7 @@ const lu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
20164
20164
|
class jle {
|
|
20165
20165
|
constructor() {
|
|
20166
20166
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Ole()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
20167
|
-
component: "9.4.
|
|
20167
|
+
component: "9.4.2783-nightly".trim()
|
|
20168
20168
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
20169
20169
|
processParam: {}
|
|
20170
20170
|
}), $t(this, "imageProcessParam", {
|
|
@@ -20281,7 +20281,7 @@ class jle {
|
|
|
20281
20281
|
license: t == null ? void 0 : t.license
|
|
20282
20282
|
},
|
|
20283
20283
|
telemetry: yield w1({
|
|
20284
|
-
sdkVersion: "9.4.
|
|
20284
|
+
sdkVersion: "9.4.2783-nightly".trim()
|
|
20285
20285
|
}),
|
|
20286
20286
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20287
20287
|
}
|
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.2783-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",
|