@regulaforensics/vp-frontend-document-components 7.5.1830-nightly → 7.5.1831-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 +2 -2
- 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.1831-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),
|
|
@@ -25105,7 +25105,7 @@ class Qke {
|
|
|
25105
25105
|
}), rr(this, "imageProcessParam", {
|
|
25106
25106
|
processParam: {}
|
|
25107
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.
|
|
25108
|
+
component: "7.5.1831-nightly".trim()
|
|
25109
25109
|
});
|
|
25110
25110
|
}
|
|
25111
25111
|
get processingListener() {
|
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.1831-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.84-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|