@regulaforensics/vp-frontend-document-components 9.3.2734-nightly → 9.3.2735-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 +8 -8
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -12600,11 +12600,11 @@ function ty(e, t) {
|
|
|
12600
12600
|
var r, n;
|
|
12601
12601
|
const a = {
|
|
12602
12602
|
[Hi.BarcodeMRZ]: {
|
|
12603
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12603
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.3/barcodemrz/f55e922f-e9cbec416",
|
|
12604
12604
|
DEV: "./wasm/barcode-mrz/"
|
|
12605
12605
|
},
|
|
12606
12606
|
[Hi.BoundsLite]: {
|
|
12607
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12607
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.3/boundslite/f55e922f-e9cbec416",
|
|
12608
12608
|
DEV: "./wasm/bounds-lite/"
|
|
12609
12609
|
}
|
|
12610
12610
|
};
|
|
@@ -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.2735-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.2735-rc".trim()
|
|
13473
13473
|
});
|
|
13474
13474
|
yield i.createBackendTransaction(I, i.imageProcessParam);
|
|
13475
13475
|
}
|
|
@@ -20037,12 +20037,12 @@ 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.2735-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", {
|
|
20044
20044
|
processParam: {}
|
|
20045
|
-
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/
|
|
20045
|
+
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/9.3/barcodemrz/f55e922f-e9cbec416");
|
|
20046
20046
|
}
|
|
20047
20047
|
get processingListener() {
|
|
20048
20048
|
return this._processingListener;
|
|
@@ -20110,7 +20110,7 @@ class ice {
|
|
|
20110
20110
|
var r;
|
|
20111
20111
|
Ht("Preparing the service");
|
|
20112
20112
|
{
|
|
20113
|
-
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/
|
|
20113
|
+
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/9.3/barcodemrz/f55e922f-e9cbec416", a = rce(t && n ? ty(t, "PROD") : this.workerPath);
|
|
20114
20114
|
let o = yield (yield fetch("".concat(a, "/").concat(fR))).text();
|
|
20115
20115
|
n || (o = ey(o, a));
|
|
20116
20116
|
const s = new Blob([o], {
|
|
@@ -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.2735-rc".trim()
|
|
20158
20158
|
}),
|
|
20159
20159
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20160
20160
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.2735-rc",
|
|
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.3.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^9.3.783-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|