@regulaforensics/vp-frontend-document-components 9.3.2727-rc → 9.3.2729-rc
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
|
@@ -12857,7 +12857,7 @@ function fy(e) {
|
|
|
12857
12857
|
const q = yield P1({
|
|
12858
12858
|
cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
|
|
12859
12859
|
cameraID: r.camera.deviceId,
|
|
12860
|
-
sdkVersion: "9.3.
|
|
12860
|
+
sdkVersion: "9.3.2729-rc".trim(),
|
|
12861
12861
|
serviceUrl: ((J = s.recognizerProcessParam.processParam.backendProcessing) === null || J === void 0 ? void 0 : J.serviceURL) || ""
|
|
12862
12862
|
});
|
|
12863
12863
|
jr("Metadata: ".concat(JSON.stringify(q)));
|
|
@@ -13469,7 +13469,7 @@ function by(e) {
|
|
|
13469
13469
|
var m;
|
|
13470
13470
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13471
13471
|
const I = yield P1({
|
|
13472
|
-
sdkVersion: "9.3.
|
|
13472
|
+
sdkVersion: "9.3.2729-rc".trim()
|
|
13473
13473
|
});
|
|
13474
13474
|
yield i.createBackendTransaction(I, i.imageProcessParam);
|
|
13475
13475
|
}
|
|
@@ -20037,7 +20037,7 @@ const cu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
20037
20037
|
class ice {
|
|
20038
20038
|
constructor() {
|
|
20039
20039
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new xse()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
20040
|
-
component: "9.3.
|
|
20040
|
+
component: "9.3.2729-rc".trim()
|
|
20041
20041
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
20042
20042
|
processParam: {}
|
|
20043
20043
|
}), $t(this, "imageProcessParam", {
|
|
@@ -20154,7 +20154,7 @@ class ice {
|
|
|
20154
20154
|
license: t == null ? void 0 : t.license
|
|
20155
20155
|
},
|
|
20156
20156
|
telemetry: yield P1({
|
|
20157
|
-
sdkVersion: "9.3.
|
|
20157
|
+
sdkVersion: "9.3.2729-rc".trim()
|
|
20158
20158
|
}),
|
|
20159
20159
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20160
20160
|
}
|
package/package.json
CHANGED