@regulaforensics/vp-frontend-document-components 9.4.2803-nightly → 9.4.2804-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
|
@@ -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.2804-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.2804-nightly".trim()
|
|
13612
13612
|
});
|
|
13613
13613
|
yield i.createBackendTransaction(C, i.imageProcessParam);
|
|
13614
13614
|
}
|
|
@@ -20272,7 +20272,7 @@ const fu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
20272
20272
|
class e0e {
|
|
20273
20273
|
constructor() {
|
|
20274
20274
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Vle()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
20275
|
-
component: "9.4.
|
|
20275
|
+
component: "9.4.2804-nightly".trim()
|
|
20276
20276
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
20277
20277
|
processParam: {}
|
|
20278
20278
|
}), $t(this, "imageProcessParam", {
|
|
@@ -20389,7 +20389,7 @@ class e0e {
|
|
|
20389
20389
|
license: t == null ? void 0 : t.license
|
|
20390
20390
|
},
|
|
20391
20391
|
telemetry: yield V1({
|
|
20392
|
-
sdkVersion: "9.4.
|
|
20392
|
+
sdkVersion: "9.4.2804-nightly".trim()
|
|
20393
20393
|
}),
|
|
20394
20394
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20395
20395
|
}
|
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.2804-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",
|