@regulaforensics/vp-frontend-document-components 7.5.1890-rc → 7.5.1892-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 +4 -4
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -16373,7 +16373,7 @@ function Yde(e, t, r, n, i) {
|
|
|
16373
16373
|
}), ee = {
|
|
16374
16374
|
platform: "Web",
|
|
16375
16375
|
osVersion: "".concat(FA),
|
|
16376
|
-
sdkVersion: "7.5.
|
|
16376
|
+
sdkVersion: "7.5.1892-rc".trim(),
|
|
16377
16377
|
hostAppId: (Ze = a.recognizerProcessParam.processParam.backendProcessing) === null || Ze === void 0 ? void 0 : Ze.serviceURL,
|
|
16378
16378
|
userID: WL(c9),
|
|
16379
16379
|
deviceModel: "".concat(sC, "/").concat(FA, " ").concat(Rp, "/").concat(kA),
|
|
@@ -24965,8 +24965,8 @@ class XFe {
|
|
|
24965
24965
|
processParam: {}
|
|
24966
24966
|
}), nr(this, "imageProcessParam", {
|
|
24967
24967
|
processParam: {}
|
|
24968
|
-
}), nr(this, "recognizeListener", null), nr(this, "workerPath", "https://wasm.regulaforensics.com/document/rc/7.5/
|
|
24969
|
-
component: "7.5.
|
|
24968
|
+
}), nr(this, "recognizeListener", null), nr(this, "workerPath", "https://wasm.regulaforensics.com/document/rc/7.5/b5a9def0-2b4af31b3"), nr(this, "version", {
|
|
24969
|
+
component: "7.5.1892-rc".trim()
|
|
24970
24970
|
});
|
|
24971
24971
|
}
|
|
24972
24972
|
get processingListener() {
|
|
@@ -25031,7 +25031,7 @@ class XFe {
|
|
|
25031
25031
|
prepare() {
|
|
25032
25032
|
return oe(this, null, function* () {
|
|
25033
25033
|
var t, r;
|
|
25034
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/rc/7.5/
|
|
25034
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/rc/7.5/b5a9def0-2b4af31b3";
|
|
25035
25035
|
{
|
|
25036
25036
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25037
25037
|
i || (l = kde(l, this.workerPath));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.1892-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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"test": "jest --testPathPattern=src/tests"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@regulaforensics/document-reader-webclient": "^7.5.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.5.124-rc",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|