@authme/identity-verification 2.8.1-rc.1 → 2.8.1-rc.2
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
|
@@ -30038,8 +30038,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
30038
30038
|
}
|
|
30039
30039
|
|
|
30040
30040
|
var name = "authme/sdk";
|
|
30041
|
-
var version$1 = "2.8.1-rc.
|
|
30042
|
-
var date = "2025-06-
|
|
30041
|
+
var version$1 = "2.8.1-rc.2";
|
|
30042
|
+
var date = "2025-06-11T01:37:40+0000";
|
|
30043
30043
|
var packageInfo = {
|
|
30044
30044
|
name: name,
|
|
30045
30045
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -30030,8 +30030,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
30030
30030
|
}
|
|
30031
30031
|
|
|
30032
30032
|
var name = "authme/sdk";
|
|
30033
|
-
var version$1 = "2.8.1-rc.
|
|
30034
|
-
var date = "2025-06-
|
|
30033
|
+
var version$1 = "2.8.1-rc.2";
|
|
30034
|
+
var date = "2025-06-11T01:37:40+0000";
|
|
30035
30035
|
var packageInfo = {
|
|
30036
30036
|
name: name,
|
|
30037
30037
|
version: version$1,
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authme/identity-verification",
|
|
3
|
-
"version": "2.8.1-rc.
|
|
3
|
+
"version": "2.8.1-rc.2",
|
|
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.1-rc.
|
|
9
|
-
"@authme/engine": "2.8.1-rc.
|
|
10
|
-
"@authme/id-recognition": "2.8.1-rc.
|
|
11
|
-
"@authme/util": "2.8.1-rc.
|
|
12
|
-
"@authme/liveness": "2.8.1-rc.
|
|
8
|
+
"@authme/core": "2.8.1-rc.2",
|
|
9
|
+
"@authme/engine": "2.8.1-rc.2",
|
|
10
|
+
"@authme/id-recognition": "2.8.1-rc.2",
|
|
11
|
+
"@authme/util": "2.8.1-rc.2",
|
|
12
|
+
"@authme/liveness": "2.8.1-rc.2"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|