@regulaforensics/vp-frontend-document-components 7.6.2045-nightly → 7.6.2046-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
|
@@ -17679,7 +17679,7 @@ function Dx(e, r, t, i, o) {
|
|
|
17679
17679
|
}), J = {
|
|
17680
17680
|
platform: "Web",
|
|
17681
17681
|
osVersion: "".concat(lr.osVersion),
|
|
17682
|
-
sdkVersion: "7.6.
|
|
17682
|
+
sdkVersion: "7.6.2046-nightly".trim(),
|
|
17683
17683
|
hostAppId: (Z = s.recognizerProcessParam.processParam.backendProcessing) === null || Z === void 0 ? void 0 : Z.serviceURL,
|
|
17684
17684
|
userID: _D(eD),
|
|
17685
17685
|
deviceModel: "".concat(lr.osName, "/").concat(lr.osVersion, " ").concat(lr.browserName, "/").concat(lr.fullBrowserVersion),
|
|
@@ -23647,7 +23647,7 @@ class Xde {
|
|
|
23647
23647
|
}), br(this, "imageProcessParam", {
|
|
23648
23648
|
processParam: {}
|
|
23649
23649
|
}), br(this, "recognizeListener", null), br(this, "workerPath", "https://wasm-development.regulaforensics.com/document/nightly/7.6/d0a6fd1b-04794845a"), br(this, "version", {
|
|
23650
|
-
component: "7.6.
|
|
23650
|
+
component: "7.6.2046-nightly".trim()
|
|
23651
23651
|
});
|
|
23652
23652
|
}
|
|
23653
23653
|
get processingListener() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2046-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.6.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.6.231-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|