@regulaforensics/vp-frontend-document-components 7.5.1968-nightly → 7.5.1969-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
|
@@ -16420,7 +16420,7 @@ function bJ(e, t, r, n, i) {
|
|
|
16420
16420
|
}), F = {
|
|
16421
16421
|
platform: "Web",
|
|
16422
16422
|
osVersion: "".concat(Wv),
|
|
16423
|
-
sdkVersion: "7.5.
|
|
16423
|
+
sdkVersion: "7.5.1969-nightly".trim(),
|
|
16424
16424
|
hostAppId: (_e = a.recognizerProcessParam.processParam.backendProcessing) === null || _e === void 0 ? void 0 : _e.serviceURL,
|
|
16425
16425
|
userID: _O(yA),
|
|
16426
16426
|
deviceModel: "".concat(km, "/").concat(Wv, " ").concat(l_, "/").concat(Yv),
|
|
@@ -21699,8 +21699,8 @@ class rNe {
|
|
|
21699
21699
|
processParam: {}
|
|
21700
21700
|
}), rt(this, "imageProcessParam", {
|
|
21701
21701
|
processParam: {}
|
|
21702
|
-
}), rt(this, "recognizeListener", null), rt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/bc5605ed-
|
|
21703
|
-
component: "7.5.
|
|
21702
|
+
}), rt(this, "recognizeListener", null), rt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/bc5605ed-b3cbe6275"), rt(this, "version", {
|
|
21703
|
+
component: "7.5.1969-nightly".trim()
|
|
21704
21704
|
});
|
|
21705
21705
|
}
|
|
21706
21706
|
get processingListener() {
|
|
@@ -21763,7 +21763,7 @@ class rNe {
|
|
|
21763
21763
|
return U(this, null, function* () {
|
|
21764
21764
|
var t, r;
|
|
21765
21765
|
tt("Preparing the service");
|
|
21766
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/bc5605ed-
|
|
21766
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/bc5605ed-b3cbe6275", a = Jye(this.workerPath);
|
|
21767
21767
|
{
|
|
21768
21768
|
let l = yield (yield fetch("".concat(a, "/").concat(n))).text();
|
|
21769
21769
|
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.1969-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.186-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|