@better-auth/core 1.4.4-beta.1 → 1.4.4

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,8 +1,8 @@
1
1
 
2
- > @better-auth/core@1.4.4-beta.1 build /home/runner/work/better-auth/better-auth/packages/core
2
+ > @better-auth/core@1.4.4 build /home/runner/work/better-auth/better-auth/packages/core
3
3
  > tsdown
4
4
 
5
- ℹ tsdown v0.16.6 powered by rolldown v1.0.0-beta.51
5
+ ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
6
6
  ℹ Using tsdown config: /home/runner/work/better-auth/better-auth/packages/core/tsdown.config.ts
7
7
  ℹ entry: src/index.ts, src/db/index.ts, src/db/adapter/index.ts, src/async_hooks/index.ts, src/context/index.ts, src/env/index.ts, src/oauth2/index.ts, src/api/index.ts, src/social-providers/index.ts, src/utils/index.ts, src/error/index.ts
8
8
  ℹ tsconfig: tsconfig.json
@@ -19,15 +19,15 @@
19
19
  ℹ dist/db/adapter/index.mjs  0.01 kB │ gzip: 0.03 kB
20
20
  ℹ dist/index.mjs  0.01 kB │ gzip: 0.03 kB
21
21
  ℹ dist/oauth2-B2XPHgx5.mjs  9.19 kB │ gzip: 2.13 kB
22
- ℹ dist/env-DwlNAN_D.mjs  7.67 kB │ gzip: 2.54 kB
22
+ ℹ dist/env-8yWFh7b8.mjs  7.67 kB │ gzip: 2.54 kB
23
23
  ℹ dist/context-DgQ9XGBl.mjs  3.89 kB │ gzip: 1.00 kB
24
24
  ℹ dist/error-BhAKg8LX.mjs  1.77 kB │ gzip: 0.79 kB
25
25
  ℹ dist/async_hooks-BfRfbd1J.mjs  0.87 kB │ gzip: 0.46 kB
26
26
  ℹ dist/utils-C5EN75oV.mjs  0.13 kB │ gzip: 0.12 kB
27
27
  ℹ dist/social-providers/index.d.mts  3.87 kB │ gzip: 1.20 kB
28
- ℹ dist/context/index.d.mts  3.04 kB │ gzip: 0.96 kB
28
+ ℹ dist/context/index.d.mts  3.05 kB │ gzip: 0.96 kB
29
29
  ℹ dist/error/index.d.mts  1.84 kB │ gzip: 0.72 kB
30
- ℹ dist/db/index.d.mts  1.01 kB │ gzip: 0.37 kB
30
+ ℹ dist/db/index.d.mts  1.01 kB │ gzip: 0.38 kB
31
31
  ℹ dist/index.d.mts  0.87 kB │ gzip: 0.34 kB
32
32
  ℹ dist/utils/index.d.mts  0.84 kB │ gzip: 0.43 kB
33
33
  ℹ dist/oauth2/index.d.mts  0.79 kB │ gzip: 0.30 kB
@@ -35,8 +35,8 @@
35
35
  ℹ dist/db/adapter/index.d.mts  0.53 kB │ gzip: 0.25 kB
36
36
  ℹ dist/api/index.d.mts  0.29 kB │ gzip: 0.16 kB
37
37
  ℹ dist/async_hooks/index.d.mts  0.14 kB │ gzip: 0.10 kB
38
- ℹ dist/index-B3xax_KQ.d.mts 207.91 kB │ gzip: 32.59 kB
39
- ℹ dist/index-CdubV7uy.d.mts  3.31 kB │ gzip: 1.11 kB
38
+ ℹ dist/index-DRwH9Qxo.d.mts 208.78 kB │ gzip: 32.75 kB
39
+ ℹ dist/index-X1Fs3IbM.d.mts  3.31 kB │ gzip: 1.11 kB
40
40
  ℹ dist/index-DgwIISs7.d.mts  0.24 kB │ gzip: 0.16 kB
