@authme/identity-verification 2.8.31 → 2.8.32
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
|
@@ -37247,8 +37247,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
37247
37247
|
}
|
|
37248
37248
|
|
|
37249
37249
|
var name = "authme/sdk";
|
|
37250
|
-
var version$1 = "2.8.
|
|
37251
|
-
var date = "2025-11-
|
|
37250
|
+
var version$1 = "2.8.32";
|
|
37251
|
+
var date = "2025-11-07T03:04:15+0000";
|
|
37252
37252
|
var packageInfo = {
|
|
37253
37253
|
name: name,
|
|
37254
37254
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -37239,8 +37239,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
37239
37239
|
}
|
|
37240
37240
|
|
|
37241
37241
|
var name = "authme/sdk";
|
|
37242
|
-
var version$1 = "2.8.
|
|
37243
|
-
var date = "2025-11-
|
|
37242
|
+
var version$1 = "2.8.32";
|
|
37243
|
+
var date = "2025-11-07T03:04:15+0000";
|
|
37244
37244
|
var packageInfo = {
|
|
37245
37245
|
name: name,
|
|
37246
37246
|
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.32",
|
|
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.32",
|
|
9
|
+
"@authme/engine": "2.8.32",
|
|
10
|
+
"@authme/id-recognition": "2.8.32",
|
|
11
|
+
"@authme/liveness": "2.8.32",
|
|
12
|
+
"@authme/util": "2.8.32"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|