@authme/core 2.8.25 → 2.8.27
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
CHANGED
|
@@ -54,8 +54,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
var name = "authme/sdk";
|
|
57
|
-
var version$1 = "2.8.
|
|
58
|
-
var date = "2025-
|
|
57
|
+
var version$1 = "2.8.27";
|
|
58
|
+
var date = "2025-10-02T06:50:39+0000";
|
|
59
59
|
var packageInfo = {
|
|
60
60
|
name: name,
|
|
61
61
|
version: version$1,
|
|
@@ -437,6 +437,7 @@ exports.StatusDescription = void 0;
|
|
|
437
437
|
StatusDescription["PositionNotMatch"] = "PositionNotMatch";
|
|
438
438
|
StatusDescription["Reflective"] = "Reflective";
|
|
439
439
|
StatusDescription["Blur"] = "Blur";
|
|
440
|
+
StatusDescription["Motion"] = "Motion";
|
|
440
441
|
StatusDescription["Pass"] = "Pass";
|
|
441
442
|
StatusDescription["Error"] = "Error";
|
|
442
443
|
StatusDescription["Failed"] = "Failed";
|
package/index.js
CHANGED
|
@@ -51,8 +51,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
var name = "authme/sdk";
|
|
54
|
-
var version$1 = "2.8.
|
|
55
|
-
var date = "2025-
|
|
54
|
+
var version$1 = "2.8.27";
|
|
55
|
+
var date = "2025-10-02T06:50:39+0000";
|
|
56
56
|
var packageInfo = {
|
|
57
57
|
name: name,
|
|
58
58
|
version: version$1,
|
|
@@ -434,6 +434,7 @@ var StatusDescription;
|
|
|
434
434
|
StatusDescription["PositionNotMatch"] = "PositionNotMatch";
|
|
435
435
|
StatusDescription["Reflective"] = "Reflective";
|
|
436
436
|
StatusDescription["Blur"] = "Blur";
|
|
437
|
+
StatusDescription["Motion"] = "Motion";
|
|
437
438
|
StatusDescription["Pass"] = "Pass";
|
|
438
439
|
StatusDescription["Error"] = "Error";
|
|
439
440
|
StatusDescription["Failed"] = "Failed";
|
package/package.json
CHANGED