@authme/identity-verification 2.8.17 → 2.8.18
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
|
@@ -35912,8 +35912,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
35912
35912
|
}
|
|
35913
35913
|
|
|
35914
35914
|
var name = "authme/sdk";
|
|
35915
|
-
var version$1 = "2.8.
|
|
35916
|
-
var date = "2025-05-
|
|
35915
|
+
var version$1 = "2.8.18";
|
|
35916
|
+
var date = "2025-05-26T03:17:12+0000";
|
|
35917
35917
|
var packageInfo = {
|
|
35918
35918
|
name: name,
|
|
35919
35919
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -35904,8 +35904,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
35904
35904
|
}
|
|
35905
35905
|
|
|
35906
35906
|
var name = "authme/sdk";
|
|
35907
|
-
var version$1 = "2.8.
|
|
35908
|
-
var date = "2025-05-
|
|
35907
|
+
var version$1 = "2.8.18";
|
|
35908
|
+
var date = "2025-05-26T03:17:12+0000";
|
|
35909
35909
|
var packageInfo = {
|
|
35910
35910
|
name: name,
|
|
35911
35911
|
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.18",
|
|
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.18",
|
|
9
|
+
"@authme/engine": "2.8.18",
|
|
10
|
+
"@authme/id-recognition": "2.8.18",
|
|
11
|
+
"@authme/liveness": "2.8.18",
|
|
12
|
+
"@authme/util": "2.8.18"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|