@regulaforensics/vp-frontend-document-components 7.5.1852-nightly → 7.5.1854-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
|
@@ -16394,7 +16394,7 @@ function Kde(e, t, r, n, i) {
|
|
|
16394
16394
|
}), ee = {
|
|
16395
16395
|
platform: "Web",
|
|
16396
16396
|
osVersion: "".concat(F6),
|
|
16397
|
-
sdkVersion: "7.5.
|
|
16397
|
+
sdkVersion: "7.5.1854-nightly".trim(),
|
|
16398
16398
|
hostAppId: (We = a.recognizerProcessParam.processParam.backendProcessing) === null || We === void 0 ? void 0 : We.serviceURL,
|
|
16399
16399
|
userID: Zw(lL),
|
|
16400
16400
|
deviceModel: "".concat(nm, "/").concat(F6, " ").concat(Sh, "/").concat(H6),
|
|
@@ -25269,8 +25269,8 @@ class aGe {
|
|
|
25269
25269
|
processParam: {}
|
|
25270
25270
|
}), rr(this, "imageProcessParam", {
|
|
25271
25271
|
processParam: {}
|
|
25272
|
-
}), rr(this, "recognizeListener", null), rr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-
|
|
25273
|
-
component: "7.5.
|
|
25272
|
+
}), rr(this, "recognizeListener", null), rr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-2dd9e1c3f"), rr(this, "version", {
|
|
25273
|
+
component: "7.5.1854-nightly".trim()
|
|
25274
25274
|
});
|
|
25275
25275
|
}
|
|
25276
25276
|
get processingListener() {
|
|
@@ -25335,7 +25335,7 @@ class aGe {
|
|
|
25335
25335
|
prepare() {
|
|
25336
25336
|
return ce(this, null, function* () {
|
|
25337
25337
|
var t, r;
|
|
25338
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-
|
|
25338
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/0e0edcc2-2dd9e1c3f";
|
|
25339
25339
|
{
|
|
25340
25340
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25341
25341
|
i || (l = kde(l, this.workerPath));
|
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.1854-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.92-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|