@regulaforensics/vp-frontend-document-components 7.6.2180-nightly → 8.1.2182-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/index.d.ts +4 -0
- package/dist/main.iife.js +2 -2
- package/dist/main.js +4 -4
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -17329,7 +17329,7 @@ function vx(t) {
|
|
|
17329
17329
|
}), X = {
|
|
17330
17330
|
platform: "Web",
|
|
17331
17331
|
osVersion: "".concat(dr.osVersion),
|
|
17332
|
-
sdkVersion: "
|
|
17332
|
+
sdkVersion: "8.1.2182-nightly".trim(),
|
|
17333
17333
|
hostAppId: (ie = _.recognizerProcessParam.processParam.backendProcessing) === null || ie === void 0 ? void 0 : ie.serviceURL,
|
|
17334
17334
|
userID: DT(cT),
|
|
17335
17335
|
deviceModel: "".concat(dr.osName, "/").concat(dr.osVersion, " ").concat(dr.browserName, "/").concat(dr.fullBrowserVersion),
|
|
@@ -23709,8 +23709,8 @@ class g1e {
|
|
|
23709
23709
|
processParam: {}
|
|
23710
23710
|
}), $r(this, "imageProcessParam", {
|
|
23711
23711
|
processParam: {}
|
|
23712
|
-
}), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/
|
|
23713
|
-
component: "
|
|
23712
|
+
}), $r(this, "recognizeListener", null), $r(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/8.1/f66e8038-50da4e85e"), $r(this, "version", {
|
|
23713
|
+
component: "8.1.2182-nightly".trim()
|
|
23714
23714
|
});
|
|
23715
23715
|
}
|
|
23716
23716
|
get processingListener() {
|
|
@@ -23782,7 +23782,7 @@ class g1e {
|
|
|
23782
23782
|
return ke(this, null, function* () {
|
|
23783
23783
|
var r, e;
|
|
23784
23784
|
jr("Preparing the service");
|
|
23785
|
-
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/
|
|
23785
|
+
const a = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/8.1/f66e8038-50da4e85e", s = v1e(this.workerPath);
|
|
23786
23786
|
{
|
|
23787
23787
|
let _ = yield (yield fetch("".concat(s, "/").concat(a))).text();
|
|
23788
23788
|
o || (_ = _x(_, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.1.2182-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": "^
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^8.1.323-nightly",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|