@regulaforensics/vp-frontend-document-components 7.5.1827-nightly → 7.5.1830-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
|
@@ -16328,7 +16328,7 @@ function yde(e, t, r, n, i) {
|
|
|
16328
16328
|
}), ee = {
|
|
16329
16329
|
platform: "Web",
|
|
16330
16330
|
osVersion: "".concat(M6),
|
|
16331
|
-
sdkVersion: "7.5.
|
|
16331
|
+
sdkVersion: "7.5.1830-nightly".trim(),
|
|
16332
16332
|
hostAppId: (Ze = a.recognizerProcessParam.processParam.backendProcessing) === null || Ze === void 0 ? void 0 : Ze.serviceURL,
|
|
16333
16333
|
userID: V9(nL),
|
|
16334
16334
|
deviceModel: "".concat(rv, "/").concat(M6, " ").concat(vh, "/").concat(P6),
|
|
@@ -25104,8 +25104,8 @@ class Qke {
|
|
|
25104
25104
|
processParam: {}
|
|
25105
25105
|
}), rr(this, "imageProcessParam", {
|
|
25106
25106
|
processParam: {}
|
|
25107
|
-
}), rr(this, "recognizeListener", null), rr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/d537aea4-
|
|
25108
|
-
component: "7.5.
|
|
25107
|
+
}), rr(this, "recognizeListener", null), rr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/d537aea4-a099fc8a9"), rr(this, "version", {
|
|
25108
|
+
component: "7.5.1830-nightly".trim()
|
|
25109
25109
|
});
|
|
25110
25110
|
}
|
|
25111
25111
|
get processingListener() {
|
|
@@ -25170,7 +25170,7 @@ class Qke {
|
|
|
25170
25170
|
prepare() {
|
|
25171
25171
|
return le(this, null, function* () {
|
|
25172
25172
|
var t, r;
|
|
25173
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/d537aea4-
|
|
25173
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.5/d537aea4-a099fc8a9";
|
|
25174
25174
|
{
|
|
25175
25175
|
let l = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
25176
25176
|
i || (l = Sde(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.1830-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.83-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|