@regulaforensics/vp-frontend-document-components 7.5.1965-nightly → 7.5.1966-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
|
@@ -16417,7 +16417,7 @@ function bJ(e, t, r, n, i) {
|
|
|
16417
16417
|
}), F = {
|
|
16418
16418
|
platform: "Web",
|
|
16419
16419
|
osVersion: "".concat(Wv),
|
|
16420
|
-
sdkVersion: "7.5.
|
|
16420
|
+
sdkVersion: "7.5.1966-nightly".trim(),
|
|
16421
16421
|
hostAppId: (_e = a.recognizerProcessParam.processParam.backendProcessing) === null || _e === void 0 ? void 0 : _e.serviceURL,
|
|
16422
16422
|
userID: _O(yA),
|
|
16423
16423
|
deviceModel: "".concat(km, "/").concat(Wv, " ").concat(l_, "/").concat(Yv),
|
|
@@ -21696,8 +21696,8 @@ class rNe {
|
|
|
21696
21696
|
processParam: {}
|
|
21697
21697
|
}), rt(this, "imageProcessParam", {
|
|
21698
21698
|
processParam: {}
|
|
21699
|
-
}), rt(this, "recognizeListener", null), rt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/7c4d3f02-
|
|
21700
|
-
component: "7.5.
|
|
21699
|
+
}), rt(this, "recognizeListener", null), rt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/7c4d3f02-b0cf9ee6b"), rt(this, "version", {
|
|
21700
|
+
component: "7.5.1966-nightly".trim()
|
|
21701
21701
|
});
|
|
21702
21702
|
}
|
|
21703
21703
|
get processingListener() {
|
|
@@ -21760,7 +21760,7 @@ class rNe {
|
|
|
21760
21760
|
return U(this, null, function* () {
|
|
21761
21761
|
var t, r;
|
|
21762
21762
|
tt("Preparing the service");
|
|
21763
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/7c4d3f02-
|
|
21763
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/7c4d3f02-b0cf9ee6b", a = Jye(this.workerPath);
|
|
21764
21764
|
{
|
|
21765
21765
|
let l = yield (yield fetch("".concat(a, "/").concat(n))).text();
|
|
21766
21766
|
i || (l = gJ(l, a));
|
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.1966-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": "^7.5.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.5.184-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|