@authme/core 2.8.24 → 2.8.26

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.24";
58
- var date = "2025-07-31T06:39:41+0000";
57
+ var version$1 = "2.8.26";
58
+ var date = "2025-09-30T03:00:07+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.24";
55
- var date = "2025-07-31T06:39:41+0000";
54
+ var version$1 = "2.8.26";
55
+ var date = "2025-09-30T03:00:07+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
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@authme/core",
3
- "version": "2.8.24",
3
+ "version": "2.8.26",
4
4
  "peerDependencies": {
5
5
  "core-js": "^3.6.0",
6
- "@authme/util": "2.8.24",
6
+ "@authme/util": "2.8.26",
7
7
  "rxjs": "7.8.2",
8
8
  "uuid": "8.3.2"
9
9
  },
@@ -59,6 +59,7 @@ export declare enum StatusDescription {
59
59
  PositionNotMatch = "PositionNotMatch",
60
60
  Reflective = "Reflective",
61
61
  Blur = "Blur",
62
+ Motion = "Motion",
62
63
  Pass = "Pass",
63
64
  Error = "Error",
64
65
  Failed = "Failed",