@better-auth/core 1.4.14 → 1.4.15

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.14 build /home/runner/work/better-auth/better-auth/packages/core
2
+ > @better-auth/core@1.4.15 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
@@ -177,4 +177,4 @@
177
177
  ℹ dist/utils/id.d.mts  0.12 kB │ gzip: 0.12 kB
178
178
  ℹ dist/env/color-depth.d.mts  0.12 kB │ gzip: 0.11 kB
179
179
  ℹ 169 files, total: 440.50 kB
180
- ✔ Build complete in 6581ms
180
+ ✔ Build complete in 6540ms
@@ -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.14";
5
+ const __betterAuthVersion = "1.4.15";
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.14",
3
+ "version": "1.4.15",
4
4
  "description": "The most comprehensive authentication framework for TypeScript.",
5
5
  "type": "module",
6
6
  "repository": {