@authme/identity-verification 2.8.23 → 2.8.25
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 +2 -2
- package/index.js +2 -2
- package/package.json +6 -6
package/index.cjs
CHANGED
|
@@ -37221,8 +37221,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
37221
37221
|
}
|
|
37222
37222
|
|
|
37223
37223
|
var name = "authme/sdk";
|
|
37224
|
-
var version$1 = "2.8.
|
|
37225
|
-
var date = "2025-
|
|
37224
|
+
var version$1 = "2.8.25";
|
|
37225
|
+
var date = "2025-08-20T02:53:44+0000";
|
|
37226
37226
|
var packageInfo = {
|
|
37227
37227
|
name: name,
|
|
37228
37228
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -37213,8 +37213,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
37213
37213
|
}
|
|
37214
37214
|
|
|
37215
37215
|
var name = "authme/sdk";
|
|
37216
|
-
var version$1 = "2.8.
|
|
37217
|
-
var date = "2025-
|
|
37216
|
+
var version$1 = "2.8.25";
|
|
37217
|
+
var date = "2025-08-20T02:53:44+0000";
|
|
37218
37218
|
var packageInfo = {
|
|
37219
37219
|
name: name,
|
|
37220
37220
|
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.25",
|
|
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/liveness": "2.8.
|
|
12
|
-
"@authme/util": "2.8.
|
|
8
|
+
"@authme/core": "2.8.25",
|
|
9
|
+
"@authme/engine": "2.8.25",
|
|
10
|
+
"@authme/id-recognition": "2.8.25",
|
|
11
|
+
"@authme/liveness": "2.8.25",
|
|
12
|
+
"@authme/util": "2.8.25"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|