@regulaforensics/vp-frontend-document-components 7.6.2055-nightly → 7.6.2056-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
|
@@ -17689,7 +17689,7 @@ function yx(e, r, t, i, o) {
|
|
|
17689
17689
|
}), J = {
|
|
17690
17690
|
platform: "Web",
|
|
17691
17691
|
osVersion: "".concat(lr.osVersion),
|
|
17692
|
-
sdkVersion: "7.6.
|
|
17692
|
+
sdkVersion: "7.6.2056-nightly".trim(),
|
|
17693
17693
|
hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
|
|
17694
17694
|
userID: pD(rD),
|
|
17695
17695
|
deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
|
|
@@ -23656,8 +23656,8 @@ class e1e {
|
|
|
23656
23656
|
processParam: {}
|
|
23657
23657
|
}), br(this, "imageProcessParam", {
|
|
23658
23658
|
processParam: {}
|
|
23659
|
-
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/73017a2b-
|
|
23660
|
-
component: "7.6.
|
|
23659
|
+
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/73017a2b-4226fd474"), br(this, "version", {
|
|
23660
|
+
component: "7.6.2056-nightly".trim()
|
|
23661
23661
|
});
|
|
23662
23662
|
}
|
|
23663
23663
|
get processingListener() {
|
|
@@ -23727,7 +23727,7 @@ class e1e {
|
|
|
23727
23727
|
return Ve(this, null, function* () {
|
|
23728
23728
|
var r, t;
|
|
23729
23729
|
Lr("Preparing the service");
|
|
23730
|
-
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/73017a2b-
|
|
23730
|
+
const i = "ProcMgr.worker.js", o = this.workerPath === "https://wasm-development.regulaforensics.com/document/nightly/7.6/73017a2b-4226fd474", s = Xde(this.workerPath);
|
|
23731
23731
|
{
|
|
23732
23732
|
let f = yield (yield fetch("".concat(s, "/").concat(i))).text();
|
|
23733
23733
|
o || (f = Cx(f, s));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2056-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.6.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.6.240-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|