@regulaforensics/vp-frontend-document-components 9.5.2878-nightly → 9.5.2880-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
|
@@ -12897,11 +12897,11 @@ function fy(e, t) {
|
|
|
12897
12897
|
var r, n;
|
|
12898
12898
|
const a = {
|
|
12899
12899
|
[Vi.BarcodeMRZ]: {
|
|
12900
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12900
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.5/barcodemrz/de7af75a-0560b6ab5",
|
|
12901
12901
|
DEV: "./wasm/barcode-mrz/"
|
|
12902
12902
|
},
|
|
12903
12903
|
[Vi.BoundsLite]: {
|
|
12904
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12904
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.5/boundslite/de7af75a-0560b6ab5",
|
|
12905
12905
|
DEV: "./wasm/bounds-lite/"
|
|
12906
12906
|
}
|
|
12907
12907
|
};
|
|
@@ -13181,7 +13181,7 @@ function Dy(e) {
|
|
|
13181
13181
|
const Z = yield k1({
|
|
13182
13182
|
cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
|
|
13183
13183
|
cameraID: r.camera.deviceId,
|
|
13184
|
-
sdkVersion: "9.5.
|
|
13184
|
+
sdkVersion: "9.5.2880-rc".trim(),
|
|
13185
13185
|
serviceUrl: ((Y = s.recognizerProcessParam.processParam.backendProcessing) === null || Y === void 0 ? void 0 : Y.serviceURL) || ""
|
|
13186
13186
|
});
|
|
13187
13187
|
jr("Metadata: ".concat(JSON.stringify(Z)));
|
|
@@ -13803,7 +13803,7 @@ function $y(e) {
|
|
|
13803
13803
|
var E;
|
|
13804
13804
|
if ((E = i.imageProcessParam.processParam) !== null && E !== void 0 && E.backendProcessing) {
|
|
13805
13805
|
const C = yield k1({
|
|
13806
|
-
sdkVersion: "9.5.
|
|
13806
|
+
sdkVersion: "9.5.2880-rc".trim()
|
|
13807
13807
|
});
|
|
13808
13808
|
yield i.createBackendTransaction(C, i.imageProcessParam);
|
|
13809
13809
|
}
|
|
@@ -20461,12 +20461,12 @@ const fu = zt.create("wasm"), Ht = zt.create("main");
|
|
|
20461
20461
|
class r0e {
|
|
20462
20462
|
constructor() {
|
|
20463
20463
|
Gt(this, "_worker", null), Gt(this, "_initializeListener", null), Gt(this, "_processingListener", null), Gt(this, "_queueService", new Fle()), Gt(this, "_initProcess", null), Gt(this, "version", {
|
|
20464
|
-
component: "9.5.
|
|
20464
|
+
component: "9.5.2880-rc".trim()
|
|
20465
20465
|
}), Gt(this, "onFinalize", null), Gt(this, "isPrepared", !1), Gt(this, "isInitialized", !1), Gt(this, "isProcessing", !1), Gt(this, "initData", null), Gt(this, "recognizerProcessParam", {
|
|
20466
20466
|
processParam: {}
|
|
20467
20467
|
}), Gt(this, "imageProcessParam", {
|
|
20468
20468
|
processParam: {}
|
|
20469
|
-
}), Gt(this, "recognizeListener", null), Gt(this, "workerPath", "https://wasm-development.regulaforensics.com/document/
|
|
20469
|
+
}), Gt(this, "recognizeListener", null), Gt(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/9.5/barcodemrz/de7af75a-0560b6ab5");
|
|
20470
20470
|
}
|
|
20471
20471
|
get processingListener() {
|
|
20472
20472
|
return this._processingListener;
|
|
@@ -20534,7 +20534,7 @@ class r0e {
|
|
|
20534
20534
|
var r;
|
|
20535
20535
|
Ht("Preparing the service");
|
|
20536
20536
|
{
|
|
20537
|
-
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/
|
|
20537
|
+
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/9.5/barcodemrz/de7af75a-0560b6ab5", a = Jle(t && n ? fy(t, "PROD") : this.workerPath);
|
|
20538
20538
|
let o = yield (yield fetch("".concat(a, "/").concat(uv))).text();
|
|
20539
20539
|
n || (o = uy(o, a));
|
|
20540
20540
|
const s = new Blob([o], {
|
|
@@ -20578,7 +20578,7 @@ class r0e {
|
|
|
20578
20578
|
license: t == null ? void 0 : t.license
|
|
20579
20579
|
},
|
|
20580
20580
|
telemetry: yield k1({
|
|
20581
|
-
sdkVersion: "9.5.
|
|
20581
|
+
sdkVersion: "9.5.2880-rc".trim()
|
|
20582
20582
|
}),
|
|
20583
20583
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20584
20584
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.2880-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.5.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^9.5.902-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|