better-auth 1.2.9-beta.6 → 1.2.9-beta.7
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.
- package/dist/adapters/drizzle-adapter/index.d.cts +4 -3
- package/dist/adapters/drizzle-adapter/index.d.mts +4 -3
- package/dist/adapters/drizzle-adapter/index.d.ts +4 -3
- package/dist/adapters/index.d.cts +3 -3
- package/dist/adapters/index.d.mts +3 -3
- package/dist/adapters/index.d.ts +3 -3
- package/dist/adapters/kysely-adapter/index.d.cts +2 -2
- package/dist/adapters/kysely-adapter/index.d.mts +2 -2
- package/dist/adapters/kysely-adapter/index.d.ts +2 -2
- package/dist/adapters/memory-adapter/index.d.cts +4 -3
- package/dist/adapters/memory-adapter/index.d.mts +4 -3
- package/dist/adapters/memory-adapter/index.d.ts +4 -3
- package/dist/adapters/mongodb-adapter/index.d.cts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.mts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.ts +2 -2
- package/dist/adapters/prisma-adapter/index.d.cts +4 -3
- package/dist/adapters/prisma-adapter/index.d.mts +4 -3
- package/dist/adapters/prisma-adapter/index.d.ts +4 -3
- package/dist/adapters/test.d.cts +2 -2
- package/dist/adapters/test.d.mts +2 -2
- package/dist/adapters/test.d.ts +2 -2
- package/dist/api/index.d.cts +4 -4
- package/dist/api/index.d.mts +4 -4
- package/dist/api/index.d.ts +4 -4
- package/dist/client/index.d.cts +5 -5
- package/dist/client/index.d.mts +5 -5
- package/dist/client/index.d.ts +5 -5
- package/dist/client/plugins/index.d.cts +6 -4
- package/dist/client/plugins/index.d.mts +6 -4
- package/dist/client/plugins/index.d.ts +6 -4
- package/dist/client/react/index.d.cts +10 -10
- package/dist/client/react/index.d.mts +10 -10
- package/dist/client/react/index.d.ts +10 -10
- package/dist/client/solid/index.d.cts +4 -4
- package/dist/client/solid/index.d.mts +4 -4
- package/dist/client/solid/index.d.ts +4 -4
- package/dist/client/svelte/index.d.cts +4 -4
- package/dist/client/svelte/index.d.mts +4 -4
- package/dist/client/svelte/index.d.ts +4 -4
- package/dist/client/vue/index.d.cts +4 -4
- package/dist/client/vue/index.d.mts +4 -4
- package/dist/client/vue/index.d.ts +4 -4
- package/dist/cookies/index.d.cts +2 -2
- package/dist/cookies/index.d.mts +2 -2
- package/dist/cookies/index.d.ts +2 -2
- package/dist/crypto/index.d.cts +2 -1
- package/dist/crypto/index.d.mts +2 -1
- package/dist/crypto/index.d.ts +2 -1
- package/dist/db/index.d.cts +6 -6
- package/dist/db/index.d.mts +6 -6
- package/dist/db/index.d.ts +6 -6
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/integrations/next-js.d.cts +2 -2
- package/dist/integrations/next-js.d.mts +2 -2
- package/dist/integrations/next-js.d.ts +2 -2
- package/dist/integrations/node.d.cts +2 -2
- package/dist/integrations/node.d.mts +2 -2
- package/dist/integrations/node.d.ts +2 -2
- package/dist/integrations/react-start.d.cts +2 -2
- package/dist/integrations/react-start.d.mts +2 -2
- package/dist/integrations/react-start.d.ts +2 -2
- package/dist/integrations/svelte-kit.d.cts +2 -2
- package/dist/integrations/svelte-kit.d.mts +2 -2
- package/dist/integrations/svelte-kit.d.ts +2 -2
- package/dist/oauth2/index.d.cts +4 -4
- package/dist/oauth2/index.d.mts +4 -4
- package/dist/oauth2/index.d.ts +4 -4
- package/dist/plugins/access/index.d.cts +2 -1
- package/dist/plugins/access/index.d.mts +2 -1
- package/dist/plugins/access/index.d.ts +2 -1
- package/dist/plugins/admin/access/index.d.cts +17 -17
- package/dist/plugins/admin/access/index.d.mts +17 -17
- package/dist/plugins/admin/access/index.d.ts +17 -17
- package/dist/plugins/admin/index.d.cts +29 -28
- package/dist/plugins/admin/index.d.mts +29 -28
- package/dist/plugins/admin/index.d.ts +29 -28
- package/dist/plugins/anonymous/index.d.cts +4 -3
- package/dist/plugins/anonymous/index.d.mts +4 -3
- package/dist/plugins/anonymous/index.d.ts +4 -3
- package/dist/plugins/bearer/index.d.cts +2 -2
- package/dist/plugins/bearer/index.d.mts +2 -2
- package/dist/plugins/bearer/index.d.ts +2 -2
- package/dist/plugins/captcha/index.d.cts +2 -2
- package/dist/plugins/captcha/index.d.mts +2 -2
- package/dist/plugins/captcha/index.d.ts +2 -2
- package/dist/plugins/custom-session/index.d.cts +2 -2
- package/dist/plugins/custom-session/index.d.mts +2 -2
- package/dist/plugins/custom-session/index.d.ts +2 -2
- package/dist/plugins/email-otp/index.d.cts +14 -13
- package/dist/plugins/email-otp/index.d.mts +14 -13
- package/dist/plugins/email-otp/index.d.ts +14 -13
- package/dist/plugins/generic-oauth/index.d.cts +15 -14
- package/dist/plugins/generic-oauth/index.d.mts +15 -14
- package/dist/plugins/generic-oauth/index.d.ts +15 -14
- package/dist/plugins/haveibeenpwned/index.d.cts +4 -3
- package/dist/plugins/haveibeenpwned/index.d.mts +4 -3
- package/dist/plugins/haveibeenpwned/index.d.ts +4 -3
- package/dist/plugins/index.cjs +194 -196
- package/dist/plugins/index.d.cts +16 -16
- package/dist/plugins/index.d.mts +16 -16
- package/dist/plugins/index.d.ts +16 -16
- package/dist/plugins/index.mjs +195 -197
- package/dist/plugins/jwt/index.d.cts +6 -5
- package/dist/plugins/jwt/index.d.mts +6 -5
- package/dist/plugins/jwt/index.d.ts +6 -5
- package/dist/plugins/multi-session/index.d.cts +7 -7
- package/dist/plugins/multi-session/index.d.mts +7 -7
- package/dist/plugins/multi-session/index.d.ts +7 -7
- package/dist/plugins/oauth-proxy/index.d.cts +6 -6
- package/dist/plugins/oauth-proxy/index.d.mts +6 -6
- package/dist/plugins/oauth-proxy/index.d.ts +6 -6
- package/dist/plugins/oidc-provider/index.cjs +1 -1
- package/dist/plugins/oidc-provider/index.d.cts +26 -16
- package/dist/plugins/oidc-provider/index.d.mts +26 -16
- package/dist/plugins/oidc-provider/index.d.ts +26 -16
- package/dist/plugins/oidc-provider/index.mjs +1 -1
- package/dist/plugins/one-time-token/index.d.cts +4 -4
- package/dist/plugins/one-time-token/index.d.mts +4 -4
- package/dist/plugins/one-time-token/index.d.ts +4 -4
- package/dist/plugins/open-api/index.d.cts +4 -3
- package/dist/plugins/open-api/index.d.mts +4 -3
- package/dist/plugins/open-api/index.d.ts +4 -3
- package/dist/plugins/organization/index.d.cts +171 -170
- package/dist/plugins/organization/index.d.mts +171 -170
- package/dist/plugins/organization/index.d.ts +171 -170
- package/dist/plugins/passkey/index.d.cts +16 -15
- package/dist/plugins/passkey/index.d.mts +16 -15
- package/dist/plugins/passkey/index.d.ts +16 -15
- package/dist/plugins/phone-number/index.cjs +1 -1
- package/dist/plugins/phone-number/index.d.cts +8 -7
- package/dist/plugins/phone-number/index.d.mts +8 -7
- package/dist/plugins/phone-number/index.d.ts +8 -7
- package/dist/plugins/phone-number/index.mjs +1 -1
- package/dist/plugins/sso/index.d.cts +34 -33
- package/dist/plugins/sso/index.d.mts +34 -33
- package/dist/plugins/sso/index.d.ts +34 -33
- package/dist/plugins/two-factor/index.d.cts +13 -12
- package/dist/plugins/two-factor/index.d.mts +13 -12
- package/dist/plugins/two-factor/index.d.ts +13 -12
- package/dist/plugins/username/index.d.cts +4 -3
- package/dist/plugins/username/index.d.mts +4 -3
- package/dist/plugins/username/index.d.ts +4 -3
- package/dist/shared/{better-auth.ByC0y0O-.d.ts → better-auth.BTuiucL9.d.ts} +2 -1
- package/dist/shared/{better-auth.CDo1lsla.mjs → better-auth.BxnsZrT2.mjs} +25 -14
- package/dist/shared/{better-auth.DqE__YRm.d.cts → better-auth.C3XZ-VgJ.d.cts} +3 -3
- package/dist/shared/{better-auth.BFR46gjQ.d.ts → better-auth.CFB3tRhe.d.ts} +3 -3
- package/dist/shared/{better-auth.B79sBZ5R.d.ts → better-auth.CnWEHFr7.d.ts} +42 -102
- package/dist/shared/{better-auth.BWb7XZvT.cjs → better-auth.DBsHPrgZ.cjs} +25 -14
- package/dist/shared/{better-auth.BmjQ3Bjc.d.ts → better-auth.DGCyfEhG.d.ts} +522 -521
- package/dist/shared/{better-auth.CggyDr6H.d.mts → better-auth.DNEJbRnE.d.mts} +2 -1
- package/dist/shared/{better-auth.pfMfSSjQ.d.cts → better-auth.DlrGYDwK.d.cts} +42 -102
- package/dist/shared/{better-auth.yS_3d_FU.d.mts → better-auth.Dqj-g-Up.d.mts} +522 -521
- package/dist/shared/{better-auth.B0Qseyk5.d.mts → better-auth.DrtmN2NE.d.mts} +42 -102
- package/dist/shared/{better-auth.c8uOsc8s.d.cts → better-auth.DwXCmEc7.d.cts} +522 -521
- package/dist/shared/{better-auth.BgtukYVC.d.cts → better-auth.Dz9w_OUB.d.cts} +2 -1
- package/dist/shared/{better-auth.BQP9roUV.d.mts → better-auth.kagr8goH.d.mts} +3 -3
- package/dist/social-providers/index.d.cts +1 -1
- package/dist/social-providers/index.d.mts +1 -1
- package/dist/social-providers/index.d.ts +1 -1
- package/dist/types/index.d.cts +5 -4
- package/dist/types/index.d.mts +5 -4
- package/dist/types/index.d.ts +5 -4
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.DwXCmEc7.cjs';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.Dz9w_OUB.cjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -35,4 +35,5 @@ interface DrizzleAdapterConfig {
|
|
|
35
35
|
}
|
|
36
36
|
declare const drizzleAdapter: (db: DB, config: DrizzleAdapterConfig) => (options: BetterAuthOptions) => Adapter;
|
|
37
37
|
|
|
38
|
-
export {
|
|
38
|
+
export { drizzleAdapter };
|
|
39
|
+
export type { DB, DrizzleAdapterConfig };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.Dqj-g-Up.mjs';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.DNEJbRnE.mjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -35,4 +35,5 @@ interface DrizzleAdapterConfig {
|
|
|
35
35
|
}
|
|
36
36
|
declare const drizzleAdapter: (db: DB, config: DrizzleAdapterConfig) => (options: BetterAuthOptions) => Adapter;
|
|
37
37
|
|
|
38
|
-
export {
|
|
38
|
+
export { drizzleAdapter };
|
|
39
|
+
export type { DB, DrizzleAdapterConfig };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.DGCyfEhG.js';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.BTuiucL9.js';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -35,4 +35,5 @@ interface DrizzleAdapterConfig {
|
|
|
35
35
|
}
|
|
36
36
|
declare const drizzleAdapter: (db: DB, config: DrizzleAdapterConfig) => (options: BetterAuthOptions) => Adapter;
|
|
37
37
|
|
|
38
|
-
export {
|
|
38
|
+
export { drizzleAdapter };
|
|
39
|
+
export type { DB, DrizzleAdapterConfig };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.DwXCmEc7.cjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.DwXCmEc7.cjs';
|
|
3
3
|
import '../shared/better-auth.Bi8FQwDD.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
5
|
+
import '../shared/better-auth.Dz9w_OUB.cjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.Dqj-g-Up.mjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.Dqj-g-Up.mjs';
|
|
3
3
|
import '../shared/better-auth.Bi8FQwDD.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
5
|
+
import '../shared/better-auth.DNEJbRnE.mjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.DGCyfEhG.js';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.DGCyfEhG.js';
|
|
3
3
|
import '../shared/better-auth.Bi8FQwDD.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../shared/better-auth.
|
|
5
|
+
import '../shared/better-auth.BTuiucL9.js';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.DwXCmEc7.cjs';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.Dz9w_OUB.cjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.Dqj-g-Up.mjs';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DNEJbRnE.mjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.DGCyfEhG.js';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BTuiucL9.js';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.DwXCmEc7.cjs';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.Dz9w_OUB.cjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -16,4 +16,5 @@ interface MemoryAdapterConfig {
|
|
|
16
16
|
}
|
|
17
17
|
declare const memoryAdapter: (db: MemoryDB, config?: MemoryAdapterConfig) => (options: BetterAuthOptions) => Adapter;
|
|
18
18
|
|
|
19
|
-
export {
|
|
19
|
+
export { memoryAdapter };
|
|
20
|
+
export type { MemoryAdapterConfig, MemoryDB };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.Dqj-g-Up.mjs';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.DNEJbRnE.mjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -16,4 +16,5 @@ interface MemoryAdapterConfig {
|
|
|
16
16
|
}
|
|
17
17
|
declare const memoryAdapter: (db: MemoryDB, config?: MemoryAdapterConfig) => (options: BetterAuthOptions) => Adapter;
|
|
18
18
|
|
|
19
|
-
export {
|
|
19
|
+
export { memoryAdapter };
|
|
20
|
+
export type { MemoryAdapterConfig, MemoryDB };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.DGCyfEhG.js';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.BTuiucL9.js';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -16,4 +16,5 @@ interface MemoryAdapterConfig {
|
|
|
16
16
|
}
|
|
17
17
|
declare const memoryAdapter: (db: MemoryDB, config?: MemoryAdapterConfig) => (options: BetterAuthOptions) => Adapter;
|
|
18
18
|
|
|
19
|
-
export {
|
|
19
|
+
export { memoryAdapter };
|
|
20
|
+
export type { MemoryAdapterConfig, MemoryDB };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Db } from 'mongodb';
|
|
2
|
-
import { B as BetterAuthOptions, W as Where } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, W as Where } from '../../shared/better-auth.DwXCmEc7.cjs';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.Dz9w_OUB.cjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Db } from 'mongodb';
|
|
2
|
-
import { B as BetterAuthOptions, W as Where } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, W as Where } from '../../shared/better-auth.Dqj-g-Up.mjs';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DNEJbRnE.mjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Db } from 'mongodb';
|
|
2
|
-
import { B as BetterAuthOptions, W as Where } from '../../shared/better-auth.
|
|
2
|
+
import { B as BetterAuthOptions, W as Where } from '../../shared/better-auth.DGCyfEhG.js';
|
|
3
3
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BTuiucL9.js';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.DwXCmEc7.cjs';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.Dz9w_OUB.cjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -30,4 +30,5 @@ interface PrismaClient {
|
|
|
30
30
|
}
|
|
31
31
|
declare const prismaAdapter: (prisma: PrismaClient, config: PrismaConfig) => (options: BetterAuthOptions) => Adapter;
|
|
32
32
|
|
|
33
|
-
export {
|
|
33
|
+
export { prismaAdapter };
|
|
34
|
+
export type { PrismaConfig };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.Dqj-g-Up.mjs';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.DNEJbRnE.mjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -30,4 +30,5 @@ interface PrismaClient {
|
|
|
30
30
|
}
|
|
31
31
|
declare const prismaAdapter: (prisma: PrismaClient, config: PrismaConfig) => (options: BetterAuthOptions) => Adapter;
|
|
32
32
|
|
|
33
|
-
export {
|
|
33
|
+
export { prismaAdapter };
|
|
34
|
+
export type { PrismaConfig };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.DGCyfEhG.js';
|
|
2
2
|
import '../../shared/better-auth.Bi8FQwDD.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.
|
|
4
|
+
import '../../shared/better-auth.BTuiucL9.js';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
@@ -30,4 +30,5 @@ interface PrismaClient {
|
|
|
30
30
|
}
|
|
31
31
|
declare const prismaAdapter: (prisma: PrismaClient, config: PrismaConfig) => (options: BetterAuthOptions) => Adapter;
|
|
32
32
|
|
|
33
|
-
export {
|
|
33
|
+
export { prismaAdapter };
|
|
34
|
+
export type { PrismaConfig };
|
package/dist/adapters/test.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.DwXCmEc7.cjs';
|
|
2
2
|
import '../shared/better-auth.Bi8FQwDD.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.Dz9w_OUB.cjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
package/dist/adapters/test.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.Dqj-g-Up.mjs';
|
|
2
2
|
import '../shared/better-auth.Bi8FQwDD.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.DNEJbRnE.mjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
package/dist/adapters/test.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.DGCyfEhG.js';
|
|
2
2
|
import '../shared/better-auth.Bi8FQwDD.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.BTuiucL9.js';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
package/dist/api/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.Dz9w_OUB.cjs';
|
|
2
|
+
export { l as AuthEndpoint, m as AuthMiddleware, bf as accountInfo, aL as callbackOAuth, b6 as changeEmail, b2 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, aZ as createEmailVerificationToken, b4 as deleteUser, b5 as deleteUserCallback, b7 as error, aW as forgetPassword, aX as forgetPasswordCallback, aQ as freshSessionMiddleware, bd as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bb as linkSocialAccount, aR as listSessions, ba as listUserAccounts, b8 as ok, o as optionsMiddleware, bh as originCheck, bg as originCheckMiddleware, be as refreshToken, aP as requestOnlySessionMiddleware, aY as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, a$ as sendVerificationEmail, a_ as sendVerificationEmailFn, aO as sessionMiddleware, b3 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, b9 as signUpEmail, bc as unlinkAccount, b1 as updateUser, b0 as verifyEmail } from '../shared/better-auth.DwXCmEc7.cjs';
|
|
2
3
|
export { APIError } from 'better-call';
|
|
3
|
-
|
|
4
|
+
import '../shared/better-auth.Bi8FQwDD.cjs';
|
|
4
5
|
import 'zod';
|
|
5
|
-
import '
|
|
6
|
+
import 'jose';
|
|
6
7
|
import 'kysely';
|
|
7
8
|
import 'better-sqlite3';
|
|
8
9
|
import 'bun:sqlite';
|
|
9
|
-
import 'jose';
|
package/dist/api/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.DNEJbRnE.mjs';
|
|
2
|
+
export { l as AuthEndpoint, m as AuthMiddleware, bf as accountInfo, aL as callbackOAuth, b6 as changeEmail, b2 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, aZ as createEmailVerificationToken, b4 as deleteUser, b5 as deleteUserCallback, b7 as error, aW as forgetPassword, aX as forgetPasswordCallback, aQ as freshSessionMiddleware, bd as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bb as linkSocialAccount, aR as listSessions, ba as listUserAccounts, b8 as ok, o as optionsMiddleware, bh as originCheck, bg as originCheckMiddleware, be as refreshToken, aP as requestOnlySessionMiddleware, aY as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, a$ as sendVerificationEmail, a_ as sendVerificationEmailFn, aO as sessionMiddleware, b3 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, b9 as signUpEmail, bc as unlinkAccount, b1 as updateUser, b0 as verifyEmail } from '../shared/better-auth.Dqj-g-Up.mjs';
|
|
2
3
|
export { APIError } from 'better-call';
|
|
3
|
-
|
|
4
|
+
import '../shared/better-auth.Bi8FQwDD.mjs';
|
|
4
5
|
import 'zod';
|
|
5
|
-
import '
|
|
6
|
+
import 'jose';
|
|
6
7
|
import 'kysely';
|
|
7
8
|
import 'better-sqlite3';
|
|
8
9
|
import 'bun:sqlite';
|
|
9
|
-
import 'jose';
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.BTuiucL9.js';
|
|
2
|
+
export { l as AuthEndpoint, m as AuthMiddleware, bf as accountInfo, aL as callbackOAuth, b6 as changeEmail, b2 as changePassword, k as createAuthEndpoint, j as createAuthMiddleware, aZ as createEmailVerificationToken, b4 as deleteUser, b5 as deleteUserCallback, b7 as error, aW as forgetPassword, aX as forgetPasswordCallback, aQ as freshSessionMiddleware, bd as getAccessToken, aH as getEndpoints, aM as getSession, aN as getSessionFromCtx, bb as linkSocialAccount, aR as listSessions, ba as listUserAccounts, b8 as ok, o as optionsMiddleware, bh as originCheck, bg as originCheckMiddleware, be as refreshToken, aP as requestOnlySessionMiddleware, aY as resetPassword, aU as revokeOtherSessions, aS as revokeSession, aT as revokeSessions, aI as router, a$ as sendVerificationEmail, a_ as sendVerificationEmailFn, aO as sessionMiddleware, b3 as setPassword, aK as signInEmail, aJ as signInSocial, aV as signOut, b9 as signUpEmail, bc as unlinkAccount, b1 as updateUser, b0 as verifyEmail } from '../shared/better-auth.DGCyfEhG.js';
|
|
2
3
|
export { APIError } from 'better-call';
|
|
3
|
-
|
|
4
|
+
import '../shared/better-auth.Bi8FQwDD.js';
|
|
4
5
|
import 'zod';
|
|
5
|
-
import '
|
|
6
|
+
import 'jose';
|
|
6
7
|
import 'kysely';
|
|
7
8
|
import 'better-sqlite3';
|
|
8
9
|
import 'bun:sqlite';
|
|
9
|
-
import 'jose';
|
package/dist/client/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin } from '../shared/better-auth.
|
|
1
|
+
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin } from '../shared/better-auth.DwXCmEc7.cjs';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
@@ -9,7 +9,7 @@ import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.Bi8FQwDD.cjs';
|
|
11
11
|
import 'zod';
|
|
12
|
-
import '../shared/better-auth.
|
|
12
|
+
import '../shared/better-auth.Dz9w_OUB.cjs';
|
|
13
13
|
import 'jose';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import 'better-call';
|
|
@@ -45,16 +45,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
45
45
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
46
46
|
};
|
|
47
47
|
})[];
|
|
48
|
-
|
|
48
|
+
cache?: RequestCache;
|
|
49
|
+
credentials?: RequestCredentials;
|
|
49
50
|
headers?: (HeadersInit & (HeadersInit | {
|
|
50
51
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
51
52
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
52
53
|
authorization: "Bearer" | "Basic";
|
|
53
54
|
})) | undefined;
|
|
54
|
-
cache?: RequestCache;
|
|
55
|
-
credentials?: RequestCredentials;
|
|
56
55
|
integrity?: string;
|
|
57
56
|
keepalive?: boolean;
|
|
57
|
+
method: string;
|
|
58
58
|
mode?: RequestMode;
|
|
59
59
|
priority?: RequestPriority;
|
|
60
60
|
redirect?: RequestRedirect;
|
package/dist/client/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin } from '../shared/better-auth.
|
|
1
|
+
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin } from '../shared/better-auth.Dqj-g-Up.mjs';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
@@ -9,7 +9,7 @@ import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.Bi8FQwDD.mjs';
|
|
11
11
|
import 'zod';
|
|
12
|
-
import '../shared/better-auth.
|
|
12
|
+
import '../shared/better-auth.DNEJbRnE.mjs';
|
|
13
13
|
import 'jose';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import 'better-call';
|
|
@@ -45,16 +45,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
45
45
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
46
46
|
};
|
|
47
47
|
})[];
|
|
48
|
-
|
|
48
|
+
cache?: RequestCache;
|
|
49
|
+
credentials?: RequestCredentials;
|
|
49
50
|
headers?: (HeadersInit & (HeadersInit | {
|
|
50
51
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
51
52
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
52
53
|
authorization: "Bearer" | "Basic";
|
|
53
54
|
})) | undefined;
|
|
54
|
-
cache?: RequestCache;
|
|
55
|
-
credentials?: RequestCredentials;
|
|
56
55
|
integrity?: string;
|
|
57
56
|
keepalive?: boolean;
|
|
57
|
+
method: string;
|
|
58
58
|
mode?: RequestMode;
|
|
59
59
|
priority?: RequestPriority;
|
|
60
60
|
redirect?: RequestRedirect;
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin } from '../shared/better-auth.
|
|
1
|
+
import { f as BASE_ERROR_CODES, h as BetterAuthPlugin } from '../shared/better-auth.DGCyfEhG.js';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
@@ -9,7 +9,7 @@ import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.Bi8FQwDD.js';
|
|
11
11
|
import 'zod';
|
|
12
|
-
import '../shared/better-auth.
|
|
12
|
+
import '../shared/better-auth.BTuiucL9.js';
|
|
13
13
|
import 'jose';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import 'better-call';
|
|
@@ -45,16 +45,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
45
45
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
46
46
|
};
|
|
47
47
|
})[];
|
|
48
|
-
|
|
48
|
+
cache?: RequestCache;
|
|
49
|
+
credentials?: RequestCredentials;
|
|
49
50
|
headers?: (HeadersInit & (HeadersInit | {
|
|
50
51
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
51
52
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
52
53
|
authorization: "Bearer" | "Basic";
|
|
53
54
|
})) | undefined;
|
|
54
|
-
cache?: RequestCache;
|
|
55
|
-
credentials?: RequestCredentials;
|
|
56
55
|
integrity?: string;
|
|
57
56
|
keepalive?: boolean;
|
|
57
|
+
method: string;
|
|
58
58
|
mode?: RequestMode;
|
|
59
59
|
priority?: RequestPriority;
|
|
60
60
|
redirect?: RequestRedirect;
|
|
@@ -11,7 +11,7 @@ export { twoFactorClient } from '../../plugins/two-factor/index.cjs';
|
|
|
11
11
|
import { magicLink } from '../../plugins/magic-link/index.cjs';
|
|
12
12
|
import { phoneNumber } from '../../plugins/phone-number/index.cjs';
|
|
13
13
|
import { anonymous } from '../../plugins/anonymous/index.cjs';
|
|
14
|
-
import { a1 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.
|
|
14
|
+
import { a1 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.DwXCmEc7.cjs';
|
|
15
15
|
import { admin } from '../../plugins/admin/index.cjs';
|
|
16
16
|
import { genericOAuth } from '../../plugins/generic-oauth/index.cjs';
|
|
17
17
|
import { jwt } from '../../plugins/jwt/index.cjs';
|
|
@@ -20,13 +20,14 @@ import { emailOTP } from '../../plugins/email-otp/index.cjs';
|
|
|
20
20
|
import { Store } from '../../types/index.cjs';
|
|
21
21
|
import { sso } from '../../plugins/sso/index.cjs';
|
|
22
22
|
import { oidcProvider } from '../../plugins/oidc-provider/index.cjs';
|
|
23
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
23
|
+
import { a as apiKey } from '../../shared/better-auth.DlrGYDwK.cjs';
|
|
24
24
|
import { oneTimeToken } from '../../plugins/one-time-token/index.cjs';
|
|
25
25
|
export * from '@simplewebauthn/server';
|
|
26
|
+
export { global } from '@simplewebauthn/server';
|
|
26
27
|
import 'zod';
|
|
27
28
|
import 'better-call';
|
|
28
29
|
import '../../plugins/organization/access/index.cjs';
|
|
29
|
-
import '../../shared/better-auth.
|
|
30
|
+
import '../../shared/better-auth.Dz9w_OUB.cjs';
|
|
30
31
|
import 'jose';
|
|
31
32
|
import 'kysely';
|
|
32
33
|
import 'better-sqlite3';
|
|
@@ -680,4 +681,5 @@ declare const oneTimeTokenClient: () => {
|
|
|
680
681
|
$InferServerPlugin: ReturnType<typeof oneTimeToken>;
|
|
681
682
|
};
|
|
682
683
|
|
|
683
|
-
export {
|
|
684
|
+
export { InferServerPlugin, adminClient, anonymousClient, apiKeyClient, customSessionClient, emailOTPClient, genericOAuthClient, getPasskeyActions, inferAdditionalFields, jwtClient, magicLinkClient, multiSessionClient, oidcClient, oneTapClient, oneTimeTokenClient, organizationClient, passkeyClient, phoneNumberClient, ssoClient, usernameClient };
|
|
685
|
+
export type { GoogleOneTapActionOptions, GoogleOneTapOptions };
|
|
@@ -11,7 +11,7 @@ export { twoFactorClient } from '../../plugins/two-factor/index.mjs';
|
|
|
11
11
|
import { magicLink } from '../../plugins/magic-link/index.mjs';
|
|
12
12
|
import { phoneNumber } from '../../plugins/phone-number/index.mjs';
|
|
13
13
|
import { anonymous } from '../../plugins/anonymous/index.mjs';
|
|
14
|
-
import { a1 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.
|
|
14
|
+
import { a1 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.Dqj-g-Up.mjs';
|
|
15
15
|
import { admin } from '../../plugins/admin/index.mjs';
|
|
16
16
|
import { genericOAuth } from '../../plugins/generic-oauth/index.mjs';
|
|
17
17
|
import { jwt } from '../../plugins/jwt/index.mjs';
|
|
@@ -20,13 +20,14 @@ import { emailOTP } from '../../plugins/email-otp/index.mjs';
|
|
|
20
20
|
import { Store } from '../../types/index.mjs';
|
|
21
21
|
import { sso } from '../../plugins/sso/index.mjs';
|
|
22
22
|
import { oidcProvider } from '../../plugins/oidc-provider/index.mjs';
|
|
23
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
23
|
+
import { a as apiKey } from '../../shared/better-auth.DrtmN2NE.mjs';
|
|
24
24
|
import { oneTimeToken } from '../../plugins/one-time-token/index.mjs';
|
|
25
25
|
export * from '@simplewebauthn/server';
|
|
26
|
+
export { global } from '@simplewebauthn/server';
|
|
26
27
|
import 'zod';
|
|
27
28
|
import 'better-call';
|
|
28
29
|
import '../../plugins/organization/access/index.mjs';
|
|
29
|
-
import '../../shared/better-auth.
|
|
30
|
+
import '../../shared/better-auth.DNEJbRnE.mjs';
|
|
30
31
|
import 'jose';
|
|
31
32
|
import 'kysely';
|
|
32
33
|
import 'better-sqlite3';
|
|
@@ -680,4 +681,5 @@ declare const oneTimeTokenClient: () => {
|
|
|
680
681
|
$InferServerPlugin: ReturnType<typeof oneTimeToken>;
|
|
681
682
|
};
|
|
682
683
|
|
|
683
|
-
export {
|
|
684
|
+
export { InferServerPlugin, adminClient, anonymousClient, apiKeyClient, customSessionClient, emailOTPClient, genericOAuthClient, getPasskeyActions, inferAdditionalFields, jwtClient, magicLinkClient, multiSessionClient, oidcClient, oneTapClient, oneTimeTokenClient, organizationClient, passkeyClient, phoneNumberClient, ssoClient, usernameClient };
|
|
685
|
+
export type { GoogleOneTapActionOptions, GoogleOneTapOptions };
|
|
@@ -11,7 +11,7 @@ export { twoFactorClient } from '../../plugins/two-factor/index.js';
|
|
|
11
11
|
import { magicLink } from '../../plugins/magic-link/index.js';
|
|
12
12
|
import { phoneNumber } from '../../plugins/phone-number/index.js';
|
|
13
13
|
import { anonymous } from '../../plugins/anonymous/index.js';
|
|
14
|
-
import { a1 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.
|
|
14
|
+
import { a1 as FieldAttribute, B as BetterAuthOptions, h as BetterAuthPlugin } from '../../shared/better-auth.DGCyfEhG.js';
|
|
15
15
|
import { admin } from '../../plugins/admin/index.js';
|
|
16
16
|
import { genericOAuth } from '../../plugins/generic-oauth/index.js';
|
|
17
17
|
import { jwt } from '../../plugins/jwt/index.js';
|
|
@@ -20,13 +20,14 @@ import { emailOTP } from '../../plugins/email-otp/index.js';
|
|
|
20
20
|
import { Store } from '../../types/index.js';
|
|
21
21
|
import { sso } from '../../plugins/sso/index.js';
|
|
22
22
|
import { oidcProvider } from '../../plugins/oidc-provider/index.js';
|
|
23
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
23
|
+
import { a as apiKey } from '../../shared/better-auth.CnWEHFr7.js';
|
|
24
24
|
import { oneTimeToken } from '../../plugins/one-time-token/index.js';
|
|
25
25
|
export * from '@simplewebauthn/server';
|
|
26
|
+
export { global } from '@simplewebauthn/server';
|
|
26
27
|
import 'zod';
|
|
27
28
|
import 'better-call';
|
|
28
29
|
import '../../plugins/organization/access/index.js';
|
|
29
|
-
import '../../shared/better-auth.
|
|
30
|
+
import '../../shared/better-auth.BTuiucL9.js';
|
|
30
31
|
import 'jose';
|
|
31
32
|
import 'kysely';
|
|
32
33
|
import 'better-sqlite3';
|
|
@@ -680,4 +681,5 @@ declare const oneTimeTokenClient: () => {
|
|
|
680
681
|
$InferServerPlugin: ReturnType<typeof oneTimeToken>;
|
|
681
682
|
};
|
|
682
683
|
|
|
683
|
-
export {
|
|
684
|
+
export { InferServerPlugin, adminClient, anonymousClient, apiKeyClient, customSessionClient, emailOTPClient, genericOAuthClient, getPasskeyActions, inferAdditionalFields, jwtClient, magicLinkClient, multiSessionClient, oidcClient, oneTapClient, oneTimeTokenClient, organizationClient, passkeyClient, phoneNumberClient, ssoClient, usernameClient };
|
|
685
|
+
export type { GoogleOneTapActionOptions, GoogleOneTapOptions };
|