@authme/core 2.8.28 → 2.8.30

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.
Files changed (3) hide show
  1. package/index.cjs +2 -2
  2. package/index.js +2 -2
  3. package/package.json +2 -2
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.28";
58
- var date = "2025-10-08T04:07:48+0000";
57
+ var version$1 = "2.8.30";
58
+ var date = "2025-10-30T10:27:17+0000";
59
59
  var packageInfo = {
60
60
  name: name,
61
61
  version: version$1,
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.28";
55
- var date = "2025-10-08T04:07:48+0000";
54
+ var version$1 = "2.8.30";
55
+ var date = "2025-10-30T10:27:17+0000";
56
56
  var packageInfo = {
57
57
  name: name,
58
58
  version: version$1,
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@authme/core",
3
- "version": "2.8.28",
3
+ "version": "2.8.30",
4
4
  "peerDependencies": {
5
5
  "core-js": "^3.6.0",
6
- "@authme/util": "2.8.28",
6
+ "@authme/util": "2.8.30",
7
7
  "rxjs": "7.8.2",
8
8
  "uuid": "8.3.2"
9
9
  },