@regulaforensics/vp-frontend-document-components 9.4.2822-nightly → 9.4.2823-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
|
@@ -12710,11 +12710,11 @@ function uy(e, t) {
|
|
|
12710
12710
|
var r, n;
|
|
12711
12711
|
const a = {
|
|
12712
12712
|
[Vi.BarcodeMRZ]: {
|
|
12713
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12713
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/0b20541b-",
|
|
12714
12714
|
DEV: "./wasm/barcode-mrz/"
|
|
12715
12715
|
},
|
|
12716
12716
|
[Vi.BoundsLite]: {
|
|
12717
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12717
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/boundslite/0b20541b-",
|
|
12718
12718
|
DEV: "./wasm/bounds-lite/"
|
|
12719
12719
|
}
|
|
12720
12720
|
};
|
|
@@ -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.2823-rc".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.2823-rc".trim()
|
|
13612
13612
|
});
|
|
13613
13613
|
yield i.createBackendTransaction(C, i.imageProcessParam);
|
|
13614
13614
|
}
|
|
@@ -20274,12 +20274,12 @@ const fu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
20274
20274
|
class e0e {
|
|
20275
20275
|
constructor() {
|
|
20276
20276
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Vle()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
20277
|
-
component: "9.4.
|
|
20277
|
+
component: "9.4.2823-rc".trim()
|
|
20278
20278
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
20279
20279
|
processParam: {}
|
|
20280
20280
|
}), $t(this, "imageProcessParam", {
|
|
20281
20281
|
processParam: {}
|
|
20282
|
-
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/
|
|
20282
|
+
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/0b20541b-");
|
|
20283
20283
|
}
|
|
20284
20284
|
get processingListener() {
|
|
20285
20285
|
return this._processingListener;
|
|
@@ -20347,7 +20347,7 @@ class e0e {
|
|
|
20347
20347
|
var r;
|
|
20348
20348
|
Ht("Preparing the service");
|
|
20349
20349
|
{
|
|
20350
|
-
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/
|
|
20350
|
+
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/0b20541b-", a = Xle(t && n ? uy(t, "PROD") : this.workerPath);
|
|
20351
20351
|
let o = yield (yield fetch("".concat(a, "/").concat(hR))).text();
|
|
20352
20352
|
n || (o = ly(o, a));
|
|
20353
20353
|
const s = new Blob([o], {
|
|
@@ -20391,7 +20391,7 @@ class e0e {
|
|
|
20391
20391
|
license: t == null ? void 0 : t.license
|
|
20392
20392
|
},
|
|
20393
20393
|
telemetry: yield V1({
|
|
20394
|
-
sdkVersion: "9.4.
|
|
20394
|
+
sdkVersion: "9.4.2823-rc".trim()
|
|
20395
20395
|
}),
|
|
20396
20396
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20397
20397
|
}
|
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.2823-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.4.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^9.4.847-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|