better-auth 1.3.0-beta.7 → 1.3.0-beta.9
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.cjs +2 -2
- package/dist/adapters/drizzle-adapter/index.d.cts +6 -4
- package/dist/adapters/drizzle-adapter/index.d.mts +6 -4
- package/dist/adapters/drizzle-adapter/index.d.ts +6 -4
- package/dist/adapters/drizzle-adapter/index.mjs +2 -2
- package/dist/adapters/index.cjs +2 -2
- package/dist/adapters/index.d.cts +7 -5
- package/dist/adapters/index.d.mts +7 -5
- package/dist/adapters/index.d.ts +7 -5
- package/dist/adapters/index.mjs +2 -2
- package/dist/adapters/kysely-adapter/index.cjs +3 -3
- package/dist/adapters/kysely-adapter/index.d.cts +6 -4
- package/dist/adapters/kysely-adapter/index.d.mts +6 -4
- package/dist/adapters/kysely-adapter/index.d.ts +6 -4
- package/dist/adapters/kysely-adapter/index.mjs +3 -3
- package/dist/adapters/memory-adapter/index.cjs +3 -3
- package/dist/adapters/memory-adapter/index.d.cts +6 -4
- package/dist/adapters/memory-adapter/index.d.mts +6 -4
- package/dist/adapters/memory-adapter/index.d.ts +6 -4
- package/dist/adapters/memory-adapter/index.mjs +3 -3
- package/dist/adapters/mongodb-adapter/index.cjs +3 -3
- package/dist/adapters/mongodb-adapter/index.d.cts +6 -4
- package/dist/adapters/mongodb-adapter/index.d.mts +6 -4
- package/dist/adapters/mongodb-adapter/index.d.ts +6 -4
- package/dist/adapters/mongodb-adapter/index.mjs +3 -3
- package/dist/adapters/prisma-adapter/index.cjs +2 -2
- package/dist/adapters/prisma-adapter/index.d.cts +6 -4
- package/dist/adapters/prisma-adapter/index.d.mts +6 -4
- package/dist/adapters/prisma-adapter/index.d.ts +6 -4
- package/dist/adapters/prisma-adapter/index.mjs +2 -2
- package/dist/adapters/test.cjs +1 -1
- package/dist/adapters/test.d.cts +6 -4
- package/dist/adapters/test.d.mts +6 -4
- package/dist/adapters/test.d.ts +6 -4
- package/dist/adapters/test.mjs +1 -1
- package/dist/api/index.cjs +49 -14
- package/dist/api/index.d.cts +5 -3
- package/dist/api/index.d.mts +5 -3
- package/dist/api/index.d.ts +5 -3
- package/dist/api/index.mjs +36 -14
- package/dist/client/index.d.cts +8 -6
- package/dist/client/index.d.mts +8 -6
- package/dist/client/index.d.ts +8 -6
- package/dist/client/plugins/index.d.cts +18 -16
- package/dist/client/plugins/index.d.mts +18 -16
- package/dist/client/plugins/index.d.ts +18 -16
- package/dist/client/react/index.d.cts +14 -12
- package/dist/client/react/index.d.mts +14 -12
- package/dist/client/react/index.d.ts +14 -12
- package/dist/client/solid/index.d.cts +8 -6
- package/dist/client/solid/index.d.mts +8 -6
- package/dist/client/solid/index.d.ts +8 -6
- package/dist/client/svelte/index.d.cts +14 -12
- package/dist/client/svelte/index.d.mts +14 -12
- package/dist/client/svelte/index.d.ts +14 -12
- package/dist/client/vue/index.d.cts +8 -6
- package/dist/client/vue/index.d.mts +8 -6
- package/dist/client/vue/index.d.ts +8 -6
- package/dist/cookies/index.d.cts +6 -4
- package/dist/cookies/index.d.mts +6 -4
- package/dist/cookies/index.d.ts +6 -4
- package/dist/db/index.cjs +25 -11
- package/dist/db/index.d.cts +8 -6
- package/dist/db/index.d.mts +8 -6
- package/dist/db/index.d.ts +8 -6
- package/dist/db/index.mjs +7 -7
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +8 -6
- package/dist/index.d.mts +8 -6
- package/dist/index.d.ts +8 -6
- package/dist/index.mjs +9 -9
- package/dist/integrations/next-js.cjs +17 -6
- package/dist/integrations/next-js.d.cts +6 -4
- package/dist/integrations/next-js.d.mts +6 -4
- package/dist/integrations/next-js.d.ts +6 -4
- package/dist/integrations/next-js.mjs +17 -6
- package/dist/integrations/node.d.cts +6 -4
- package/dist/integrations/node.d.mts +6 -4
- package/dist/integrations/node.d.ts +6 -4
- package/dist/integrations/react-start.cjs +6 -5
- package/dist/integrations/react-start.d.cts +6 -4
- package/dist/integrations/react-start.d.mts +6 -4
- package/dist/integrations/react-start.d.ts +6 -4
- package/dist/integrations/react-start.mjs +6 -5
- package/dist/integrations/svelte-kit.cjs +3 -3
- package/dist/integrations/svelte-kit.d.cts +6 -4
- package/dist/integrations/svelte-kit.d.mts +6 -4
- package/dist/integrations/svelte-kit.d.ts +6 -4
- package/dist/integrations/svelte-kit.mjs +3 -3
- package/dist/oauth2/index.cjs +3 -3
- package/dist/oauth2/index.d.cts +13 -10
- package/dist/oauth2/index.d.mts +13 -10
- package/dist/oauth2/index.d.ts +13 -10
- package/dist/oauth2/index.mjs +3 -3
- package/dist/plugins/access/index.d.cts +1 -2
- package/dist/plugins/access/index.d.mts +1 -2
- package/dist/plugins/access/index.d.ts +1 -2
- package/dist/plugins/admin/access/index.d.cts +1 -2
- package/dist/plugins/admin/access/index.d.mts +1 -2
- package/dist/plugins/admin/access/index.d.ts +1 -2
- package/dist/plugins/admin/index.cjs +4 -3
- package/dist/plugins/admin/index.d.cts +117 -200
- package/dist/plugins/admin/index.d.mts +117 -200
- package/dist/plugins/admin/index.d.ts +117 -200
- package/dist/plugins/admin/index.mjs +4 -3
- package/dist/plugins/anonymous/index.cjs +4 -4
- package/dist/plugins/anonymous/index.d.cts +6 -4
- package/dist/plugins/anonymous/index.d.mts +6 -4
- package/dist/plugins/anonymous/index.d.ts +6 -4
- package/dist/plugins/anonymous/index.mjs +4 -4
- package/dist/plugins/bearer/index.cjs +3 -3
- package/dist/plugins/bearer/index.d.cts +6 -4
- package/dist/plugins/bearer/index.d.mts +6 -4
- package/dist/plugins/bearer/index.d.ts +6 -4
- package/dist/plugins/bearer/index.mjs +3 -3
- package/dist/plugins/captcha/index.d.cts +6 -4
- package/dist/plugins/captcha/index.d.mts +6 -4
- package/dist/plugins/captcha/index.d.ts +6 -4
- package/dist/plugins/custom-session/index.cjs +22 -8
- package/dist/plugins/custom-session/index.d.cts +8 -16
- package/dist/plugins/custom-session/index.d.mts +8 -16
- package/dist/plugins/custom-session/index.d.ts +8 -16
- package/dist/plugins/custom-session/index.mjs +5 -5
- package/dist/plugins/email-otp/index.cjs +24 -17
- package/dist/plugins/email-otp/index.d.cts +33 -61
- package/dist/plugins/email-otp/index.d.mts +33 -61
- package/dist/plugins/email-otp/index.d.ts +33 -61
- package/dist/plugins/email-otp/index.mjs +24 -17
- package/dist/plugins/generic-oauth/index.cjs +40 -24
- package/dist/plugins/generic-oauth/index.d.cts +23 -63
- package/dist/plugins/generic-oauth/index.d.mts +23 -63
- package/dist/plugins/generic-oauth/index.d.ts +23 -63
- package/dist/plugins/generic-oauth/index.mjs +21 -19
- package/dist/plugins/haveibeenpwned/index.cjs +3 -3
- package/dist/plugins/haveibeenpwned/index.d.cts +6 -4
- package/dist/plugins/haveibeenpwned/index.d.mts +6 -4
- package/dist/plugins/haveibeenpwned/index.d.ts +6 -4
- package/dist/plugins/haveibeenpwned/index.mjs +3 -3
- package/dist/plugins/index.cjs +112 -80
- package/dist/plugins/index.d.cts +53 -71
- package/dist/plugins/index.d.mts +53 -71
- package/dist/plugins/index.d.ts +53 -71
- package/dist/plugins/index.mjs +82 -64
- package/dist/plugins/jwt/index.cjs +9 -90
- package/dist/plugins/jwt/index.d.cts +10 -9
- package/dist/plugins/jwt/index.d.mts +10 -9
- package/dist/plugins/jwt/index.d.ts +10 -9
- package/dist/plugins/jwt/index.mjs +9 -89
- package/dist/plugins/magic-link/index.cjs +24 -10
- package/dist/plugins/magic-link/index.d.cts +4 -18
- package/dist/plugins/magic-link/index.d.mts +4 -18
- package/dist/plugins/magic-link/index.d.ts +4 -18
- package/dist/plugins/magic-link/index.mjs +8 -8
- package/dist/plugins/multi-session/index.cjs +21 -7
- package/dist/plugins/multi-session/index.d.cts +14 -20
- package/dist/plugins/multi-session/index.d.mts +14 -20
- package/dist/plugins/multi-session/index.d.ts +14 -20
- package/dist/plugins/multi-session/index.mjs +5 -5
- package/dist/plugins/oauth-proxy/index.cjs +20 -6
- package/dist/plugins/oauth-proxy/index.d.cts +7 -11
- package/dist/plugins/oauth-proxy/index.d.mts +7 -11
- package/dist/plugins/oauth-proxy/index.d.ts +7 -11
- package/dist/plugins/oauth-proxy/index.mjs +5 -5
- package/dist/plugins/oidc-provider/index.cjs +11 -6
- package/dist/plugins/oidc-provider/index.d.cts +106 -84
- package/dist/plugins/oidc-provider/index.d.mts +106 -84
- package/dist/plugins/oidc-provider/index.d.ts +106 -84
- package/dist/plugins/oidc-provider/index.mjs +10 -6
- package/dist/plugins/one-tap/index.cjs +19 -5
- package/dist/plugins/one-tap/index.d.cts +2 -6
- package/dist/plugins/one-tap/index.d.mts +2 -6
- package/dist/plugins/one-tap/index.d.ts +2 -6
- package/dist/plugins/one-tap/index.mjs +4 -4
- package/dist/plugins/one-time-token/index.cjs +7 -6
- package/dist/plugins/one-time-token/index.d.cts +9 -11
- package/dist/plugins/one-time-token/index.d.mts +9 -11
- package/dist/plugins/one-time-token/index.d.ts +9 -11
- package/dist/plugins/one-time-token/index.mjs +7 -6
- package/dist/plugins/open-api/index.cjs +21 -23
- package/dist/plugins/open-api/index.d.cts +6 -4
- package/dist/plugins/open-api/index.d.mts +6 -4
- package/dist/plugins/open-api/index.d.ts +6 -4
- package/dist/plugins/open-api/index.mjs +17 -19
- package/dist/plugins/organization/access/index.d.cts +1 -2
- package/dist/plugins/organization/access/index.d.mts +1 -2
- package/dist/plugins/organization/access/index.d.ts +1 -2
- package/dist/plugins/organization/index.cjs +5 -4
- package/dist/plugins/organization/index.d.cts +811 -1130
- package/dist/plugins/organization/index.d.mts +811 -1130
- package/dist/plugins/organization/index.d.ts +811 -1130
- package/dist/plugins/organization/index.mjs +5 -4
- package/dist/plugins/passkey/index.cjs +35 -19
- package/dist/plugins/passkey/index.d.cts +37 -60
- package/dist/plugins/passkey/index.d.mts +37 -60
- package/dist/plugins/passkey/index.d.ts +37 -60
- package/dist/plugins/passkey/index.mjs +13 -11
- package/dist/plugins/phone-number/index.cjs +36 -22
- package/dist/plugins/phone-number/index.d.cts +15 -66
- package/dist/plugins/phone-number/index.d.mts +15 -66
- package/dist/plugins/phone-number/index.d.ts +15 -66
- package/dist/plugins/phone-number/index.mjs +11 -11
- package/dist/plugins/sso/index.cjs +56 -42
- package/dist/plugins/sso/index.d.cts +32 -119
- package/dist/plugins/sso/index.d.mts +32 -119
- package/dist/plugins/sso/index.d.ts +32 -119
- package/dist/plugins/sso/index.mjs +31 -31
- package/dist/plugins/two-factor/index.cjs +43 -29
- package/dist/plugins/two-factor/index.d.cts +31 -79
- package/dist/plugins/two-factor/index.d.mts +31 -79
- package/dist/plugins/two-factor/index.d.ts +31 -79
- package/dist/plugins/two-factor/index.mjs +13 -13
- package/dist/plugins/username/index.cjs +26 -13
- package/dist/plugins/username/index.d.cts +11 -19
- package/dist/plugins/username/index.d.mts +11 -19
- package/dist/plugins/username/index.d.ts +11 -19
- package/dist/plugins/username/index.mjs +10 -11
- package/dist/shared/{better-auth.bHQlVztX.d.ts → better-auth.4fWbQEA_.d.ts} +2 -2
- package/dist/shared/{better-auth.CJb2R19P.d.ts → better-auth.AjMhD7yz.d.mts} +45 -104
- package/dist/shared/{better-auth.CTYN90cw.cjs → better-auth.BFWSzd99.cjs} +5 -5
- package/dist/shared/{better-auth.DcWKCjjf.cjs → better-auth.BIMq4RPW.cjs} +53 -39
- package/dist/shared/{better-auth.BYIMqSU0.d.mts → better-auth.BMs5wQpJ.d.ts} +45 -104
- package/dist/shared/{better-auth.tST9Caqi.mjs → better-auth.BRkCkvkr.mjs} +4 -4
- package/dist/shared/{better-auth.VwFr4owi.d.cts → better-auth.BTGXn6Wu.d.ts} +117 -5
- package/dist/shared/{better-auth.CkL-IpXS.cjs → better-auth.BUiVJvLO.cjs} +1 -1
- package/dist/shared/{better-auth.1M3xAdJC.d.cts → better-auth.BalZRjl9.d.cts} +733 -1703
- package/dist/shared/{better-auth.Bc-1Su7g.d.ts → better-auth.BbVHEJaq.d.mts} +733 -1703
- package/dist/shared/{better-auth.Dh9fsfY2.mjs → better-auth.BdrJBkRw.mjs} +88 -45
- package/dist/shared/{better-auth.CJ2ZGyoL.d.mts → better-auth.Beq6UEbm.d.cts} +2 -2
- package/dist/shared/{better-auth.Lq361xtr.mjs → better-auth.BluEOpoj.mjs} +1 -1
- package/dist/shared/{better-auth.fsvwNeUx.mjs → better-auth.CGrHn1Ih.mjs} +1 -1
- package/dist/shared/{better-auth.DWRzwPcP.d.mts → better-auth.CTHn60Kj.d.ts} +733 -1703
- package/dist/shared/{better-auth.B7cZ2juS.cjs → better-auth.CeLY0dLy.cjs} +1 -2
- package/dist/shared/{better-auth.KCmQsDm-.cjs → better-auth.Cg1dmr5y.cjs} +1 -1
- package/dist/shared/{better-auth.B2zZl7qP.cjs → better-auth.CgWmIFz1.cjs} +188 -75
- package/dist/shared/{better-auth.Dde0tveQ.d.ts → better-auth.CmoI7VL1.d.ts} +5 -5
- package/dist/shared/{better-auth.D7Si_1a9.mjs → better-auth.Cx_7nFZg.mjs} +78 -73
- package/dist/shared/{better-auth.kvIPfj9F.d.mts → better-auth.D3D9uwta.d.cts} +117 -5
- package/dist/shared/{better-auth.BJa1oqpN.d.cts → better-auth.D5KZfhN9.d.cts} +5 -5
- package/dist/shared/{better-auth.CQPOI-_E.mjs → better-auth.D6kyMvXP.mjs} +189 -77
- package/dist/shared/{better-auth.BjBe8STm.cjs → better-auth.DBBvVNHz.cjs} +78 -73
- package/dist/shared/better-auth.DE4w3zEf.cjs +88 -0
- package/dist/shared/better-auth.DI0OyFsZ.cjs +44 -0
- package/dist/shared/{better-auth._dAJf_oa.cjs → better-auth.DOgvYMa8.cjs} +1 -1
- package/dist/shared/{better-auth.DEj39-fy.mjs → better-auth.DRCA5tuq.mjs} +1 -1
- package/dist/shared/better-auth.DUwl8-HL.mjs +85 -0
- package/dist/shared/{better-auth.DZBS14g0.cjs → better-auth.DZTOcfJ2.cjs} +66 -42
- package/dist/shared/{better-auth.iKoUsdFE.mjs → better-auth.DcfNPS8q.mjs} +1 -2
- package/dist/shared/{better-auth.CpSq0H3M.d.cts → better-auth.DgdqIOZX.d.cts} +44 -103
- package/dist/shared/{better-auth.B1UvcDzZ.mjs → better-auth.DwzM-9N1.mjs} +1 -1
- package/dist/shared/{better-auth.CGOCIshw.cjs → better-auth.DzBLnNed.cjs} +1 -1
- package/dist/shared/{better-auth.Y_QHVJcB.cjs → better-auth.Gx72AqAK.cjs} +4 -4
- package/dist/shared/{better-auth.J-FkYMpb.mjs → better-auth.H13TSpTJ.mjs} +5 -5
- package/dist/shared/{better-auth.C1otFVHS.d.mts → better-auth.IsSv8odO.d.mts} +5 -5
- package/dist/shared/{better-auth.I7OjQ-oc.cjs → better-auth.JhO62CUu.cjs} +154 -97
- package/dist/shared/{better-auth.C6VyAxGz.mjs → better-auth.Rwb5CwA2.mjs} +46 -36
- package/dist/shared/{better-auth.9XhOL8gb.d.cts → better-auth.ZSfSbnQT.d.cts} +2 -3
- package/dist/shared/{better-auth.9XhOL8gb.d.mts → better-auth.ZSfSbnQT.d.mts} +2 -3
- package/dist/shared/{better-auth.9XhOL8gb.d.ts → better-auth.ZSfSbnQT.d.ts} +2 -3
- package/dist/shared/{better-auth.HT3cSIq4.cjs → better-auth.clHUhzUm.cjs} +249 -141
- package/dist/shared/{better-auth.DcwXW4BB.d.cts → better-auth.fpvODASA.d.mts} +2 -2
- package/dist/shared/{better-auth.C3eCZf9N.mjs → better-auth.gBl3F_xa.mjs} +1 -1
- package/dist/shared/{better-auth.BtyWISFt.mjs → better-auth.jhSvrQhK.mjs} +178 -85
- package/dist/shared/{better-auth.Cc72UxUH.mjs → better-auth.n2KFGwjY.mjs} +1 -1
- package/dist/shared/{better-auth.D9z1x8va.d.ts → better-auth.nM381a9n.d.mts} +117 -5
- package/dist/social-providers/index.cjs +4 -3
- package/dist/social-providers/index.d.cts +3 -3
- package/dist/social-providers/index.d.mts +3 -3
- package/dist/social-providers/index.d.ts +3 -3
- package/dist/social-providers/index.mjs +3 -3
- package/dist/test-utils/index.cjs +13 -12
- package/dist/test-utils/index.d.cts +1345 -2837
- package/dist/test-utils/index.d.mts +1345 -2837
- package/dist/test-utils/index.d.ts +1345 -2837
- package/dist/test-utils/index.mjs +13 -12
- package/dist/types/index.d.cts +7 -5
- package/dist/types/index.d.mts +7 -5
- package/dist/types/index.d.ts +7 -5
- package/package.json +2 -2
- package/dist/shared/better-auth.BG6vHVNT.cjs +0 -30
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
const drizzleOrm = require('drizzle-orm');
|
|
4
4
|
const index$1 = require('../../shared/better-auth.ANpbi45u.cjs');
|
|
5
|
-
const index = require('../../shared/better-auth.
|
|
5
|
+
const index = require('../../shared/better-auth.DzBLnNed.cjs');
|
|
6
6
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
7
7
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
8
8
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
9
9
|
require('@better-auth/utils/random');
|
|
10
|
-
require('zod');
|
|
10
|
+
require('zod/v4');
|
|
11
11
|
require('better-call');
|
|
12
12
|
require('@better-auth/utils/hash');
|
|
13
13
|
require('@noble/ciphers/chacha');
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.VwFr4owi.cjs';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BalZRjl9.cjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.cjs';
|
|
6
|
+
import '../../shared/better-auth.D3D9uwta.cjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.kvIPfj9F.mjs';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BbVHEJaq.mjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.mjs';
|
|
6
|
+
import '../../shared/better-auth.nM381a9n.mjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.D9z1x8va.js';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CTHn60Kj.js';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.js';
|
|
6
|
+
import '../../shared/better-auth.BTGXn6Wu.js';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { count, desc, asc, sql, eq, inArray, like, lt, lte, ne, gt, gte, and, or } from 'drizzle-orm';
|
|
2
2
|
import { B as BetterAuthError } from '../../shared/better-auth.DdzSJf-n.mjs';
|
|
3
|
-
import { c as createAdapter } from '../../shared/better-auth.
|
|
3
|
+
import { c as createAdapter } from '../../shared/better-auth.gBl3F_xa.mjs';
|
|
4
4
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
5
5
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
6
6
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
7
7
|
import '@better-auth/utils/random';
|
|
8
|
-
import 'zod';
|
|
8
|
+
import 'zod/v4';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import '@better-auth/utils/hash';
|
|
11
11
|
import '@noble/ciphers/chacha';
|
package/dist/adapters/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('../shared/better-auth.
|
|
3
|
+
const index = require('../shared/better-auth.DzBLnNed.cjs');
|
|
4
4
|
require('../shared/better-auth.D3mtHEZg.cjs');
|
|
5
5
|
require('../shared/better-auth.BEphVDyL.cjs');
|
|
6
6
|
require('../shared/better-auth.CXhVNgXP.cjs');
|
|
7
7
|
require('@better-auth/utils/random');
|
|
8
|
-
require('zod');
|
|
8
|
+
require('zod/v4');
|
|
9
9
|
require('better-call');
|
|
10
10
|
require('@better-auth/utils/hash');
|
|
11
11
|
require('@noble/ciphers/chacha');
|
|
@@ -1,10 +1,12 @@
|
|
|
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.
|
|
3
|
-
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../shared/better-auth.VwFr4owi.cjs';
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.BalZRjl9.cjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.BalZRjl9.cjs';
|
|
6
3
|
import 'kysely';
|
|
7
4
|
import 'better-call';
|
|
5
|
+
import 'zod/v4';
|
|
6
|
+
import '../shared/better-auth.ZSfSbnQT.cjs';
|
|
7
|
+
import '../shared/better-auth.D3D9uwta.cjs';
|
|
8
|
+
import 'zod/v4/core';
|
|
9
|
+
import 'zod';
|
|
8
10
|
import 'better-sqlite3';
|
|
9
11
|
import 'bun:sqlite';
|
|
10
12
|
|
|
@@ -1,10 +1,12 @@
|
|
|
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.
|
|
3
|
-
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../shared/better-auth.kvIPfj9F.mjs';
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.BbVHEJaq.mjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.BbVHEJaq.mjs';
|
|
6
3
|
import 'kysely';
|
|
7
4
|
import 'better-call';
|
|
5
|
+
import 'zod/v4';
|
|
6
|
+
import '../shared/better-auth.ZSfSbnQT.mjs';
|
|
7
|
+
import '../shared/better-auth.nM381a9n.mjs';
|
|
8
|
+
import 'zod/v4/core';
|
|
9
|
+
import 'zod';
|
|
8
10
|
import 'better-sqlite3';
|
|
9
11
|
import 'bun:sqlite';
|
|
10
12
|
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
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.
|
|
3
|
-
import '../shared/better-auth.9XhOL8gb.js';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../shared/better-auth.D9z1x8va.js';
|
|
1
|
+
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.CTHn60Kj.js';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.CTHn60Kj.js';
|
|
6
3
|
import 'kysely';
|
|
7
4
|
import 'better-call';
|
|
5
|
+
import 'zod/v4';
|
|
6
|
+
import '../shared/better-auth.ZSfSbnQT.js';
|
|
7
|
+
import '../shared/better-auth.BTGXn6Wu.js';
|
|
8
|
+
import 'zod/v4/core';
|
|
9
|
+
import 'zod';
|
|
8
10
|
import 'better-sqlite3';
|
|
9
11
|
import 'bun:sqlite';
|
|
10
12
|
|
package/dist/adapters/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { c as createAdapter } from '../shared/better-auth.
|
|
1
|
+
export { c as createAdapter } from '../shared/better-auth.gBl3F_xa.mjs';
|
|
2
2
|
import '../shared/better-auth.tB5eU6EY.mjs';
|
|
3
3
|
import '../shared/better-auth.DORkW_Ge.mjs';
|
|
4
4
|
import '../shared/better-auth.DBGfIDnh.mjs';
|
|
5
5
|
import '@better-auth/utils/random';
|
|
6
|
-
import 'zod';
|
|
6
|
+
import 'zod/v4';
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import '@better-auth/utils/hash';
|
|
9
9
|
import '@noble/ciphers/chacha';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kyselyAdapter = require('../../shared/better-auth.
|
|
3
|
+
const kyselyAdapter = require('../../shared/better-auth.DOgvYMa8.cjs');
|
|
4
4
|
require('kysely');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.DzBLnNed.cjs');
|
|
6
6
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
7
7
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
8
8
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
9
9
|
require('@better-auth/utils/random');
|
|
10
|
-
require('zod');
|
|
10
|
+
require('zod/v4');
|
|
11
11
|
require('better-call');
|
|
12
12
|
require('@better-auth/utils/hash');
|
|
13
13
|
require('@noble/ciphers/chacha');
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.VwFr4owi.cjs';
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.BalZRjl9.cjs';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.cjs';
|
|
6
|
+
import '../../shared/better-auth.D3D9uwta.cjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.kvIPfj9F.mjs';
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.BbVHEJaq.mjs';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.mjs';
|
|
6
|
+
import '../../shared/better-auth.nM381a9n.mjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Kysely } from 'kysely';
|
|
2
|
-
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import '../../shared/better-auth.9XhOL8gb.js';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.D9z1x8va.js';
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.CTHn60Kj.js';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.js';
|
|
6
|
+
import '../../shared/better-auth.BTGXn6Wu.js';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { c as createKyselyAdapter, k as kyselyAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { c as createKyselyAdapter, k as kyselyAdapter } from '../../shared/better-auth.DwzM-9N1.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.gBl3F_xa.mjs';
|
|
4
4
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
5
5
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
6
6
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
7
7
|
import '@better-auth/utils/random';
|
|
8
|
-
import 'zod';
|
|
8
|
+
import 'zod/v4';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import '@better-auth/utils/hash';
|
|
11
11
|
import '@noble/ciphers/chacha';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const memoryAdapter = require('../../shared/better-auth.
|
|
4
|
-
require('../../shared/better-auth.
|
|
3
|
+
const memoryAdapter = require('../../shared/better-auth.BUiVJvLO.cjs');
|
|
4
|
+
require('../../shared/better-auth.DzBLnNed.cjs');
|
|
5
5
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
6
6
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
7
7
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
8
8
|
require('@better-auth/utils/random');
|
|
9
|
-
require('zod');
|
|
9
|
+
require('zod/v4');
|
|
10
10
|
require('better-call');
|
|
11
11
|
require('@better-auth/utils/hash');
|
|
12
12
|
require('@noble/ciphers/chacha');
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.VwFr4owi.cjs';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BalZRjl9.cjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.cjs';
|
|
6
|
+
import '../../shared/better-auth.D3D9uwta.cjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.kvIPfj9F.mjs';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BbVHEJaq.mjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.mjs';
|
|
6
|
+
import '../../shared/better-auth.nM381a9n.mjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.D9z1x8va.js';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CTHn60Kj.js';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.js';
|
|
6
|
+
import '../../shared/better-auth.BTGXn6Wu.js';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { m as memoryAdapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
export { m as memoryAdapter } from '../../shared/better-auth.BluEOpoj.mjs';
|
|
2
|
+
import '../../shared/better-auth.gBl3F_xa.mjs';
|
|
3
3
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
4
4
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
5
5
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
6
6
|
import '@better-auth/utils/random';
|
|
7
|
-
import 'zod';
|
|
7
|
+
import 'zod/v4';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import '@better-auth/utils/hash';
|
|
10
10
|
import '@noble/ciphers/chacha';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const mongodbAdapter = require('../../shared/better-auth.
|
|
3
|
+
const mongodbAdapter = require('../../shared/better-auth.Cg1dmr5y.cjs');
|
|
4
4
|
require('mongodb');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.DzBLnNed.cjs');
|
|
6
6
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
7
7
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
8
8
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
9
9
|
require('@better-auth/utils/random');
|
|
10
|
-
require('zod');
|
|
10
|
+
require('zod/v4');
|
|
11
11
|
require('better-call');
|
|
12
12
|
require('@better-auth/utils/hash');
|
|
13
13
|
require('@noble/ciphers/chacha');
|
|
@@ -1,10 +1,12 @@
|
|
|
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.BalZRjl9.cjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
|
-
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.VwFr4owi.cjs';
|
|
6
3
|
import 'kysely';
|
|
7
4
|
import 'better-call';
|
|
5
|
+
import 'zod/v4';
|
|
6
|
+
import '../../shared/better-auth.ZSfSbnQT.cjs';
|
|
7
|
+
import '../../shared/better-auth.D3D9uwta.cjs';
|
|
8
|
+
import 'zod/v4/core';
|
|
9
|
+
import 'zod';
|
|
8
10
|
import 'better-sqlite3';
|
|
9
11
|
import 'bun:sqlite';
|
|
10
12
|
|
|
@@ -1,10 +1,12 @@
|
|
|
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.BbVHEJaq.mjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
|
-
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.kvIPfj9F.mjs';
|
|
6
3
|
import 'kysely';
|
|
7
4
|
import 'better-call';
|
|
5
|
+
import 'zod/v4';
|
|
6
|
+
import '../../shared/better-auth.ZSfSbnQT.mjs';
|
|
7
|
+
import '../../shared/better-auth.nM381a9n.mjs';
|
|
8
|
+
import 'zod/v4/core';
|
|
9
|
+
import 'zod';
|
|
8
10
|
import 'better-sqlite3';
|
|
9
11
|
import 'bun:sqlite';
|
|
10
12
|
|
|
@@ -1,10 +1,12 @@
|
|
|
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.CTHn60Kj.js';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
|
-
import '../../shared/better-auth.9XhOL8gb.js';
|
|
4
|
-
import 'zod';
|
|
5
|
-
import '../../shared/better-auth.D9z1x8va.js';
|
|
6
3
|
import 'kysely';
|
|
7
4
|
import 'better-call';
|
|
5
|
+
import 'zod/v4';
|
|
6
|
+
import '../../shared/better-auth.ZSfSbnQT.js';
|
|
7
|
+
import '../../shared/better-auth.BTGXn6Wu.js';
|
|
8
|
+
import 'zod/v4/core';
|
|
9
|
+
import 'zod';
|
|
8
10
|
import 'better-sqlite3';
|
|
9
11
|
import 'bun:sqlite';
|
|
10
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { m as mongodbAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { m as mongodbAdapter } from '../../shared/better-auth.DRCA5tuq.mjs';
|
|
2
2
|
import 'mongodb';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.gBl3F_xa.mjs';
|
|
4
4
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
5
5
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
6
6
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
7
7
|
import '@better-auth/utils/random';
|
|
8
|
-
import 'zod';
|
|
8
|
+
import 'zod/v4';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import '@better-auth/utils/hash';
|
|
11
11
|
import '@noble/ciphers/chacha';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index$1 = require('../../shared/better-auth.ANpbi45u.cjs');
|
|
4
|
-
const index = require('../../shared/better-auth.
|
|
4
|
+
const index = require('../../shared/better-auth.DzBLnNed.cjs');
|
|
5
5
|
require('../../shared/better-auth.D3mtHEZg.cjs');
|
|
6
6
|
require('../../shared/better-auth.BEphVDyL.cjs');
|
|
7
7
|
require('../../shared/better-auth.CXhVNgXP.cjs');
|
|
8
8
|
require('@better-auth/utils/random');
|
|
9
|
-
require('zod');
|
|
9
|
+
require('zod/v4');
|
|
10
10
|
require('better-call');
|
|
11
11
|
require('@better-auth/utils/hash');
|
|
12
12
|
require('@noble/ciphers/chacha');
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.cjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.VwFr4owi.cjs';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BalZRjl9.cjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.cjs';
|
|
6
|
+
import '../../shared/better-auth.D3D9uwta.cjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.mjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.kvIPfj9F.mjs';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.BbVHEJaq.mjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.mjs';
|
|
6
|
+
import '../../shared/better-auth.nM381a9n.mjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.9XhOL8gb.js';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../../shared/better-auth.D9z1x8va.js';
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CTHn60Kj.js';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../../shared/better-auth.ZSfSbnQT.js';
|
|
6
|
+
import '../../shared/better-auth.BTGXn6Wu.js';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { B as BetterAuthError } from '../../shared/better-auth.DdzSJf-n.mjs';
|
|
2
|
-
import { c as createAdapter } from '../../shared/better-auth.
|
|
2
|
+
import { c as createAdapter } from '../../shared/better-auth.gBl3F_xa.mjs';
|
|
3
3
|
import '../../shared/better-auth.tB5eU6EY.mjs';
|
|
4
4
|
import '../../shared/better-auth.DORkW_Ge.mjs';
|
|
5
5
|
import '../../shared/better-auth.DBGfIDnh.mjs';
|
|
6
6
|
import '@better-auth/utils/random';
|
|
7
|
-
import 'zod';
|
|
7
|
+
import 'zod/v4';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import '@better-auth/utils/hash';
|
|
10
10
|
import '@noble/ciphers/chacha';
|
package/dist/adapters/test.cjs
CHANGED
package/dist/adapters/test.d.cts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
import '../shared/better-auth.9XhOL8gb.cjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../shared/better-auth.VwFr4owi.cjs';
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.BalZRjl9.cjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../shared/better-auth.ZSfSbnQT.cjs';
|
|
6
|
+
import '../shared/better-auth.D3D9uwta.cjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
package/dist/adapters/test.d.mts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
import '../shared/better-auth.9XhOL8gb.mjs';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../shared/better-auth.kvIPfj9F.mjs';
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.BbVHEJaq.mjs';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../shared/better-auth.ZSfSbnQT.mjs';
|
|
6
|
+
import '../shared/better-auth.nM381a9n.mjs';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
package/dist/adapters/test.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
import '../shared/better-auth.9XhOL8gb.js';
|
|
3
|
-
import 'zod';
|
|
4
|
-
import '../shared/better-auth.D9z1x8va.js';
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.CTHn60Kj.js';
|
|
5
2
|
import 'kysely';
|
|
6
3
|
import 'better-call';
|
|
4
|
+
import 'zod/v4';
|
|
5
|
+
import '../shared/better-auth.ZSfSbnQT.js';
|
|
6
|
+
import '../shared/better-auth.BTGXn6Wu.js';
|
|
7
|
+
import 'zod/v4/core';
|
|
8
|
+
import 'zod';
|
|
7
9
|
import 'better-sqlite3';
|
|
8
10
|
import 'bun:sqlite';
|
|
9
11
|
|
package/dist/adapters/test.mjs
CHANGED