@authme/identity-verification 2.7.0 → 2.7.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
|
@@ -29115,8 +29115,8 @@ class AuthmeIdentityVerification extends engine.AuthmeFunctionModule {
|
|
|
29115
29115
|
}
|
|
29116
29116
|
|
|
29117
29117
|
var name = "authme/sdk";
|
|
29118
|
-
var version$1 = "2.7.
|
|
29119
|
-
var date = "2024-
|
|
29118
|
+
var version$1 = "2.7.2";
|
|
29119
|
+
var date = "2024-10-22T03:50:14+0000";
|
|
29120
29120
|
var packageInfo = {
|
|
29121
29121
|
name: name,
|
|
29122
29122
|
version: version$1,
|
package/index.js
CHANGED
|
@@ -29107,8 +29107,8 @@ class AuthmeIdentityVerification extends AuthmeFunctionModule {
|
|
|
29107
29107
|
}
|
|
29108
29108
|
|
|
29109
29109
|
var name = "authme/sdk";
|
|
29110
|
-
var version$1 = "2.7.
|
|
29111
|
-
var date = "2024-
|
|
29110
|
+
var version$1 = "2.7.2";
|
|
29111
|
+
var date = "2024-10-22T03:50:14+0000";
|
|
29112
29112
|
var packageInfo = {
|
|
29113
29113
|
name: name,
|
|
29114
29114
|
version: version$1,
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authme/identity-verification",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.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.7.
|
|
9
|
-
"@authme/engine": "2.7.
|
|
10
|
-
"@authme/id-recognition": "2.7.
|
|
11
|
-
"@authme/util": "2.7.
|
|
12
|
-
"@authme/liveness": "2.7.
|
|
8
|
+
"@authme/core": "2.7.2",
|
|
9
|
+
"@authme/engine": "2.7.2",
|
|
10
|
+
"@authme/id-recognition": "2.7.2",
|
|
11
|
+
"@authme/util": "2.7.2",
|
|
12
|
+
"@authme/liveness": "2.7.2"
|
|
13
13
|
},
|
|
14
14
|
"module": "./index.js",
|
|
15
15
|
"main": "./index.cjs",
|