@regulaforensics/vp-frontend-document-components 7.2.1722-nightly → 7.2.1723-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 +1 -1
package/dist/main.js
CHANGED
|
@@ -14289,7 +14289,7 @@ function wA(t, i, r, s, c) {
|
|
|
14289
14289
|
}), Te = {
|
|
14290
14290
|
platform: "Web",
|
|
14291
14291
|
osVersion: `${I2}`,
|
|
14292
|
-
sdkVersion: "7.2.
|
|
14292
|
+
sdkVersion: "7.2.1723-nightly".trim(),
|
|
14293
14293
|
hostAppId: (oe = _.recognizerProcessParam.processParam.backendProcessing) == null ? void 0 : oe.serviceURL,
|
|
14294
14294
|
userID: op(K3),
|
|
14295
14295
|
deviceModel: `${y_}/${I2} ${Ml}/${m2}`,
|
|
@@ -16750,7 +16750,7 @@ class vY {
|
|
|
16750
16750
|
de(this, "imageProcessParam", { processParam: {} });
|
|
16751
16751
|
de(this, "recognizeListener", null);
|
|
16752
16752
|
de(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.2/304d659c-9d9b989fc");
|
|
16753
|
-
de(this, "version", { component: "7.2.
|
|
16753
|
+
de(this, "version", { component: "7.2.1723-nightly".trim() });
|
|
16754
16754
|
}
|
|
16755
16755
|
get processingListener() {
|
|
16756
16756
|
return this._processingListener;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1723-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",
|