41
- ℹ 31 files, total: 333.26 kB
42
- ✔ Build complete in 4495ms
41
+ ℹ 31 files, total: 334.14 kB
42
+ ✔ Build complete in 4549ms
@@ -1,3 +1,3 @@
1
- import { a as optionsMiddleware, i as createAuthMiddleware, n as AuthMiddleware, r as createAuthEndpoint, t as AuthEndpoint } from "../index-B3xax_KQ.mjs";
2
- import "../index-CdubV7uy.mjs";
1
+ import { a as optionsMiddleware, i as createAuthMiddleware, n as AuthMiddleware, r as createAuthEndpoint, t as AuthEndpoint } from "../index-DRwH9Qxo.mjs";
2
+ import "../index-X1Fs3IbM.mjs";
3
3
  export { AuthEndpoint, AuthMiddleware, createAuthEndpoint, createAuthMiddleware, optionsMiddleware };
@@ -1,5 +1,5 @@
1
- import { Qn as DBTransactionAdapter, f as AuthContext, qn as DBAdapter } from "../index-B3xax_KQ.mjs";
2
- import "../index-CdubV7uy.mjs";
1
+ import { Qn as DBTransactionAdapter, f as AuthContext, qn as DBAdapter } from "../index-DRwH9Qxo.mjs";
2
+ import "../index-X1Fs3IbM.mjs";
3
3
  import { t as AsyncLocalStorage } from "../index-DgwIISs7.mjs";
4
4
  import { EndpointContext, InputContext } from "better-call";
5
5
 
@@ -12,7 +12,7 @@ type AuthEndpointContext = Partial<InputContext<string, any> & EndpointContext<s
12
12
  *
13
13
  * It is exposed for advanced use cases where you need direct access to the AsyncLocalStorage instance.
14
14
  */
15
- declare function getCurrentAuthContextAsyncLocalStorage(): Promise<AsyncLocalStorage<any>>;
15
+ declare function getCurrentAuthContextAsyncLocalStorage(): Promise<AsyncLocalStorage<AuthEndpointContext>>;
16
16
  declare function getCurrentAuthContext(): Promise<AuthEndpointContext>;
17
17
  declare function runWithEndpointContext<T>(context: AuthEndpointContext, fn: () => T): Promise<T>;
18
18
  //#endregion
@@ -1,3 +1,3 @@
1
- import { $n as JoinConfig, Gn as CleanedWhere, Jn as DBAdapterDebugLogOption, Kn as CustomAdapter, Qn as DBTransactionAdapter, Xn as DBAdapterInstance, Yn as DBAdapterFactoryConfig, Zn as DBAdapterSchemaCreation, er as JoinOption, qn as DBAdapter, tr as Where } from "../../index-B3xax_KQ.mjs";
2
- import "../../index-CdubV7uy.mjs";
1
+ import { $n as JoinConfig, Gn as CleanedWhere, Jn as DBAdapterDebugLogOption, Kn as CustomAdapter, Qn as DBTransactionAdapter, Xn as DBAdapterInstance, Yn as DBAdapterFactoryConfig, Zn as DBAdapterSchemaCreation, er as JoinOption, qn as DBAdapter, tr as Where } from "../../index-DRwH9Qxo.mjs";
2
+ import "../../index-X1Fs3IbM.mjs";
3
3
  export { CleanedWhere, CustomAdapter, DBAdapter, DBAdapterDebugLogOption, DBAdapterFactoryConfig, DBAdapterInstance, DBAdapterSchemaCreation, DBTransactionAdapter, JoinConfig, JoinOption, Where };
