@authme/identity-verification 2.8.9 → 2.8.10
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
|
@@ -35668,8 +35668,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
35668
35668
|
}
|
|
35669
35669
|
|
|
35670
35670
|
var name = "authme/sdk";
|
|
35671
|
-
var version$1 = "2.8.
|
|
35672
|
-
var date = "2025-03-
|
|
35671
|
+
var version$1 = "2.8.10";
|
|
35672
|
+
var date = "2025-03-31T07:36:54+0000";
|
|
35673
35673
|
var packageInfo = {
|
|
35674
35674
|
name: name,
|
|
35675
35675
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -35660,8 +35660,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
35660
35660
|
}
|
|
35661
35661
|
|
|
35662
35662
|
var name = "authme/sdk";
|
|
35663
|
-
var version$1 = "2.8.
|
|
35664
|
-
var date = "2025-03-
|
|
35663
|
+
var version$1 = "2.8.10";
|
|
35664
|
+
var date = "2025-03-31T07:36:54+0000";
|
|
35665
35665
|
var packageInfo = {
|
|
35666
35666
|
name: name,
|
|
35667
35667
|
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.10",
|
|
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.10",
|
|
9
|
+
"@authme/engine": "2.8.10",
|
|
10
|
+
"@authme/id-recognition": "2.8.10",
|
|
11
|
+
"@authme/util": "2.8.10",
|
|
12
|
+
"@authme/liveness": "2.8.10"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|