@regulaforensics/vp-frontend-document-components 9.8.3069-nightly → 9.8.3071-nightly
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 +4 -4
- package/dist/main.js +7 -7
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -12983,11 +12983,11 @@ function gx(e, t) {
|
|
|
12983
12983
|
var n, r;
|
|
12984
12984
|
let i = {
|
|
12985
12985
|
[hi.BarcodeMRZ]: {
|
|
12986
|
-
PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/
|
|
12986
|
+
PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/14a8c2af-902ff2d5d",
|
|
12987
12987
|
DEV: "./wasm/barcode-mrz/"
|
|
12988
12988
|
},
|
|
12989
12989
|
[hi.BoundsLite]: {
|
|
12990
|
-
PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/boundslite/
|
|
12990
|
+
PROD: "https://wasm-development.regulaforensics.com/document/nightly/9.8/boundslite/14a8c2af-902ff2d5d",
|
|
12991
12991
|
DEV: "./wasm/bounds-lite/"
|
|
12992
12992
|
}
|
|
12993
12993
|
};
|
|
@@ -13401,7 +13401,7 @@ function aS(e) {
|
|
|
13401
13401
|
let t = yield Us({
|
|
13402
13402
|
cameras: [...n.sortedDevices.frontCameras, ...n.sortedDevices.backCameras],
|
|
13403
13403
|
cameraID: n.camera.deviceId,
|
|
13404
|
-
sdkVersion: "9.8.
|
|
13404
|
+
sdkVersion: "9.8.3071-nightly",
|
|
13405
13405
|
serviceUrl: ((e = s.recognizerProcessParam.processParam.backendProcessing) == null ? void 0 : e.serviceURL) || ""
|
|
13406
13406
|
});
|
|
13407
13407
|
iS(`Metadata: ${JSON.stringify(t)}`);
|
|
@@ -14130,7 +14130,7 @@ function US(e) {
|
|
|
14130
14130
|
try {
|
|
14131
14131
|
var n;
|
|
14132
14132
|
if ((n = a.imageProcessParam.processParam) != null && n.backendProcessing) {
|
|
14133
|
-
let e = yield Us({ sdkVersion: "9.8.
|
|
14133
|
+
let e = yield Us({ sdkVersion: "9.8.3071-nightly" });
|
|
14134
14134
|
yield a.createBackendTransaction(e, a.imageProcessParam);
|
|
14135
14135
|
}
|
|
14136
14136
|
let e = yield a.processImage(t, o);
|
|
@@ -20733,7 +20733,7 @@ function _A(e, t) {
|
|
|
20733
20733
|
}
|
|
20734
20734
|
var vA = $s.create("wasm"), yA = $s.create("main"), bA = class {
|
|
20735
20735
|
constructor() {
|
|
20736
|
-
hA(this, "_worker", null), hA(this, "_initializeListener", null), hA(this, "_processingListener", null), hA(this, "_queueService", new qk()), hA(this, "_initProcess", null), hA(this, "version", { component: "9.8.
|
|
20736
|
+
hA(this, "_worker", null), hA(this, "_initializeListener", null), hA(this, "_processingListener", null), hA(this, "_queueService", new qk()), hA(this, "_initProcess", null), hA(this, "version", { component: "9.8.3071-nightly" }), hA(this, "onFinalize", null), hA(this, "isPrepared", !1), hA(this, "isInitialized", !1), hA(this, "isProcessing", !1), hA(this, "initData", null), hA(this, "recognizerProcessParam", { processParam: {} }), hA(this, "imageProcessParam", { processParam: {} }), hA(this, "recognizeListener", null), hA(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/14a8c2af-902ff2d5d"), hA(this, "pageIdx", null);
|
|
20737
20737
|
}
|
|
20738
20738
|
get processingListener() {
|
|
20739
20739
|
return this._processingListener;
|
|
@@ -20786,7 +20786,7 @@ var vA = $s.create("wasm"), yA = $s.create("main"), bA = class {
|
|
|
20786
20786
|
var n;
|
|
20787
20787
|
yA("Preparing the service");
|
|
20788
20788
|
{
|
|
20789
|
-
let n = t.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/
|
|
20789
|
+
let n = t.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/9.8/barcodemrz/14a8c2af-902ff2d5d", r = fA(e && n ? gx(e, "PROD") : t.workerPath), i = yield (yield fetch(`${r}/${Di}`)).text();
|
|
20790
20790
|
n || (i = hx(i, r));
|
|
20791
20791
|
let a = new Blob([i], { type: "text/plain" }), o = URL.createObjectURL(a);
|
|
20792
20792
|
t._worker = new Worker(o), URL.revokeObjectURL(o);
|
|
@@ -20825,7 +20825,7 @@ var vA = $s.create("wasm"), yA = $s.create("main"), bA = class {
|
|
|
20825
20825
|
hostName: (n = document.location) == null ? void 0 : n.origin,
|
|
20826
20826
|
license: e == null ? void 0 : e.license
|
|
20827
20827
|
},
|
|
20828
|
-
telemetry: yield Us({ sdkVersion: "9.8.
|
|
20828
|
+
telemetry: yield Us({ sdkVersion: "9.8.3071-nightly" }),
|
|
20829
20829
|
processParam: t.recognizerProcessParam.processParam || t.imageProcessParam.processParam
|
|
20830
20830
|
}
|
|
20831
20831
|
}), a = i.scenario, o = i.license;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.3071-nightly",
|
|
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.8.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^9.8.1065-nightly",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|