@better-auth/core 1.4.20 → 1.4.21

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @better-auth/core@1.4.20 build /home/runner/work/better-auth/better-auth/packages/core
2
+ > @better-auth/core@1.4.21 build /home/runner/work/better-auth/better-auth/packages/core
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
@@ -258,4 +258,4 @@
258
258
  ℹ dist/env/color-depth.d.mts  0.16 kB │ gzip: 0.14 kB
259
259
  ℹ dist/utils/id.d.mts  0.15 kB │ gzip: 0.14 kB
260
260
  ℹ 250 files, total: 860.36 kB
261
- ✔ Build complete in 5636ms
261
+ ✔ Build complete in 5613ms
@@ -2,7 +2,7 @@
2
2
  const symbol = Symbol.for("better-auth:global");
3
3
  let bind = null;
4
4
  const __context = {};
5
- const __betterAuthVersion = "1.4.20";
5
+ const __betterAuthVersion = "1.4.21";
6
6
  /**
7
7
  * We store context instance in the globalThis.
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/core",
3
- "version": "1.4.20",
3
+ "version": "1.4.21",
4
4
  "description": "The most comprehensive authentication framework for TypeScript.",
5
5
  "type": "module",
6
6
  "repository": {