@authme/identity-verification 2.8.5 → 2.8.6
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/index.cjs +3 -3
- package/index.js +3 -3
- package/package.json +6 -6
package/index.cjs
CHANGED
|
@@ -28849,7 +28849,7 @@ const renderOCRUI = config => {
|
|
|
28849
28849
|
confirmBtn.textContent = translateService.translate('sdk.general.preparing');
|
|
28850
28850
|
confirmBtn.disabled = true;
|
|
28851
28851
|
btnContainer.appendChild(confirmBtn);
|
|
28852
|
-
util.uiThemeButton(confirmBtn, uiThemeConfig.
|
|
28852
|
+
util.uiThemeButton(confirmBtn, uiThemeConfig.fraudInfoButton);
|
|
28853
28853
|
antiFraudInstructionContainer.appendChild(instructionText);
|
|
28854
28854
|
antiFraudInstructionContainer.appendChild(antiFraudInstructionAnimationContainer);
|
|
28855
28855
|
antiFraudInstructionContainer.appendChild(btnContainer);
|
|
@@ -35649,8 +35649,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
35649
35649
|
}
|
|
35650
35650
|
|
|
35651
35651
|
var name = "authme/sdk";
|
|
35652
|
-
var version$1 = "2.8.
|
|
35653
|
-
var date = "2025-03-
|
|
35652
|
+
var version$1 = "2.8.6";
|
|
35653
|
+
var date = "2025-03-17T08:17:58+0000";
|
|
35654
35654
|
var packageInfo = {
|
|
35655
35655
|
name: name,
|
|
35656
35656
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -28841,7 +28841,7 @@ const renderOCRUI = config => {
|
|
|
28841
28841
|
confirmBtn.textContent = translateService.translate('sdk.general.preparing');
|
|
28842
28842
|
confirmBtn.disabled = true;
|
|
28843
28843
|
btnContainer.appendChild(confirmBtn);
|
|
28844
|
-
uiThemeButton(confirmBtn, uiThemeConfig.
|
|
28844
|
+
uiThemeButton(confirmBtn, uiThemeConfig.fraudInfoButton);
|
|
28845
28845
|
antiFraudInstructionContainer.appendChild(instructionText);
|
|
28846
28846
|
antiFraudInstructionContainer.appendChild(antiFraudInstructionAnimationContainer);
|
|
28847
28847
|
antiFraudInstructionContainer.appendChild(btnContainer);
|
|
@@ -35641,8 +35641,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
35641
35641
|
}
|
|
35642
35642
|
|
|
35643
35643
|
var name = "authme/sdk";
|
|
35644
|
-
var version$1 = "2.8.
|
|
35645
|
-
var date = "2025-03-
|
|
35644
|
+
var version$1 = "2.8.6";
|
|
35645
|
+
var date = "2025-03-17T08:17:58+0000";
|
|
35646
35646
|
var packageInfo = {
|
|
35647
35647
|
name: name,
|
|
35648
35648
|
version: version$1,
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authme/identity-verification",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"core-js": "^3.6.0",
|
|
6
6
|
"lottie-web": "^5.9.2",
|
|
7
7
|
"rxjs": "^7.4.0",
|
|
8
|
-
"@authme/core": "2.8.
|
|
9
|
-
"@authme/engine": "2.8.
|
|
10
|
-
"@authme/id-recognition": "2.8.
|
|
11
|
-
"@authme/util": "2.8.
|
|
12
|
-
"@authme/liveness": "2.8.
|
|
8
|
+
"@authme/core": "2.8.6",
|
|
9
|
+
"@authme/engine": "2.8.6",
|
|
10
|
+
"@authme/id-recognition": "2.8.6",
|
|
11
|
+
"@authme/util": "2.8.6",
|
|
12
|
+
"@authme/liveness": "2.8.6"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|