@regulaforensics/vp-frontend-document-components 7.5.1973-nightly → 7.5.1974-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
|
@@ -16420,7 +16420,7 @@ function bJ(e, t, r, n, i) {
|
|
|
16420
16420
|
}), F = {
|
|
16421
16421
|
platform: "Web",
|
|
16422
16422
|
osVersion: "".concat(Wv),
|
|
16423
|
-
sdkVersion: "7.5.
|
|
16423
|
+
sdkVersion: "7.5.1974-nightly".trim(),
|
|
16424
16424
|
hostAppId: (_e = a.recognizerProcessParam.processParam.backendProcessing) === null || _e === void 0 ? void 0 : _e.serviceURL,
|
|
16425
16425
|
userID: _O(yA),
|
|
16426
16426
|
deviceModel: "".concat(km, "/").concat(Wv, " ").concat(l_, "/").concat(Yv),
|
|
@@ -21700,7 +21700,7 @@ class rNe {
|
|
|
21700
21700
|
}), rt(this, "imageProcessParam", {
|
|
21701
21701
|
processParam: {}
|
|
21702
21702
|
}), rt(this, "recognizeListener", null), rt(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/bc5605ed-8450d94bd"), rt(this, "version", {
|
|
21703
|
-
component: "7.5.
|
|
21703
|
+
component: "7.5.1974-nightly".trim()
|
|
21704
21704
|
});
|
|
21705
21705
|
}
|
|
21706
21706
|
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.1974-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.190-nightly",
|
|
27
27
|
"qrcode.react": "^3.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|