@regulaforensics/vp-frontend-document-components 7.5.1897-nightly → 7.5.1898-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
|
@@ -16373,7 +16373,7 @@ function Yde(e, t, r, n, i) {
|
|
|
16373
16373
|
}), ee = {
|
|
16374
16374
|
platform: "Web",
|
|
16375
16375
|
osVersion: "".concat(F6),
|
|
16376
|
-
sdkVersion: "7.5.
|
|
16376
|
+
sdkVersion: "7.5.1898-nightly".trim(),
|
|
16377
16377
|
hostAppId: (Ze = a.recognizerProcessParam.processParam.backendProcessing) === null || Ze === void 0 ? void 0 : Ze.serviceURL,
|
|
16378
16378
|
userID: WL(u9),
|
|
16379
16379
|
deviceModel: "".concat(sC, "/").concat(F6, " ").concat(Rp, "/").concat(H6),
|
|
@@ -24966,7 +24966,7 @@ class XFe {
|
|
|
24966
24966
|
}), nr(this, "imageProcessParam", {
|
|
24967
24967
|
processParam: {}
|
|
24968
24968
|
}), nr(this, "recognizeListener", null), nr(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.5/5ce997f2-649751063"), nr(this, "version", {
|
|
24969
|
-
component: "7.5.
|
|
24969
|
+
component: "7.5.1898-nightly".trim()
|
|
24970
24970
|
});
|
|
24971
24971
|
}
|
|
24972
24972
|
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.1898-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.130-nightly",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"qrcode.react": "^3.1.0"
|
|
29
29
|
}
|