@authme/identity-verification 2.8.29 → 2.8.30
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
|
@@ -37253,8 +37253,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
37253
37253
|
}
|
|
37254
37254
|
|
|
37255
37255
|
var name = "authme/sdk";
|
|
37256
|
-
var version$1 = "2.8.
|
|
37257
|
-
var date = "2025-10-
|
|
37256
|
+
var version$1 = "2.8.30";
|
|
37257
|
+
var date = "2025-10-30T10:27:17+0000";
|
|
37258
37258
|
var packageInfo = {
|
|
37259
37259
|
name: name,
|
|
37260
37260
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -37245,8 +37245,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
37245
37245
|
}
|
|
37246
37246
|
|
|
37247
37247
|
var name = "authme/sdk";
|
|
37248
|
-
var version$1 = "2.8.
|
|
37249
|
-
var date = "2025-10-
|
|
37248
|
+
var version$1 = "2.8.30";
|
|
37249
|
+
var date = "2025-10-30T10:27:17+0000";
|
|
37250
37250
|
var packageInfo = {
|
|
37251
37251
|
name: name,
|
|
37252
37252
|
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.30",
|
|
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.30",
|
|
9
|
+
"@authme/engine": "2.8.30",
|
|
10
|
+
"@authme/id-recognition": "2.8.30",
|
|
11
|
+
"@authme/liveness": "2.8.30",
|
|
12
|
+
"@authme/util": "2.8.30"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|