@regulaforensics/vp-frontend-document-components 7.4.1824-nightly → 7.4.1826-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
|
@@ -16565,7 +16565,7 @@ function nq(e, t, r, n, i) {
|
|
|
16565
16565
|
}), k = {
|
|
16566
16566
|
platform: "Web",
|
|
16567
16567
|
osVersion: "".concat(GC),
|
|
16568
|
-
sdkVersion: "7.4.
|
|
16568
|
+
sdkVersion: "7.4.1826-nightly".trim(),
|
|
16569
16569
|
hostAppId: (me = o.recognizerProcessParam.processParam.backendProcessing) === null || me === void 0 ? void 0 : me.serviceURL,
|
|
16570
16570
|
userID: O6(jA),
|
|
16571
16571
|
deviceModel: "".concat(Xh, "/").concat(GC, " ").concat(Ff, "/").concat(BC),
|
|
@@ -20730,8 +20730,8 @@ class ege {
|
|
|
20730
20730
|
processParam: {}
|
|
20731
20731
|
}), ot(this, "imageProcessParam", {
|
|
20732
20732
|
processParam: {}
|
|
20733
|
-
}), ot(this, "recognizeListener", null), ot(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.4/
|
|
20734
|
-
component: "7.4.
|
|
20733
|
+
}), ot(this, "recognizeListener", null), ot(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.4/8e6a8139-a4d05c30d"), ot(this, "version", {
|
|
20734
|
+
component: "7.4.1826-nightly".trim()
|
|
20735
20735
|
});
|
|
20736
20736
|
}
|
|
20737
20737
|
get processingListener() {
|
|
@@ -20796,7 +20796,7 @@ class ege {
|
|
|
20796
20796
|
prepare() {
|
|
20797
20797
|
return G(this, null, function* () {
|
|
20798
20798
|
var t, r;
|
|
20799
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.4/
|
|
20799
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.4/8e6a8139-a4d05c30d";
|
|
20800
20800
|
{
|
|
20801
20801
|
let a = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
20802
20802
|
i || (a = YX(a, this.workerPath));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.1826-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,6 +23,6 @@
|
|
|
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.80-nightly"
|
|
27
27
|
}
|
|
28
28
|
}
|