better-auth 1.2.8-beta.5 → 1.2.8-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 +3 -4
- package/dist/adapters/drizzle-adapter/index.d.mts +3 -4
- package/dist/adapters/drizzle-adapter/index.d.ts +3 -4
- package/dist/adapters/index.d.cts +4 -5
- package/dist/adapters/index.d.mts +4 -5
- package/dist/adapters/index.d.ts +4 -5
- package/dist/adapters/kysely-adapter/index.cjs +1 -1
- package/dist/adapters/kysely-adapter/index.d.cts +3 -4
- package/dist/adapters/kysely-adapter/index.d.mts +3 -4
- package/dist/adapters/kysely-adapter/index.d.ts +3 -4
- package/dist/adapters/kysely-adapter/index.mjs +1 -1
- package/dist/adapters/memory-adapter/index.d.cts +3 -4
- package/dist/adapters/memory-adapter/index.d.mts +3 -4
- package/dist/adapters/memory-adapter/index.d.ts +3 -4
- package/dist/adapters/mongodb-adapter/index.d.cts +2 -3
- package/dist/adapters/mongodb-adapter/index.d.mts +2 -3
- package/dist/adapters/mongodb-adapter/index.d.ts +2 -3
- package/dist/adapters/prisma-adapter/index.d.cts +3 -4
- package/dist/adapters/prisma-adapter/index.d.mts +3 -4
- package/dist/adapters/prisma-adapter/index.d.ts +3 -4
- package/dist/adapters/test.d.cts +2 -3
- package/dist/adapters/test.d.mts +2 -3
- package/dist/adapters/test.d.ts +2 -3
- package/dist/api/index.cjs +79 -77
- package/dist/api/index.d.cts +2 -3
- package/dist/api/index.d.mts +2 -3
- package/dist/api/index.d.ts +2 -3
- package/dist/api/index.mjs +6 -5
- package/dist/client/index.d.cts +2 -3
- package/dist/client/index.d.mts +2 -3
- package/dist/client/index.d.ts +2 -3
- package/dist/client/plugins/index.d.cts +3 -4
- package/dist/client/plugins/index.d.mts +3 -4
- package/dist/client/plugins/index.d.ts +3 -4
- package/dist/client/react/index.d.cts +2 -3
- package/dist/client/react/index.d.mts +2 -3
- package/dist/client/react/index.d.ts +2 -3
- package/dist/client/solid/index.d.cts +2 -3
- package/dist/client/solid/index.d.mts +2 -3
- package/dist/client/solid/index.d.ts +2 -3
- package/dist/client/svelte/index.d.cts +2 -3
- package/dist/client/svelte/index.d.mts +2 -3
- package/dist/client/svelte/index.d.ts +2 -3
- package/dist/client/vue/index.d.cts +2 -3
- package/dist/client/vue/index.d.mts +2 -3
- package/dist/client/vue/index.d.ts +2 -3
- package/dist/cookies/index.d.cts +2 -3
- package/dist/cookies/index.d.mts +2 -3
- package/dist/cookies/index.d.ts +2 -3
- package/dist/db/index.cjs +2 -2
- package/dist/db/index.d.cts +3 -4
- package/dist/db/index.d.mts +3 -4
- package/dist/db/index.d.ts +3 -4
- package/dist/db/index.mjs +2 -2
- package/dist/index.cjs +5 -5
- package/dist/index.d.cts +3 -4
- package/dist/index.d.mts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.mjs +4 -4
- package/dist/integrations/next-js.cjs +3 -3
- package/dist/integrations/next-js.d.cts +2 -3
- package/dist/integrations/next-js.d.mts +2 -3
- package/dist/integrations/next-js.d.ts +2 -3
- package/dist/integrations/next-js.mjs +2 -2
- package/dist/integrations/node.d.cts +2 -3
- package/dist/integrations/node.d.mts +2 -3
- package/dist/integrations/node.d.ts +2 -3
- package/dist/integrations/react-start.cjs +3 -3
- package/dist/integrations/react-start.d.cts +2 -3
- package/dist/integrations/react-start.d.mts +2 -3
- package/dist/integrations/react-start.d.ts +2 -3
- package/dist/integrations/react-start.mjs +2 -2
- package/dist/integrations/svelte-kit.d.cts +2 -3
- package/dist/integrations/svelte-kit.d.mts +2 -3
- package/dist/integrations/svelte-kit.d.ts +2 -3
- package/dist/oauth2/index.d.cts +4 -5
- package/dist/oauth2/index.d.mts +4 -5
- package/dist/oauth2/index.d.ts +4 -5
- package/dist/plugins/admin/index.cjs +2 -2
- package/dist/plugins/admin/index.d.cts +4 -5
- package/dist/plugins/admin/index.d.mts +4 -5
- package/dist/plugins/admin/index.d.ts +4 -5
- package/dist/plugins/admin/index.mjs +2 -2
- package/dist/plugins/anonymous/index.cjs +7 -6
- package/dist/plugins/anonymous/index.d.cts +11 -3
- package/dist/plugins/anonymous/index.d.mts +11 -3
- package/dist/plugins/anonymous/index.d.ts +11 -3
- package/dist/plugins/anonymous/index.mjs +4 -3
- package/dist/plugins/bearer/index.cjs +3 -3
- package/dist/plugins/bearer/index.d.cts +2 -3
- package/dist/plugins/bearer/index.d.mts +2 -3
- package/dist/plugins/bearer/index.d.ts +2 -3
- package/dist/plugins/bearer/index.mjs +1 -1
- package/dist/plugins/captcha/index.d.cts +2 -3
- package/dist/plugins/captcha/index.d.mts +2 -3
- package/dist/plugins/captcha/index.d.ts +2 -3
- package/dist/plugins/custom-session/index.cjs +3 -3
- package/dist/plugins/custom-session/index.d.cts +2 -3
- package/dist/plugins/custom-session/index.d.mts +2 -3
- package/dist/plugins/custom-session/index.d.ts +2 -3
- package/dist/plugins/custom-session/index.mjs +1 -1
- package/dist/plugins/email-otp/index.cjs +12 -12
- package/dist/plugins/email-otp/index.d.cts +2 -3
- package/dist/plugins/email-otp/index.d.mts +2 -3
- package/dist/plugins/email-otp/index.d.ts +2 -3
- package/dist/plugins/email-otp/index.mjs +4 -4
- package/dist/plugins/generic-oauth/index.cjs +7 -7
- package/dist/plugins/generic-oauth/index.d.cts +2 -3
- package/dist/plugins/generic-oauth/index.d.mts +2 -3
- package/dist/plugins/generic-oauth/index.d.ts +2 -3
- package/dist/plugins/generic-oauth/index.mjs +1 -1
- package/dist/plugins/haveibeenpwned/index.cjs +1 -1
- package/dist/plugins/haveibeenpwned/index.d.cts +2 -3
- package/dist/plugins/haveibeenpwned/index.d.mts +2 -3
- package/dist/plugins/haveibeenpwned/index.d.ts +2 -3
- package/dist/plugins/haveibeenpwned/index.mjs +1 -1
- package/dist/plugins/index.cjs +21 -21
- package/dist/plugins/index.d.cts +3 -4
- package/dist/plugins/index.d.mts +3 -4
- package/dist/plugins/index.d.ts +3 -4
- package/dist/plugins/index.mjs +5 -5
- package/dist/plugins/jwt/index.cjs +5 -5
- package/dist/plugins/jwt/index.d.cts +2 -3
- package/dist/plugins/jwt/index.d.mts +2 -3
- package/dist/plugins/jwt/index.d.ts +2 -3
- package/dist/plugins/jwt/index.mjs +1 -1
- package/dist/plugins/magic-link/index.cjs +6 -6
- package/dist/plugins/magic-link/index.mjs +2 -2
- package/dist/plugins/multi-session/index.cjs +8 -8
- package/dist/plugins/multi-session/index.d.cts +2 -3
- package/dist/plugins/multi-session/index.d.mts +2 -3
- package/dist/plugins/multi-session/index.d.ts +2 -3
- package/dist/plugins/multi-session/index.mjs +1 -1
- package/dist/plugins/oauth-proxy/index.cjs +5 -5
- package/dist/plugins/oauth-proxy/index.d.cts +2 -3
- package/dist/plugins/oauth-proxy/index.d.mts +2 -3
- package/dist/plugins/oauth-proxy/index.d.ts +2 -3
- package/dist/plugins/oauth-proxy/index.mjs +1 -1
- package/dist/plugins/oidc-provider/index.cjs +13 -13
- package/dist/plugins/oidc-provider/index.d.cts +2 -3
- package/dist/plugins/oidc-provider/index.d.mts +2 -3
- package/dist/plugins/oidc-provider/index.d.ts +2 -3
- package/dist/plugins/oidc-provider/index.mjs +1 -1
- package/dist/plugins/one-tap/index.cjs +4 -4
- package/dist/plugins/one-tap/index.mjs +3 -3
- package/dist/plugins/one-time-token/index.cjs +5 -5
- package/dist/plugins/one-time-token/index.d.cts +2 -3
- package/dist/plugins/one-time-token/index.d.mts +2 -3
- package/dist/plugins/one-time-token/index.d.ts +2 -3
- package/dist/plugins/one-time-token/index.mjs +2 -2
- package/dist/plugins/open-api/index.cjs +3 -3
- package/dist/plugins/open-api/index.d.cts +2 -3
- package/dist/plugins/open-api/index.d.mts +2 -3
- package/dist/plugins/open-api/index.d.ts +2 -3
- package/dist/plugins/open-api/index.mjs +1 -1
- package/dist/plugins/organization/index.cjs +2 -2
- package/dist/plugins/organization/index.d.cts +3 -3
- package/dist/plugins/organization/index.d.mts +3 -3
- package/dist/plugins/organization/index.d.ts +3 -3
- package/dist/plugins/organization/index.mjs +2 -2
- package/dist/plugins/passkey/index.cjs +15 -15
- package/dist/plugins/passkey/index.d.cts +2 -3
- package/dist/plugins/passkey/index.d.mts +2 -3
- package/dist/plugins/passkey/index.d.ts +2 -3
- package/dist/plugins/passkey/index.mjs +2 -2
- package/dist/plugins/phone-number/index.cjs +14 -14
- package/dist/plugins/phone-number/index.d.cts +2 -3
- package/dist/plugins/phone-number/index.d.mts +2 -3
- package/dist/plugins/phone-number/index.d.ts +2 -3
- package/dist/plugins/phone-number/index.mjs +3 -3
- package/dist/plugins/sso/index.cjs +6 -6
- package/dist/plugins/sso/index.d.cts +2 -3
- package/dist/plugins/sso/index.d.mts +2 -3
- package/dist/plugins/sso/index.d.ts +2 -3
- package/dist/plugins/sso/index.mjs +1 -1
- package/dist/plugins/two-factor/index.cjs +25 -25
- package/dist/plugins/two-factor/index.d.cts +2 -3
- package/dist/plugins/two-factor/index.d.mts +2 -3
- package/dist/plugins/two-factor/index.d.ts +2 -3
- package/dist/plugins/two-factor/index.mjs +6 -6
- package/dist/plugins/username/index.cjs +10 -10
- package/dist/plugins/username/index.d.cts +2 -3
- package/dist/plugins/username/index.d.mts +2 -3
- package/dist/plugins/username/index.d.ts +2 -3
- package/dist/plugins/username/index.mjs +2 -2
- package/dist/shared/{better-auth.DEruvHER.d.ts → better-auth.07DeTSOM.d.ts} +414 -6
- package/dist/shared/{better-auth.D6n2BM2j.d.cts → better-auth.7tvwo9aU.d.cts} +1 -1
- package/dist/shared/{better-auth.C39-x5Oo.d.mts → better-auth.B-U-TEGJ.d.mts} +2 -0
- package/dist/shared/{better-auth.DcYHYdSr.mjs → better-auth.B0PuwKEL.mjs} +22 -11
- package/dist/shared/{better-auth.DZ-QPO4D.d.cts → better-auth.B7R2FDNR.d.cts} +1 -1
- package/dist/shared/{better-auth.4AOoWsWt.cjs → better-auth.BJiRPytD.cjs} +0 -9
- package/dist/shared/{better-auth.7QibuQ0I.d.cts → better-auth.BKj-j-Nn.d.cts} +2 -0
- package/dist/shared/{better-auth.BiOsDr1_.d.mts → better-auth.Bh2GYhfH.d.mts} +1 -1
- package/dist/shared/{better-auth.BI9PwjHN.cjs → better-auth.Bp3dnvEl.cjs} +41 -30
- package/dist/shared/{better-auth.DOJYkooL.d.mts → better-auth.Bt9VN7QJ.d.mts} +1 -1
- package/dist/shared/{better-auth.s9jQKDI8.d.mts → better-auth.COuudfet.d.mts} +414 -6
- package/dist/shared/{better-auth.C-pOcaA8.mjs → better-auth.Cd_A6t3-.mjs} +5 -5
- package/dist/shared/{better-auth.hVRuraA_.d.ts → better-auth.Ce5G-30g.d.ts} +1 -1
- package/dist/shared/{better-auth.Dahkdi9Z.d.cts → better-auth.Cyx8s8qX.d.cts} +1 -1
- package/dist/shared/{better-auth.DH3y_izw.d.cts → better-auth.DAnZZLm7.d.cts} +414 -6
- package/dist/shared/{better-auth.CpEzqKmn.d.ts → better-auth.DCQHJX_V.d.ts} +2 -0
- package/dist/shared/{better-auth.Da6_deha.mjs → better-auth.DKF2BM5s.mjs} +0 -9
- package/dist/shared/{better-auth.DWZaGq-n.d.ts → better-auth.F_8LXhat.d.ts} +1 -1
- package/dist/shared/{better-auth.bGngF9WG.cjs → better-auth.IF8Wj_xM.cjs} +39 -38
- package/dist/shared/{better-auth.BZRaTIwt.d.ts → better-auth.PfTmF7V-.d.ts} +1 -1
- package/dist/shared/{better-auth.B4GrHyoP.mjs → better-auth.TKj1bZrD.mjs} +3 -2
- package/dist/shared/{better-auth.C71O0JQF.mjs → better-auth.VFdNP2fm.mjs} +137 -9
- package/dist/shared/{better-auth.ogBjk2_R.cjs → better-auth.jkkUo-gB.cjs} +5 -5
- package/dist/shared/{better-auth.DWHYF1zb.d.mts → better-auth.r04L2Dbd.d.mts} +1 -1
- package/dist/shared/{better-auth.DnKeVZ5H.cjs → better-auth.r0iyl8Tx.cjs} +137 -8
- package/dist/social-providers/index.cjs +11 -0
- 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/social-providers/index.mjs +11 -0
- package/dist/types/index.d.cts +3 -4
- package/dist/types/index.d.mts +3 -4
- package/dist/types/index.d.ts +3 -4
- package/package.json +15 -16
- package/dist/chunks/bun-sqlite-dialect.cjs +0 -170
- package/dist/chunks/bun-sqlite-dialect.mjs +0 -164
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.DAnZZLm7.cjs';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.7tvwo9aU.cjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BKj-j-Nn.cjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface DB {
|
|
13
12
|
[key: string]: any;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.COuudfet.mjs';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Bh2GYhfH.mjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.B-U-TEGJ.mjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface DB {
|
|
13
12
|
[key: string]: any;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.07DeTSOM.js';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Ce5G-30g.js';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DCQHJX_V.js';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface DB {
|
|
13
12
|
[key: string]: any;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.
|
|
2
|
-
import { a as AdapterConfig, C as CreateCustomAdapter } from '../shared/better-auth.
|
|
3
|
-
export { A as AdapterDebugLogs, d as AdapterTestDebugLogs, c as CleanedWhere, b as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.DAnZZLm7.cjs';
|
|
2
|
+
import { a as AdapterConfig, C as CreateCustomAdapter } from '../shared/better-auth.7tvwo9aU.cjs';
|
|
3
|
+
export { A as AdapterDebugLogs, d as AdapterTestDebugLogs, c as CleanedWhere, b as CustomAdapter } from '../shared/better-auth.7tvwo9aU.cjs';
|
|
4
4
|
import '../shared/better-auth.CYegVoq1.cjs';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import '../shared/better-auth.
|
|
6
|
+
import '../shared/better-auth.BKj-j-Nn.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'kysely';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import 'better-sqlite3';
|
|
11
|
-
import 'bun:sqlite';
|
|
12
11
|
|
|
13
12
|
declare const createAdapter: ({ adapter, config: cfg, }: {
|
|
14
13
|
config: AdapterConfig;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.
|
|
2
|
-
import { a as AdapterConfig, C as CreateCustomAdapter } from '../shared/better-auth.
|
|
3
|
-
export { A as AdapterDebugLogs, d as AdapterTestDebugLogs, c as CleanedWhere, b as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.COuudfet.mjs';
|
|
2
|
+
import { a as AdapterConfig, C as CreateCustomAdapter } from '../shared/better-auth.Bh2GYhfH.mjs';
|
|
3
|
+
export { A as AdapterDebugLogs, d as AdapterTestDebugLogs, c as CleanedWhere, b as CustomAdapter } from '../shared/better-auth.Bh2GYhfH.mjs';
|
|
4
4
|
import '../shared/better-auth.CYegVoq1.mjs';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import '../shared/better-auth.
|
|
6
|
+
import '../shared/better-auth.B-U-TEGJ.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'kysely';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import 'better-sqlite3';
|
|
11
|
-
import 'bun:sqlite';
|
|
12
11
|
|
|
13
12
|
declare const createAdapter: ({ adapter, config: cfg, }: {
|
|
14
13
|
config: AdapterConfig;
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.
|
|
2
|
-
import { a as AdapterConfig, C as CreateCustomAdapter } from '../shared/better-auth.
|
|
3
|
-
export { A as AdapterDebugLogs, d as AdapterTestDebugLogs, c as CleanedWhere, b as CustomAdapter } from '../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.07DeTSOM.js';
|
|
2
|
+
import { a as AdapterConfig, C as CreateCustomAdapter } from '../shared/better-auth.Ce5G-30g.js';
|
|
3
|
+
export { A as AdapterDebugLogs, d as AdapterTestDebugLogs, c as CleanedWhere, b as CustomAdapter } from '../shared/better-auth.Ce5G-30g.js';
|
|
4
4
|
import '../shared/better-auth.CYegVoq1.js';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import '../shared/better-auth.
|
|
6
|
+
import '../shared/better-auth.DCQHJX_V.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'kysely';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import 'better-sqlite3';
|
|
11
|
-
import 'bun:sqlite';
|
|
12
11
|
|
|
13
12
|
declare const createAdapter: ({ adapter, config: cfg, }: {
|
|
14
13
|
config: AdapterConfig;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kyselyAdapter = require('../../shared/better-auth.
|
|
3
|
+
const kyselyAdapter = require('../../shared/better-auth.BJiRPytD.cjs');
|
|
4
4
|
require('kysely');
|
|
5
5
|
require('../../shared/better-auth.BLnaKDpp.cjs');
|
|
6
6
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { f as BetterAuthOptions, K as KyselyDatabaseType, g as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
2
|
+
import { f as BetterAuthOptions, K as KyselyDatabaseType, g as Adapter } from '../../shared/better-auth.DAnZZLm7.cjs';
|
|
3
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.7tvwo9aU.cjs';
|
|
4
4
|
import '../../shared/better-auth.CYegVoq1.cjs';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.BKj-j-Nn.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
declare const createKyselyAdapter: (config: BetterAuthOptions) => Promise<{
|
|
13
12
|
kysely: Kysely<any> | null;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { f as BetterAuthOptions, K as KyselyDatabaseType, g as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
2
|
+
import { f as BetterAuthOptions, K as KyselyDatabaseType, g as Adapter } from '../../shared/better-auth.COuudfet.mjs';
|
|
3
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Bh2GYhfH.mjs';
|
|
4
4
|
import '../../shared/better-auth.CYegVoq1.mjs';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.B-U-TEGJ.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
declare const createKyselyAdapter: (config: BetterAuthOptions) => Promise<{
|
|
13
12
|
kysely: Kysely<any> | null;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { f as BetterAuthOptions, K as KyselyDatabaseType, g as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
2
|
+
import { f as BetterAuthOptions, K as KyselyDatabaseType, g as Adapter } from '../../shared/better-auth.07DeTSOM.js';
|
|
3
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Ce5G-30g.js';
|
|
4
4
|
import '../../shared/better-auth.CYegVoq1.js';
|
|
5
5
|
import 'zod';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DCQHJX_V.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
declare const createKyselyAdapter: (config: BetterAuthOptions) => Promise<{
|
|
13
12
|
kysely: Kysely<any> | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as createKyselyAdapter, k as kyselyAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { c as createKyselyAdapter, k as kyselyAdapter } from '../../shared/better-auth.DKF2BM5s.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import '../../shared/better-auth.Du54XGQ5.mjs';
|
|
4
4
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.DAnZZLm7.cjs';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.7tvwo9aU.cjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BKj-j-Nn.cjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface MemoryDB {
|
|
13
12
|
[key: string]: any[];
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.COuudfet.mjs';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Bh2GYhfH.mjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.B-U-TEGJ.mjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface MemoryDB {
|
|
13
12
|
[key: string]: any[];
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.07DeTSOM.js';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Ce5G-30g.js';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DCQHJX_V.js';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface MemoryDB {
|
|
13
12
|
[key: string]: any[];
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Db } from 'mongodb';
|
|
2
|
-
import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.
|
|
2
|
+
import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.DAnZZLm7.cjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BKj-j-Nn.cjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
declare const mongodbAdapter: (db: Db) => (options: BetterAuthOptions) => {
|
|
13
12
|
id: string;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Db } from 'mongodb';
|
|
2
|
-
import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.
|
|
2
|
+
import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.COuudfet.mjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.B-U-TEGJ.mjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
declare const mongodbAdapter: (db: Db) => (options: BetterAuthOptions) => {
|
|
13
12
|
id: string;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Db } from 'mongodb';
|
|
2
|
-
import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.
|
|
2
|
+
import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.07DeTSOM.js';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DCQHJX_V.js';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
declare const mongodbAdapter: (db: Db) => (options: BetterAuthOptions) => {
|
|
13
12
|
id: string;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.DAnZZLm7.cjs';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.7tvwo9aU.cjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.cjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.BKj-j-Nn.cjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface PrismaConfig {
|
|
13
12
|
/**
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.COuudfet.mjs';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Bh2GYhfH.mjs';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.mjs';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.B-U-TEGJ.mjs';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface PrismaConfig {
|
|
13
12
|
/**
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import { A as AdapterDebugLogs } from '../../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../../shared/better-auth.07DeTSOM.js';
|
|
2
|
+
import { A as AdapterDebugLogs } from '../../shared/better-auth.Ce5G-30g.js';
|
|
3
3
|
import '../../shared/better-auth.CYegVoq1.js';
|
|
4
4
|
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.DCQHJX_V.js';
|
|
6
6
|
import 'jose';
|
|
7
7
|
import 'kysely';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import 'better-sqlite3';
|
|
10
|
-
import 'bun:sqlite';
|
|
11
10
|
|
|
12
11
|
interface PrismaConfig {
|
|
13
12
|
/**
|
package/dist/adapters/test.d.cts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.DAnZZLm7.cjs';
|
|
2
2
|
import '../shared/better-auth.CYegVoq1.cjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.BKj-j-Nn.cjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
|
-
import 'bun:sqlite';
|
|
10
9
|
|
|
11
10
|
interface AdapterTestOptions {
|
|
12
11
|
getAdapter: (customOptions?: Omit<BetterAuthOptions, "database">) => Promise<Adapter>;
|
package/dist/adapters/test.d.mts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.COuudfet.mjs';
|
|
2
2
|
import '../shared/better-auth.CYegVoq1.mjs';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.B-U-TEGJ.mjs';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
|
-
import 'bun:sqlite';
|
|
10
9
|
|
|
11
10
|
interface AdapterTestOptions {
|
|
12
11
|
getAdapter: (customOptions?: Omit<BetterAuthOptions, "database">) => Promise<Adapter>;
|
package/dist/adapters/test.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.
|
|
1
|
+
import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.07DeTSOM.js';
|
|
2
2
|
import '../shared/better-auth.CYegVoq1.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.DCQHJX_V.js';
|
|
5
5
|
import 'jose';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
|
-
import 'bun:sqlite';
|
|
10
9
|
|
|
11
10
|
interface AdapterTestOptions {
|
|
12
11
|
getAdapter: (customOptions?: Omit<BetterAuthOptions, "database">) => Promise<Adapter>;
|