@regulaforensics/vp-frontend-document-components 9.4.2846-nightly → 9.4.2847-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
|
@@ -12702,11 +12702,11 @@ function oy(e, t) {
|
|
|
12702
12702
|
var r, n;
|
|
12703
12703
|
const a = {
|
|
12704
12704
|
[Hi.BarcodeMRZ]: {
|
|
12705
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12705
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/fc0572ef-",
|
|
12706
12706
|
DEV: "./wasm/barcode-mrz/"
|
|
12707
12707
|
},
|
|
12708
12708
|
[Hi.BoundsLite]: {
|
|
12709
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12709
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.4/boundslite/fc0572ef-",
|
|
12710
12710
|
DEV: "./wasm/bounds-lite/"
|
|
12711
12711
|
}
|
|
12712
12712
|
};
|
|
@@ -12986,7 +12986,7 @@ function my(e) {
|
|
|
12986
12986
|
const j = yield w1({
|
|
12987
12987
|
cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
|
|
12988
12988
|
cameraID: r.camera.deviceId,
|
|
12989
|
-
sdkVersion: "9.4.
|
|
12989
|
+
sdkVersion: "9.4.2847-rc".trim(),
|
|
12990
12990
|
serviceUrl: ((ee = s.recognizerProcessParam.processParam.backendProcessing) === null || ee === void 0 ? void 0 : ee.serviceURL) || ""
|
|
12991
12991
|
});
|
|
12992
12992
|
jr("Metadata: ".concat(JSON.stringify(j)));
|
|
@@ -13608,7 +13608,7 @@ function ky(e) {
|
|
|
13608
13608
|
var m;
|
|
13609
13609
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13610
13610
|
const C = yield w1({
|
|
13611
|
-
sdkVersion: "9.4.
|
|
13611
|
+
sdkVersion: "9.4.2847-rc".trim()
|
|
13612
13612
|
});
|
|
13613
13613
|
yield i.createBackendTransaction(C, i.imageProcessParam);
|
|
13614
13614
|
}
|
|
@@ -20266,12 +20266,12 @@ const lu = qt.create("wasm"), Ht = qt.create("main");
|
|
|
20266
20266
|
class Xle {
|
|
20267
20267
|
constructor() {
|
|
20268
20268
|
Gt(this, "_worker", null), Gt(this, "_initializeListener", null), Gt(this, "_processingListener", null), Gt(this, "_queueService", new Ple()), Gt(this, "_initProcess", null), Gt(this, "version", {
|
|
20269
|
-
component: "9.4.
|
|
20269
|
+
component: "9.4.2847-rc".trim()
|
|
20270
20270
|
}), Gt(this, "onFinalize", null), Gt(this, "isPrepared", !1), Gt(this, "isInitialized", !1), Gt(this, "isProcessing", !1), Gt(this, "initData", null), Gt(this, "recognizerProcessParam", {
|
|
20271
20271
|
processParam: {}
|
|
20272
20272
|
}), Gt(this, "imageProcessParam", {
|
|
20273
20273
|
processParam: {}
|
|
20274
|
-
}), Gt(this, "recognizeListener", null), Gt(this, "workerPath", "https://wasm-development.regulaforensics.com/document/
|
|
20274
|
+
}), Gt(this, "recognizeListener", null), Gt(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/fc0572ef-");
|
|
20275
20275
|
}
|
|
20276
20276
|
get processingListener() {
|
|
20277
20277
|
return this._processingListener;
|
|
@@ -20339,7 +20339,7 @@ class Xle {
|
|
|
20339
20339
|
var r;
|
|
20340
20340
|
Ht("Preparing the service");
|
|
20341
20341
|
{
|
|
20342
|
-
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/
|
|
20342
|
+
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/9.4/barcodemrz/fc0572ef-", a = Wle(t && n ? oy(t, "PROD") : this.workerPath);
|
|
20343
20343
|
let o = yield (yield fetch("".concat(a, "/").concat(dv))).text();
|
|
20344
20344
|
n || (o = iy(o, a));
|
|
20345
20345
|
const s = new Blob([o], {
|
|
@@ -20383,7 +20383,7 @@ class Xle {
|
|
|
20383
20383
|
license: t == null ? void 0 : t.license
|
|
20384
20384
|
},
|
|
20385
20385
|
telemetry: yield w1({
|
|
20386
|
-
sdkVersion: "9.4.
|
|
20386
|
+
sdkVersion: "9.4.2847-rc".trim()
|
|
20387
20387
|
}),
|
|
20388
20388
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20389
20389
|
}
|
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.2847-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.870-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|