@authme/identity-verification 2.8.34 → 2.8.35
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
|
@@ -37289,8 +37289,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
37289
37289
|
}
|
|
37290
37290
|
|
|
37291
37291
|
var name = "authme/sdk";
|
|
37292
|
-
var version$1 = "2.8.
|
|
37293
|
-
var date = "2025-11-
|
|
37292
|
+
var version$1 = "2.8.35";
|
|
37293
|
+
var date = "2025-11-25T04:34:17+0000";
|
|
37294
37294
|
var packageInfo = {
|
|
37295
37295
|
name: name,
|
|
37296
37296
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -37281,8 +37281,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
37281
37281
|
}
|
|
37282
37282
|
|
|
37283
37283
|
var name = "authme/sdk";
|
|
37284
|
-
var version$1 = "2.8.
|
|
37285
|
-
var date = "2025-11-
|
|
37284
|
+
var version$1 = "2.8.35";
|
|
37285
|
+
var date = "2025-11-25T04:34:17+0000";
|
|
37286
37286
|
var packageInfo = {
|
|
37287
37287
|
name: name,
|
|
37288
37288
|
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.35",
|
|
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.35",
|
|
9
|
+
"@authme/engine": "2.8.35",
|
|
10
|
+
"@authme/id-recognition": "2.8.35",
|
|
11
|
+
"@authme/liveness": "2.8.35",
|
|
12
|
+
"@authme/util": "2.8.35"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|