@regulaforensics/vp-frontend-document-components 8.1.2237-nightly → 8.1.2238-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 +2 -2
- package/dist/main.js +4 -4
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -17313,7 +17313,7 @@ function yF(e) {
|
|
|
17313
17313
|
}), we = {
|
|
17314
17314
|
platform: "Web",
|
|
17315
17315
|
osVersion: "".concat(pr.osVersion),
|
|
17316
|
-
sdkVersion: "8.1.
|
|
17316
|
+
sdkVersion: "8.1.2238-nightly".trim(),
|
|
17317
17317
|
hostAppId: (ve = _.recognizerProcessParam.processParam.backendProcessing) === null || ve === void 0 ? void 0 : ve.serviceURL,
|
|
17318
17318
|
userID: y0(p0),
|
|
17319
17319
|
deviceModel: "".concat(pr.osName, "/").concat(pr.osVersion, " ").concat(pr.browserName, "/").concat(pr.fullBrowserVersion),
|
|
@@ -23532,8 +23532,8 @@ class Nfe {
|
|
|
23532
23532
|
processParam: {}
|
|
23533
23533
|
}), Gr(this, "imageProcessParam", {
|
|
23534
23534
|
processParam: {}
|
|
23535
|
-
}), Gr(this, "recognizeListener", null), Gr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/67395486-
|
|
23536
|
-
component: "8.1.
|
|
23535
|
+
}), Gr(this, "recognizeListener", null), Gr(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/67395486-c8c68a5f3"), Gr(this, "version", {
|
|
23536
|
+
component: "8.1.2238-nightly".trim()
|
|
23537
23537
|
});
|
|
23538
23538
|
}
|
|
23539
23539
|
get processingListener() {
|
|
@@ -23605,7 +23605,7 @@ class Nfe {
|
|
|
23605
23605
|
return je(this, null, function* () {
|
|
23606
23606
|
var r, t;
|
|
23607
23607
|
$r("Preparing the service");
|
|
23608
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/67395486-
|
|
23608
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/67395486-c8c68a5f3", s = gfe(this.workerPath);
|
|
23609
23609
|
{
|
|
23610
23610
|
let _ = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
23611
23611
|
o || (_ = CF(_, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2238-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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"test": "jest --testPathPattern=src/tests"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@regulaforensics/document-reader-webclient": "^8.1.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^8.1.379-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|