@@ -1,3 +1,3 @@
1
- import { Cr as DBFieldType, Er as SecondaryStorage, Sr as DBFieldAttributeConfig, Tr as DBPrimitive, _r as Account, ar as FieldAttributeConfig, br as BetterAuthDBSchema, cr as Verification, dr as userSchema, fr as coreSchema, gr as rateLimitSchema, hr as RateLimit, ir as FieldAttribute, lr as verificationSchema, mr as sessionSchema, nr as AuthPluginSchema, or as FieldType, pr as Session, rr as BetterAuthDbSchema, sr as Primitive, ur as User, vr as accountSchema, wr as DBPreservedModels, xr as DBFieldAttribute, yr as BetterAuthPluginDBSchema } from "../index-B3xax_KQ.mjs";
2
- import "../index-CdubV7uy.mjs";
1
+ import { Cr as DBFieldType, Er as SecondaryStorage, Sr as DBFieldAttributeConfig, Tr as DBPrimitive, _r as Account, ar as FieldAttributeConfig, br as BetterAuthDBSchema, cr as Verification, dr as userSchema, fr as coreSchema, gr as rateLimitSchema, hr as RateLimit, ir as FieldAttribute, lr as verificationSchema, mr as sessionSchema, nr as AuthPluginSchema, or as FieldType, pr as Session, rr as BetterAuthDbSchema, sr as Primitive, ur as User, vr as accountSchema, wr as DBPreservedModels, xr as DBFieldAttribute, yr as BetterAuthPluginDBSchema } from "../index-DRwH9Qxo.mjs";
2
+ import "../index-X1Fs3IbM.mjs";
3
3
  export { Account, AuthPluginSchema, BetterAuthDBSchema, BetterAuthDbSchema, BetterAuthPluginDBSchema, DBFieldAttribute, DBFieldAttributeConfig, DBFieldType, DBPreservedModels, DBPrimitive, FieldAttribute, FieldAttributeConfig, FieldType, Primitive, RateLimit, SecondaryStorage, Session, User, Verification, accountSchema, coreSchema, rateLimitSchema, sessionSchema, userSchema, verificationSchema };
@@ -1,2 +1,2 @@
1
- import { _ as isTest, a as TTY_COLORS, c as logger, d as EnvObject, f as env, g as isProduction, h as isDevelopment, i as Logger, l as shouldPublishLog, m as getEnvVar, n as LogHandlerParams, o as createLogger, p as getBooleanEnvVar, r as LogLevel, s as levels, t as InternalLogger, u as ENV, v as nodeENV, y as getColorDepth } from "../index-CdubV7uy.mjs";
1
+ import { _ as isTest, a as TTY_COLORS, c as logger, d as EnvObject, f as env, g as isProduction, h as isDevelopment, i as Logger, l as shouldPublishLog, m as getEnvVar, n as LogHandlerParams, o as createLogger, p as getBooleanEnvVar, r as LogLevel, s as levels, t as InternalLogger, u as ENV, v as nodeENV, y as getColorDepth } from "../index-X1Fs3IbM.mjs";
2
2
  export { ENV, EnvObject, InternalLogger, LogHandlerParams, LogLevel, Logger, TTY_COLORS, createLogger, env, getBooleanEnvVar, getColorDepth, getEnvVar, isDevelopment, isProduction, isTest, levels, logger, nodeENV, shouldPublishLog };
@@ -1,3 +1,3 @@
1
- import { a as shouldPublishLog, c as env, d as isDevelopment, f as isProduction, i as logger, l as getBooleanEnvVar, m as nodeENV, n as createLogger, o as getColorDepth, p as isTest, r as levels, s as ENV, t as TTY_COLORS, u as getEnvVar } from "../env-DwlNAN_D.mjs";
1
+ import { a as shouldPublishLog, c as env, d as isDevelopment, f as isProduction, i as logger, l as getBooleanEnvVar, m as nodeENV, n as createLogger, o as getColorDepth, p as isTest, r as levels, s as ENV, t as TTY_COLORS, u as getEnvVar } from "../env-8yWFh7b8.mjs";
2
2
 
3
3
  export { ENV, TTY_COLORS, createLogger, env, getBooleanEnvVar, getColorDepth, getEnvVar, isDevelopment, isProduction, isTest, levels, logger, nodeENV, shouldPublishLog };
@@ -196,14 +196,14 @@ const TTY_COLORS = {
196
196
  }
197
197
  };
198
198
  const levels = [
199
+ "debug",
199
200
  "info",
200
201
  "success",
201
202
  "warn",
202
- "error",
203
- "debug"
203
+ "error"
204
204
  ];
205
205
  function shouldPublishLog(currentLogLevel, logLevel) {
206
- return levels.indexOf(logLevel) <= levels.indexOf(currentLogLevel);
206
+ return levels.indexOf(logLevel) >= levels.indexOf(currentLogLevel);
207
207
  }
