@better-auth/core 1.5.0-beta.17 → 1.5.0-beta.18

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.
@@ -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.5.0-beta.17";
5
+ const __betterAuthVersion = "1.5.0-beta.18";
6
6
  /**
7
7
  * We store context instance in the globalThis.
8
8
  *
@@ -1,7 +1,7 @@
1
- import { getAuthTables } from "../get-tables.mjs";
2
1
  import { getColorDepth } from "../../env/color-depth.mjs";
3
2
  import { TTY_COLORS, createLogger } from "../../env/logger.mjs";
4
3
  import "../../env/index.mjs";
4
+ import { getAuthTables } from "../get-tables.mjs";
5
5
  import { BetterAuthError } from "../../error/index.mjs";
6
6
  import { safeJSONParse } from "../../utils/json.mjs";
7
7
  import { initGetDefaultModelName } from "./get-default-model-name.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/core",
3
- "version": "1.5.0-beta.17",
3
+ "version": "1.5.0-beta.18",
4
4
  "description": "The most comprehensive authentication framework for TypeScript.",
5
5
  "type": "module",
6
6
  "repository": {