208
208
  const levelColors = {
209
209
  info: TTY_COLORS.fg.blue,
@@ -1,7 +1,8 @@
1
- import { i as Logger, o as createLogger } from "./index-CdubV7uy.mjs";
1
+ import { i as Logger, o as createLogger } from "./index-X1Fs3IbM.mjs";
2
2
  import * as z from "zod";
3
3
  import { BetterFetch, BetterFetchOption, BetterFetchPlugin } from "@better-fetch/fetch";
4
4
  import * as jose0 from "jose";
5
+ import * as better_call0 from "better-call";
5
6
  import { CookieOptions, Endpoint, EndpointContext, EndpointOptions, InputContext, Middleware } from "better-call";
6
7
  import { StandardSchemaV1, StandardSchemaV1 as StandardSchemaV1$1 } from "@standard-schema/spec";
7
8
  import { Database } from "bun:sqlite";
@@ -6086,7 +6087,7 @@ type BetterAuthRateLimitOptions = {
6086
6087
  /**
6087
6088
  * Custom field names for the rate limit table
6088
6089
  */
6089
- fields?: Record<keyof RateLimit, string> | undefined;
6090
+ fields?: Partial<Record<keyof RateLimit, string>> | undefined;
6090
6091
  /**
6091
6092
  * custom storage configuration.
6092
6093
  *
@@ -7455,9 +7456,20 @@ interface BetterAuthClientPlugin {
7455
7456
  }
7456
7457
  //#endregion
7457
7458
  //#region src/api/index.d.ts
7458
- declare const optionsMiddleware: any;
7459
- declare const createAuthMiddleware: any;
7460
- declare const createAuthEndpoint: <Path extends string, Opts extends EndpointOptions, R>(path: Path, options: Opts, handler: (ctx: EndpointContext<Path, Opts, AuthContext>) => Promise<R>) => any;
7459
+ declare const optionsMiddleware: <InputCtx extends better_call0.MiddlewareInputContext<better_call0.MiddlewareOptions>>(inputContext: InputCtx) => Promise<AuthContext>;
7460
+ declare const createAuthMiddleware: {
7461
+ <Options extends better_call0.MiddlewareOptions, R>(options: Options, handler: (ctx: better_call0.MiddlewareContext<Options, AuthContext & {
7462
+ returned?: unknown | undefined;
7463
+ responseHeaders?: Headers | undefined;
7464
+ }>) => Promise<R>): (inputContext: better_call0.MiddlewareInputContext<Options>) => Promise<R>;
7465
+ <Options extends better_call0.MiddlewareOptions, R_1>(handler: (ctx: better_call0.MiddlewareContext<Options, AuthContext & {
7466
+ returned?: unknown | undefined;
7467
+ responseHeaders?: Headers | undefined;
7468
+ }>) => Promise<R_1>): (inputContext: better_call0.MiddlewareInputContext<Options>) => Promise<R_1>;
7469
+ };
7470
+ declare const createAuthEndpoint: <Path extends string, Opts extends EndpointOptions, R>(path: Path, options: Opts, handler: (ctx: EndpointContext<Path, Opts, AuthContext>) => Promise<R>) => better_call0.StrictEndpoint<Path, Opts & {
7471
+ use: any[];
7472
+ }, R>;
7461
7473
  type AuthEndpoint = ReturnType<typeof createAuthEndpoint>;
7462
7474
  type AuthMiddleware = ReturnType<typeof createAuthMiddleware>;
7463
7475
  //#endregion
@@ -63,8 +63,8 @@ declare const TTY_COLORS: {
63
63
  readonly white: "\u001B[47m";
64
64
  };
65
65
  };
66
- type LogLevel = "info" | "success" | "warn" | "error" | "debug";
67
- declare const levels: readonly ["info", "success", "warn", "error", "debug"];
66
+ type LogLevel = "debug" | "info" | "success" | "warn" | "error";
67
+ declare const levels: readonly ["debug", "info", "success", "warn", "error"];
68
68
  declare function shouldPublishLog(currentLogLevel: LogLevel, logLevel: LogLevel): boolean;
69
69
  interface Logger {
70
70
  disabled?: boolean | undefined;
package/dist/index.d.mts CHANGED
@@ -1,3 +1,3 @@
1
- import { An as BetterAuthCookies, On as LiteralString, _ as BetterAuthRateLimitOptions, b as HookEndpointContext, c as BetterAuthClientPlugin, d as ClientStore, f as AuthContext, g as BetterAuthOptions, h as BetterAuthAdvancedOptions, kn as LiteralUnion, l as ClientAtomListener, m as InternalAdapter, o as StandardSchemaV1, p as GenericEndpointContext, s as BetterAuthClientOptions, u as ClientFetchOption, v as GenerateIdFn, y as BetterAuthPlugin } from "./index-B3xax_KQ.mjs";
2
- import "./index-CdubV7uy.mjs";
1
+ import { An as BetterAuthCookies, On as LiteralString, _ as BetterAuthRateLimitOptions, b as HookEndpointContext, c as BetterAuthClientPlugin, d as ClientStore, f as AuthContext, g as BetterAuthOptions, h as BetterAuthAdvancedOptions, kn as LiteralUnion, l as ClientAtomListener, m as InternalAdapter, o as StandardSchemaV1, p as GenericEndpointContext, s as BetterAuthClientOptions, u as ClientFetchOption, v as GenerateIdFn, y as BetterAuthPlugin } from "./index-DRwH9Qxo.mjs";
2
+ import "./index-X1Fs3IbM.mjs";
3
3
  export { AuthContext, BetterAuthAdvancedOptions, BetterAuthClientOptions, BetterAuthClientPlugin, BetterAuthCookies, BetterAuthOptions, BetterAuthPlugin, BetterAuthRateLimitOptions, ClientAtomListener, ClientFetchOption, ClientStore, GenerateIdFn, GenericEndpointContext, HookEndpointContext, InternalAdapter, LiteralString, LiteralUnion, StandardSchemaV1 };
@@ -1,3 +1,3 @@
1
- import { Bn as createClientCredentialsTokenRequest, Fn as getOAuth2Tokens, Hn as OAuth2UserInfo, In as createRefreshAccessTokenRequest, Ln as refreshAccessToken, Mn as validateAuthorizationCode, Nn as validateToken, Pn as generateCodeChallenge, Rn as createAuthorizationURL, Un as OAuthProvider, Vn as OAuth2Tokens, Wn as ProviderOptions, jn as createAuthorizationCodeRequest, zn as clientCredentialsToken } from "../index-B3xax_KQ.mjs";
2
- import "../index-CdubV7uy.mjs";
1
+ import { Bn as createClientCredentialsTokenRequest, Fn as getOAuth2Tokens, Hn as OAuth2UserInfo, In as createRefreshAccessTokenRequest, Ln as refreshAccessToken, Mn as validateAuthorizationCode, Nn as validateToken, Pn as generateCodeChallenge, Rn as createAuthorizationURL, Un as OAuthProvider, Vn as OAuth2Tokens, Wn as ProviderOptions, jn as createAuthorizationCodeRequest, zn as clientCredentialsToken } from "../index-DRwH9Qxo.mjs";
2
+ import "../index-X1Fs3IbM.mjs";
3
3
  export { OAuth2Tokens, OAuth2UserInfo, OAuthProvider, ProviderOptions, clientCredentialsToken, createAuthorizationCodeRequest, createAuthorizationURL, createClientCredentialsTokenRequest, createRefreshAccessTokenRequest, generateCodeChallenge, getOAuth2Tokens, refreshAccessToken, validateAuthorizationCode, validateToken };
@@ -1,3 +1,3 @@
1
- import { $ as AccountStatus, $t as GoogleProfile, A as PolarOptions, At as linear, B as LineIdTokenPayload, Bt as TwitchOptions, C as SocialProviderListEnum, Cn as AppleNonConformUser, Ct as gitlab, D as VercelOptions, Dn as getApplePublicKey, Dt as LinearOptions, E as socialProviders, En as apple, Et as linkedin, F as PayPalTokenResponse, Ft as DropboxProfile, G as NaverProfile, Gt as spotify, H as LineUserInfo, Ht as twitch, I as paypal, It as dropbox, J as KakaoProfile, Jt as slack, K as naver, Kt as SlackOptions, L as PaybinOptions, Lt as TwitterOption, M as polar, Mt as KickProfile, N as PayPalOptions, Nt as kick, O as VercelProfile, Ot as LinearProfile, P as PayPalProfile, Pt as DropboxOptions, Q as notion, Qt as GoogleOptions, R as PaybinProfile, Rt as TwitterProfile, S as SocialProviderList, Sn as atlassian, St as GitlabProfile, T as socialProviderList, Tn as AppleProfile, Tt as LinkedInProfile, U as line, Ut as SpotifyOptions, V as LineOptions, Vt as TwitchProfile, W as NaverOptions, Wt as SpotifyProfile, X as NotionOptions, Xt as HuggingFaceProfile, Y as kakao, Yt as HuggingFaceOptions, Z as NotionProfile, Zt as huggingface, _n as CognitoProfile, _t as reddit, an as GithubProfile, at as zoom, bn as AtlassianOptions, bt as tiktok, cn as FigmaProfile, ct as vk, dn as FacebookProfile, dt as salesforce, en as google, et as LoginType, fn as facebook, ft as RobloxOptions, gn as CognitoOptions, gt as RedditProfile, hn as discord, ht as RedditOptions, in as GithubOptions, it as ZoomProfile, j as PolarProfile, jt as KickOptions, k as vercel, kt as LinearUser, ln as figma, lt as SalesforceOptions, mn as DiscordProfile, mt as roblox, nn as MicrosoftOptions, nt as PronounOption, on as github, ot as VkOption, pn as DiscordOptions, pt as RobloxProfile, q as KakaoOptions, qt as SlackProfile, rn as microsoft, rt as ZoomOptions, sn as FigmaOptions, st as VkProfile, tn as MicrosoftEntraIDProfile, tt as PhoneNumber, un as FacebookOptions, ut as SalesforceProfile, vn as cognito, vt as TiktokOptions, w as SocialProviders, wn as AppleOptions, wt as LinkedInOptions, x as SocialProvider, xn as AtlassianProfile, xt as GitlabOptions, yn as getCognitoPublicKey, yt as TiktokProfile, z as paybin, zt as twitter } from "../index-B3xax_KQ.mjs";
2
- import "../index-CdubV7uy.mjs";
1
+ import { $ as AccountStatus, $t as GoogleProfile, A as PolarOptions, At as linear, B as LineIdTokenPayload, Bt as TwitchOptions, C as SocialProviderListEnum, Cn as AppleNonConformUser, Ct as gitlab, D as VercelOptions, Dn as getApplePublicKey, Dt as LinearOptions, E as socialProviders, En as apple, Et as linkedin, F as PayPalTokenResponse, Ft as DropboxProfile, G as NaverProfile, Gt as spotify, H as LineUserInfo, Ht as twitch, I as paypal, It as dropbox, J as KakaoProfile, Jt as slack, K as naver, Kt as SlackOptions, L as PaybinOptions, Lt as TwitterOption, M as polar, Mt as KickProfile, N as PayPalOptions, Nt as kick, O as VercelProfile, Ot as LinearProfile, P as PayPalProfile, Pt as DropboxOptions, Q as notion, Qt as GoogleOptions, R as PaybinProfile, Rt as TwitterProfile, S as SocialProviderList, Sn as atlassian, St as GitlabProfile, T as socialProviderList, Tn as AppleProfile, Tt as LinkedInProfile, U as line, Ut as SpotifyOptions, V as LineOptions, Vt as TwitchProfile, W as NaverOptions, Wt as SpotifyProfile, X as NotionOptions, Xt as HuggingFaceProfile, Y as kakao, Yt as HuggingFaceOptions, Z as NotionProfile, Zt as huggingface, _n as CognitoProfile, _t as reddit, an as GithubProfile, at as zoom, bn as AtlassianOptions, bt as tiktok, cn as FigmaProfile, ct as vk, dn as FacebookProfile, dt as salesforce, en as google, et as LoginType, fn as facebook, ft as RobloxOptions, gn as CognitoOptions, gt as RedditProfile, hn as discord, ht as RedditOptions, in as GithubOptions, it as ZoomProfile, j as PolarProfile, jt as KickOptions, k as vercel, kt as LinearUser, ln as figma, lt as SalesforceOptions, mn as DiscordProfile, mt as roblox, nn as MicrosoftOptions, nt as PronounOption, on as github, ot as VkOption, pn as DiscordOptions, pt as RobloxProfile, q as KakaoOptions, qt as SlackProfile, rn as microsoft, rt as ZoomOptions, sn as FigmaOptions, st as VkProfile, tn as MicrosoftEntraIDProfile, tt as PhoneNumber, un as FacebookOptions, ut as SalesforceProfile, vn as cognito, vt as TiktokOptions, w as SocialProviders, wn as AppleOptions, wt as LinkedInOptions, x as SocialProvider, xn as AtlassianProfile, xt as GitlabOptions, yn as getCognitoPublicKey, yt as TiktokProfile, z as paybin, zt as twitter } from "../index-DRwH9Qxo.mjs";
2
+ import "../index-X1Fs3IbM.mjs";
3
3
  export { AccountStatus, AppleNonConformUser, AppleOptions, AppleProfile, AtlassianOptions, AtlassianProfile, CognitoOptions, CognitoProfile, DiscordOptions, DiscordProfile, DropboxOptions, DropboxProfile, FacebookOptions, FacebookProfile, FigmaOptions, FigmaProfile, GithubOptions, GithubProfile, GitlabOptions, GitlabProfile, GoogleOptions, GoogleProfile, HuggingFaceOptions, HuggingFaceProfile, KakaoOptions, KakaoProfile, KickOptions, KickProfile, LineIdTokenPayload, LineOptions, LineUserInfo, LinearOptions, LinearProfile, LinearUser, LinkedInOptions, LinkedInProfile, LoginType, MicrosoftEntraIDProfile, MicrosoftOptions, NaverOptions, NaverProfile, NotionOptions, NotionProfile, PayPalOptions, PayPalProfile, PayPalTokenResponse, PaybinOptions, PaybinProfile, PhoneNumber, PolarOptions, PolarProfile, PronounOption, RedditOptions, RedditProfile, RobloxOptions, RobloxProfile, SalesforceOptions, SalesforceProfile, SlackOptions, SlackProfile, SocialProvider, SocialProviderList, SocialProviderListEnum, SocialProviders, SpotifyOptions, SpotifyProfile, TiktokOptions, TiktokProfile, TwitchOptions, TwitchProfile, TwitterOption, TwitterProfile, VercelOptions, VercelProfile, VkOption, VkProfile, ZoomOptions, ZoomProfile, apple, atlassian, cognito, discord, dropbox, facebook, figma, getApplePublicKey, getCognitoPublicKey, github, gitlab, google, huggingface, kakao, kick, line, linear, linkedin, microsoft, naver, notion, paybin, paypal, polar, reddit, roblox, salesforce, slack, socialProviderList, socialProviders, spotify, tiktok, twitch, twitter, vercel, vk, zoom };
@@ -1,4 +1,4 @@
1
- import { i as logger } from "../env-DwlNAN_D.mjs";
1
+ import { i as logger } from "../env-8yWFh7b8.mjs";
2
2
  import { a as refreshAccessToken, c as getOAuth2Tokens, n as validateAuthorizationCode, o as createAuthorizationURL, s as generateCodeChallenge } from "../oauth2-B2XPHgx5.mjs";
3
3
  import "../utils-C5EN75oV.mjs";
4
4
  import { t as BetterAuthError } from "../error-BhAKg8LX.mjs";
package/package.json CHANGED
@@ -1,13 +1,8 @@
1
1
  {
2
2
  "name": "@better-auth/core",
3
- "version": "1.4.4-beta.1",
3
+ "version": "1.4.4",
4
4
  "description": "The most comprehensive authentication framework for TypeScript.",
5
5
  "type": "module",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/better-auth/better-auth",
9
- "directory": "packages/core"
10
- },
11
6
  "main": "./dist/index.mjs",
12
7
  "module": "./dist/index.mjs",
13
8
  "exports": {
@@ -108,12 +103,12 @@
108
103
  "@better-auth/utils": "0.3.0",
109
104
  "@better-fetch/fetch": "1.1.18",
110
105
  "@types/better-sqlite3": "^7.6.13",
111
- "better-call": "1.1.1",
106
+ "better-call": "1.1.3",
112
107
  "better-sqlite3": "^12.4.1",
113
108
  "jose": "^6.1.0",
114
109
  "kysely": "^0.28.5",
115
110
  "nanostores": "^1.0.1",
116
- "tsdown": "^0.16.6"
111
+ "tsdown": "^0.16.0"
117
112
  },
118
113
  "dependencies": {
119
114
  "@standard-schema/spec": "^1.0.0",
@@ -122,7 +117,7 @@
122
117
  "peerDependencies": {
123
118
  "@better-auth/utils": "0.3.0",
124
119
  "@better-fetch/fetch": "1.1.18",
125
- "better-call": "1.1.1",
120
+ "better-call": "1.1.3",
126
121
  "jose": "^6.1.0",
127
122
  "kysely": "^0.28.5",
128
123
  "nanostores": "^1.0.1"
@@ -130,7 +125,6 @@
130
125
  "scripts": {
131
126
  "build": "tsdown",
132
127
  "dev": "tsdown --watch",
133
- "lint:package": "publint run --strict",
134
128
  "typecheck": "tsc --project tsconfig.json",
135
129
  "test": "vitest"
136
130
  }
@@ -8,22 +8,22 @@ describe("shouldPublishLog", () => {
8
8
  logLevel: LogLevel;
9
9
  expected: boolean;
10
10
  }[] = [
11
- { currentLogLevel: "info", logLevel: "info", expected: true },
12
- { currentLogLevel: "info", logLevel: "warn", expected: false },
13
- { currentLogLevel: "info", logLevel: "error", expected: false },
14
- { currentLogLevel: "info", logLevel: "debug", expected: false },
15
- { currentLogLevel: "warn", logLevel: "info", expected: true },
16
- { currentLogLevel: "warn", logLevel: "warn", expected: true },
17
- { currentLogLevel: "warn", logLevel: "error", expected: false },
18
- { currentLogLevel: "warn", logLevel: "debug", expected: false },
19
- { currentLogLevel: "error", logLevel: "info", expected: true },
20
- { currentLogLevel: "error", logLevel: "warn", expected: true },
21
- { currentLogLevel: "error", logLevel: "error", expected: true },
22
- { currentLogLevel: "error", logLevel: "debug", expected: false },
11
+ { currentLogLevel: "debug", logLevel: "debug", expected: true },
23
12
  { currentLogLevel: "debug", logLevel: "info", expected: true },
24
13
  { currentLogLevel: "debug", logLevel: "warn", expected: true },
25
14
  { currentLogLevel: "debug", logLevel: "error", expected: true },
26
- { currentLogLevel: "debug", logLevel: "debug", expected: true },
15
+ { currentLogLevel: "info", logLevel: "debug", expected: false },
16
+ { currentLogLevel: "info", logLevel: "info", expected: true },
17
+ { currentLogLevel: "info", logLevel: "warn", expected: true },
18
+ { currentLogLevel: "info", logLevel: "error", expected: true },
19
+ { currentLogLevel: "warn", logLevel: "debug", expected: false },
20
+ { currentLogLevel: "warn", logLevel: "info", expected: false },
21
+ { currentLogLevel: "warn", logLevel: "warn", expected: true },
22
+ { currentLogLevel: "warn", logLevel: "error", expected: true },
23
+ { currentLogLevel: "error", logLevel: "debug", expected: false },
24
+ { currentLogLevel: "error", logLevel: "info", expected: false },
25
+ { currentLogLevel: "error", logLevel: "warn", expected: false },
26
+ { currentLogLevel: "error", logLevel: "error", expected: true },
27
27
  ];
28
28
 
29
29
  testCases.forEach(({ currentLogLevel, logLevel, expected }) => {
package/src/env/logger.ts CHANGED
@@ -31,15 +31,15 @@ export const TTY_COLORS = {
31
31
  },
32
32
  } as const;
33
33
 
34
- export type LogLevel = "info" | "success" | "warn" | "error" | "debug";
34
+ export type LogLevel = "debug" | "info" | "success" | "warn" | "error";
35
35
 
36
- export const levels = ["info", "success", "warn", "error", "debug"] as const;
36
+ export const levels = ["debug", "info", "success", "warn", "error"] as const;
37
37
 
38
38
  export function shouldPublishLog(
39
39
  currentLogLevel: LogLevel,
40
40
  logLevel: LogLevel,
41
41
  ): boolean {
42
- return levels.indexOf(logLevel) <= levels.indexOf(currentLogLevel);
42
+ return levels.indexOf(logLevel) >= levels.indexOf(currentLogLevel);
43
43
  }
44
44
 
45
45
  export interface Logger {
@@ -106,7 +106,7 @@ export type BetterAuthRateLimitOptions = {
106
106
  /**
107
107
  * Custom field names for the rate limit table
108
108
  */
109
- fields?: Record<keyof RateLimit, string> | undefined;
109
+ fields?: Partial<Record<keyof RateLimit, string>> | undefined;
110
110
  /**
111
111
  * custom storage configuration.
112
112
  *