better-auth 1.3.8-beta.8 → 1.3.8
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 +2 -2
- package/dist/adapters/drizzle-adapter/index.d.mts +2 -2
- package/dist/adapters/drizzle-adapter/index.d.ts +2 -2
- package/dist/adapters/drizzle-adapter/index.mjs +2 -2
- package/dist/adapters/index.cjs +2 -2
- 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/index.mjs +2 -2
- package/dist/adapters/kysely-adapter/index.cjs +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/kysely-adapter/index.mjs +3 -3
- package/dist/adapters/memory-adapter/index.cjs +3 -3
- package/dist/adapters/memory-adapter/index.d.cts +2 -2
- package/dist/adapters/memory-adapter/index.d.mts +2 -2
- package/dist/adapters/memory-adapter/index.d.ts +2 -2
- 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 +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/mongodb-adapter/index.mjs +3 -3
- package/dist/adapters/prisma-adapter/index.cjs +2 -2
- package/dist/adapters/prisma-adapter/index.d.cts +2 -2
- package/dist/adapters/prisma-adapter/index.d.mts +2 -2
- package/dist/adapters/prisma-adapter/index.d.ts +2 -2
- package/dist/adapters/prisma-adapter/index.mjs +2 -2
- package/dist/adapters/test.cjs +75 -75
- 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/adapters/test.mjs +75 -75
- package/dist/api/index.cjs +46 -2
- package/dist/api/index.d.cts +2 -2
- package/dist/api/index.d.mts +2 -2
- package/dist/api/index.d.ts +2 -2
- package/dist/api/index.mjs +47 -4
- package/dist/client/index.cjs +3 -3
- package/dist/client/index.d.cts +4 -4
- package/dist/client/index.d.mts +4 -4
- package/dist/client/index.d.ts +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/client/plugins/index.cjs +76 -4
- package/dist/client/plugins/index.d.cts +83 -18
- package/dist/client/plugins/index.d.mts +83 -18
- package/dist/client/plugins/index.d.ts +83 -18
- package/dist/client/plugins/index.mjs +78 -7
- package/dist/client/react/index.cjs +2 -2
- package/dist/client/react/index.d.cts +4 -4
- package/dist/client/react/index.d.mts +4 -4
- package/dist/client/react/index.d.ts +4 -4
- package/dist/client/react/index.mjs +2 -2
- package/dist/client/solid/index.cjs +2 -2
- 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/solid/index.mjs +2 -2
- package/dist/client/svelte/index.cjs +2 -2
- 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/svelte/index.mjs +2 -2
- package/dist/client/vue/index.cjs +2 -2
- package/dist/client/vue/index.d.cts +13 -13
- package/dist/client/vue/index.d.mts +13 -13
- package/dist/client/vue/index.d.ts +13 -13
- package/dist/client/vue/index.mjs +2 -2
- 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/db/index.cjs +8 -7
- package/dist/db/index.d.cts +3 -3
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.d.ts +3 -3
- package/dist/db/index.mjs +7 -7
- package/dist/index.cjs +8 -8
- package/dist/index.d.cts +8 -8
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.mjs +8 -8
- package/dist/integrations/next-js.cjs +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/next-js.mjs +3 -3
- 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.cjs +3 -3
- 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/react-start.mjs +3 -3
- package/dist/integrations/svelte-kit.cjs +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/integrations/svelte-kit.mjs +2 -2
- package/dist/oauth2/index.cjs +2 -2
- package/dist/oauth2/index.d.cts +8 -8
- package/dist/oauth2/index.d.mts +8 -8
- package/dist/oauth2/index.d.ts +8 -8
- package/dist/oauth2/index.mjs +2 -2
- package/dist/plugins/admin/access/index.cjs +2 -0
- package/dist/plugins/admin/access/index.d.cts +23 -23
- package/dist/plugins/admin/access/index.d.mts +23 -23
- package/dist/plugins/admin/access/index.d.ts +23 -23
- package/dist/plugins/admin/access/index.mjs +2 -0
- package/dist/plugins/admin/index.cjs +3 -3
- package/dist/plugins/admin/index.d.cts +112 -28
- package/dist/plugins/admin/index.d.mts +112 -28
- package/dist/plugins/admin/index.d.ts +112 -28
- package/dist/plugins/admin/index.mjs +3 -3
- package/dist/plugins/anonymous/index.cjs +2 -2
- package/dist/plugins/anonymous/index.d.cts +2 -2
- package/dist/plugins/anonymous/index.d.mts +2 -2
- package/dist/plugins/anonymous/index.d.ts +2 -2
- package/dist/plugins/anonymous/index.mjs +2 -2
- package/dist/plugins/bearer/index.cjs +2 -2
- 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/bearer/index.mjs +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.cjs +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/custom-session/index.mjs +2 -2
- package/dist/plugins/device-authorization/index.cjs +1 -1
- package/dist/plugins/device-authorization/index.d.cts +2 -2
- package/dist/plugins/device-authorization/index.d.mts +2 -2
- package/dist/plugins/device-authorization/index.d.ts +2 -2
- package/dist/plugins/device-authorization/index.mjs +1 -1
- package/dist/plugins/email-otp/index.cjs +2 -2
- package/dist/plugins/email-otp/index.d.cts +2 -2
- package/dist/plugins/email-otp/index.d.mts +2 -2
- package/dist/plugins/email-otp/index.d.ts +2 -2
- package/dist/plugins/email-otp/index.mjs +2 -2
- package/dist/plugins/generic-oauth/index.cjs +2 -2
- package/dist/plugins/generic-oauth/index.d.cts +6 -6
- package/dist/plugins/generic-oauth/index.d.mts +6 -6
- package/dist/plugins/generic-oauth/index.d.ts +6 -6
- package/dist/plugins/generic-oauth/index.mjs +2 -2
- package/dist/plugins/haveibeenpwned/index.cjs +2 -2
- package/dist/plugins/haveibeenpwned/index.d.cts +2 -2
- package/dist/plugins/haveibeenpwned/index.d.mts +2 -2
- package/dist/plugins/haveibeenpwned/index.d.ts +2 -2
- package/dist/plugins/haveibeenpwned/index.mjs +2 -2
- package/dist/plugins/index.cjs +136 -11
- package/dist/plugins/index.d.cts +158 -6
- package/dist/plugins/index.d.mts +158 -6
- package/dist/plugins/index.d.ts +158 -6
- package/dist/plugins/index.mjs +136 -14
- package/dist/plugins/jwt/index.cjs +2 -2
- package/dist/plugins/jwt/index.d.cts +6 -6
- package/dist/plugins/jwt/index.d.mts +6 -6
- package/dist/plugins/jwt/index.d.ts +6 -6
- package/dist/plugins/jwt/index.mjs +4 -4
- package/dist/plugins/magic-link/index.cjs +2 -2
- package/dist/plugins/magic-link/index.mjs +2 -2
- package/dist/plugins/multi-session/index.cjs +2 -2
- package/dist/plugins/multi-session/index.d.cts +10 -10
- package/dist/plugins/multi-session/index.d.mts +10 -10
- package/dist/plugins/multi-session/index.d.ts +10 -10
- package/dist/plugins/multi-session/index.mjs +2 -2
- package/dist/plugins/oauth-proxy/index.cjs +2 -2
- package/dist/plugins/oauth-proxy/index.d.cts +2 -2
- package/dist/plugins/oauth-proxy/index.d.mts +2 -2
- package/dist/plugins/oauth-proxy/index.d.ts +2 -2
- package/dist/plugins/oauth-proxy/index.mjs +2 -2
- package/dist/plugins/oidc-provider/index.cjs +3 -3
- package/dist/plugins/oidc-provider/index.d.cts +18 -18
- package/dist/plugins/oidc-provider/index.d.mts +18 -18
- package/dist/plugins/oidc-provider/index.d.ts +18 -18
- package/dist/plugins/oidc-provider/index.mjs +4 -4
- package/dist/plugins/one-tap/index.cjs +2 -2
- package/dist/plugins/one-tap/index.mjs +2 -2
- package/dist/plugins/one-time-token/index.cjs +4 -4
- package/dist/plugins/one-time-token/index.d.cts +6 -6
- package/dist/plugins/one-time-token/index.d.mts +6 -6
- package/dist/plugins/one-time-token/index.d.ts +6 -6
- package/dist/plugins/one-time-token/index.mjs +4 -4
- package/dist/plugins/open-api/index.cjs +9 -18
- package/dist/plugins/open-api/index.d.cts +9 -2
- package/dist/plugins/open-api/index.d.mts +9 -2
- package/dist/plugins/open-api/index.d.ts +9 -2
- package/dist/plugins/open-api/index.mjs +10 -19
- package/dist/plugins/organization/access/index.cjs +9 -4
- package/dist/plugins/organization/access/index.d.cts +56 -25
- package/dist/plugins/organization/access/index.d.mts +56 -25
- package/dist/plugins/organization/access/index.d.ts +56 -25
- package/dist/plugins/organization/access/index.mjs +9 -4
- package/dist/plugins/organization/index.cjs +6 -6
- package/dist/plugins/organization/index.d.cts +11378 -2446
- package/dist/plugins/organization/index.d.mts +11378 -2446
- package/dist/plugins/organization/index.d.ts +11378 -2446
- package/dist/plugins/organization/index.mjs +6 -6
- package/dist/plugins/passkey/index.cjs +2 -2
- package/dist/plugins/passkey/index.d.cts +26 -26
- package/dist/plugins/passkey/index.d.mts +26 -26
- package/dist/plugins/passkey/index.d.ts +26 -26
- package/dist/plugins/passkey/index.mjs +2 -2
- package/dist/plugins/phone-number/index.cjs +2 -2
- package/dist/plugins/phone-number/index.d.cts +2 -2
- package/dist/plugins/phone-number/index.d.mts +2 -2
- package/dist/plugins/phone-number/index.d.ts +2 -2
- package/dist/plugins/phone-number/index.mjs +2 -2
- package/dist/plugins/siwe/index.cjs +2 -2
- package/dist/plugins/siwe/index.d.cts +2 -2
- package/dist/plugins/siwe/index.d.mts +2 -2
- package/dist/plugins/siwe/index.d.ts +2 -2
- package/dist/plugins/siwe/index.mjs +2 -2
- package/dist/plugins/sso/index.cjs +2 -2
- package/dist/plugins/sso/index.d.cts +8 -8
- package/dist/plugins/sso/index.d.mts +8 -8
- package/dist/plugins/sso/index.d.ts +8 -8
- package/dist/plugins/sso/index.mjs +2 -2
- package/dist/plugins/two-factor/index.cjs +2 -2
- package/dist/plugins/two-factor/index.d.cts +18 -18
- package/dist/plugins/two-factor/index.d.mts +18 -18
- package/dist/plugins/two-factor/index.d.ts +18 -18
- package/dist/plugins/two-factor/index.mjs +2 -2
- package/dist/plugins/username/index.cjs +8 -4
- package/dist/plugins/username/index.d.cts +12 -12
- package/dist/plugins/username/index.d.mts +12 -12
- package/dist/plugins/username/index.d.ts +12 -12
- package/dist/plugins/username/index.mjs +8 -4
- package/dist/shared/{better-auth.vI-5STVo.mjs → better-auth.B-Ud-fSV.mjs} +26 -23
- package/dist/shared/{better-auth.XbRtJVmM.cjs → better-auth.B1-Ox-3r.cjs} +1 -1
- package/dist/shared/{better-auth.D75jtXt8.d.mts → better-auth.B5M8DinZ.d.mts} +793 -785
- package/dist/shared/{better-auth.CxFDzRIT.mjs → better-auth.B8b3lep0.mjs} +2 -2
- package/dist/shared/{better-auth.DX9TcqCt.mjs → better-auth.BA2h5uPw.mjs} +67 -3
- package/dist/shared/better-auth.BAH6fCWD.cjs +87 -0
- package/dist/shared/{better-auth.CzZpBsE1.d.cts → better-auth.BH54xFDQ.d.cts} +15 -15
- package/dist/shared/{better-auth.BVRe9oUF.d.cts → better-auth.BIJBY4I4.d.cts} +5 -16
- package/dist/shared/{better-auth.CnsUttgT.d.ts → better-auth.BUyNJDKf.d.ts} +1 -1
- package/dist/shared/{better-auth.CBOi2vmh.mjs → better-auth.BYiVM63b.mjs} +1283 -223
- package/dist/shared/{better-auth.BfEVD9iF.mjs → better-auth.B_PTVODM.mjs} +9 -7
- package/dist/shared/{better-auth.CwxQpTGf.cjs → better-auth.Bb1FRSH5.cjs} +1 -1
- package/dist/shared/{better-auth.B2msLoMo.cjs → better-auth.BmYM45vZ.cjs} +28 -12
- package/dist/shared/{better-auth.CfB-tQyX.mjs → better-auth.BuBqXPUp.mjs} +7 -7
- package/dist/shared/{better-auth.Bt_3DcBl.cjs → better-auth.Byugpn9h.cjs} +9 -7
- package/dist/shared/{better-auth.Otfjue7Z.d.cts → better-auth.C24xvKiK.d.cts} +793 -785
- package/dist/shared/{better-auth.DayjxkqD.mjs → better-auth.C7uhlcDq.mjs} +1 -1
- package/dist/shared/{better-auth.ZhaALnFz.cjs → better-auth.C9jfJUDF.cjs} +7 -7
- package/dist/shared/{better-auth.CxKBteqV.cjs → better-auth.CCB6dj0q.cjs} +2 -2
- package/dist/shared/{better-auth.xipPt5at.d.ts → better-auth.CF8G3gBm.d.ts} +15 -15
- package/dist/shared/{better-auth.BE51sqlX.mjs → better-auth.CSVCtb77.mjs} +28 -12
- package/dist/shared/{better-auth.BF0OhhL0.mjs → better-auth.CY7-Inqt.mjs} +1 -1
- package/dist/shared/{better-auth.CgIMrxKr.cjs → better-auth.CYZmwTIS.cjs} +9 -1
- package/dist/shared/{better-auth.BxhI-ev4.d.mts → better-auth.Cgmn9Fog.d.mts} +1 -1
- package/dist/shared/{better-auth.kTs0zHGZ.mjs → better-auth.CkGsgrvv.mjs} +9 -1
- package/dist/shared/{better-auth.BT1jd5k2.cjs → better-auth.CpS2FLSa.cjs} +9 -12
- package/dist/shared/{better-auth.COmDGkw-.d.cts → better-auth.D5EWSfdb.d.cts} +1 -1
- package/dist/shared/{better-auth.BI4JniQN.mjs → better-auth.D7Ni8r_z.mjs} +1 -1
- package/dist/shared/{better-auth.CpaD1RO9.mjs → better-auth.DA6N5T2Z.mjs} +1 -1
- package/dist/shared/{better-auth.CdcdinCF.d.ts → better-auth.DFpuqBlM.d.ts} +793 -785
- package/dist/shared/{better-auth.Cm_V_J8I.cjs → better-auth.DHFf2nZ9.cjs} +26 -23
- package/dist/shared/{better-auth.DqbGTNEt.mjs → better-auth.DIVj9vPt.mjs} +3 -3
- package/dist/shared/{better-auth.efEqxJ3k.d.mts → better-auth.DOq11zLi.d.ts} +5 -16
- package/dist/shared/{better-auth.BYiXvdJQ.cjs → better-auth.DQ0tJQPp.cjs} +10 -2
- package/dist/shared/better-auth.DQunmJlF.mjs +70 -0
- package/dist/shared/{better-auth.CnXw9Yrh.d.mts → better-auth.DSyrs_Ma.d.mts} +15 -15
- package/dist/shared/{better-auth.CnJoIxG_.d.ts → better-auth.DUWKOO0N.d.mts} +5 -16
- package/dist/shared/{better-auth.CG9DHk60.mjs → better-auth.DVhkokI7.mjs} +10 -2
- package/dist/shared/{better-auth.zQKOFY7X.cjs → better-auth.DWpv-qG8.cjs} +2 -2
- package/dist/shared/{better-auth.BhdSraHG.cjs → better-auth.DYTLL0-k.cjs} +66 -2
- package/dist/shared/{better-auth.n2KFGwjY.mjs → better-auth.Dcv8PS7T.mjs} +11 -18
- package/dist/shared/{better-auth._gj_Mjo_.cjs → better-auth.DlDZ0HYa.cjs} +1283 -223
- package/dist/shared/{better-auth.K0z8EJFS.mjs → better-auth.DlWzob1-.mjs} +17 -15
- package/dist/shared/{better-auth.DXqcUO8W.mjs → better-auth.DrJWSFx6.mjs} +9 -12
- package/dist/shared/{better-auth.BZ1rl9jb.cjs → better-auth.DtH5dc5P.cjs} +16 -14
- package/dist/shared/{better-auth.ifuaFFT6.mjs → better-auth.DtbDmaRJ.mjs} +1 -1
- package/dist/shared/{better-auth.CS5xXOXV.d.ts → better-auth.DwqUQnE2.d.ts} +1 -1
- package/dist/shared/{better-auth.CYdzDlsq.d.mts → better-auth.Dzm1HvKI.d.mts} +1 -1
- package/dist/shared/{better-auth.g2ow3cc2.cjs → better-auth.PF4vmqR_.cjs} +4 -16
- package/dist/shared/{better-auth.CZpfmhXT.cjs → better-auth.QrcI0Z8z.cjs} +1 -1
- package/dist/shared/{better-auth.BEsywhdZ.cjs → better-auth.fOOSrFgz.cjs} +1 -1
- package/dist/shared/{better-auth.BIMq4RPW.cjs → better-auth.gN3g-znU.cjs} +11 -17
- package/dist/shared/{better-auth.B4AfIoAe.d.cts → better-auth.h_x91clN.d.cts} +1 -1
- package/dist/shared/{better-auth._2xnM2S3.mjs → better-auth.nqWf7zUe.mjs} +5 -16
- package/dist/social-providers/index.cjs +2 -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/social-providers/index.mjs +2 -2
- package/dist/test-utils/index.cjs +1806 -1823
- package/dist/test-utils/index.d.cts +479 -479
- package/dist/test-utils/index.d.mts +479 -479
- package/dist/test-utils/index.d.ts +479 -479
- package/dist/test-utils/index.mjs +1806 -1823
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/package.json +7 -10
- package/dist/shared/better-auth.D7N9YNr5.cjs +0 -25
- package/dist/shared/better-auth.Dt0CvI2z.mjs +0 -23
|
@@ -2,10 +2,10 @@
|
|
|
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.C9jfJUDF.cjs');
|
|
6
6
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
7
7
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
8
|
-
require('../../shared/better-auth.
|
|
8
|
+
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
9
9
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
10
10
|
require('@better-auth/utils/random');
|
|
11
11
|
require('zod/v4');
|
|
@@ -1,9 +1,9 @@
|
|
|
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.C24xvKiK.cjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.BIJBY4I4.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.B5M8DinZ.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DUWKOO0N.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.DFpuqBlM.js';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DOq11zLi.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.BuBqXPUp.mjs';
|
|
4
4
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
5
5
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
7
7
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
8
8
|
import '@better-auth/utils/random';
|
|
9
9
|
import 'zod/v4';
|
package/dist/adapters/index.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('../shared/better-auth.
|
|
3
|
+
const index = require('../shared/better-auth.C9jfJUDF.cjs');
|
|
4
4
|
require('../shared/better-auth.vPQBmXQL.cjs');
|
|
5
5
|
require('../shared/better-auth.B3274wGK.cjs');
|
|
6
|
-
require('../shared/better-auth.
|
|
6
|
+
require('../shared/better-auth.Byugpn9h.cjs');
|
|
7
7
|
require('../shared/better-auth.Bg6iw3ig.cjs');
|
|
8
8
|
require('@better-auth/utils/random');
|
|
9
9
|
require('zod/v4');
|
|
@@ -1,10 +1,10 @@
|
|
|
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.C24xvKiK.cjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.C24xvKiK.cjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import 'better-call';
|
|
5
5
|
import 'zod/v4';
|
|
6
6
|
import '../shared/better-auth.DTtXpZYr.cjs';
|
|
7
|
-
import '../shared/better-auth.
|
|
7
|
+
import '../shared/better-auth.BIJBY4I4.cjs';
|
|
8
8
|
import 'jose';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'zod';
|
|
@@ -1,10 +1,10 @@
|
|
|
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.B5M8DinZ.mjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.B5M8DinZ.mjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import 'better-call';
|
|
5
5
|
import 'zod/v4';
|
|
6
6
|
import '../shared/better-auth.DTtXpZYr.mjs';
|
|
7
|
-
import '../shared/better-auth.
|
|
7
|
+
import '../shared/better-auth.DUWKOO0N.mjs';
|
|
8
8
|
import 'jose';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'zod';
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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.DFpuqBlM.js';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.DFpuqBlM.js';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import 'better-call';
|
|
5
5
|
import 'zod/v4';
|
|
6
6
|
import '../shared/better-auth.DTtXpZYr.js';
|
|
7
|
-
import '../shared/better-auth.
|
|
7
|
+
import '../shared/better-auth.DOq11zLi.js';
|
|
8
8
|
import 'jose';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'zod';
|
package/dist/adapters/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { c as createAdapter } from '../shared/better-auth.
|
|
1
|
+
export { c as createAdapter } from '../shared/better-auth.BuBqXPUp.mjs';
|
|
2
2
|
import '../shared/better-auth.BZZKN1g7.mjs';
|
|
3
3
|
import '../shared/better-auth.BjBlybv-.mjs';
|
|
4
|
-
import '../shared/better-auth.
|
|
4
|
+
import '../shared/better-auth.B_PTVODM.mjs';
|
|
5
5
|
import '../shared/better-auth.BUPPRXfK.mjs';
|
|
6
6
|
import '@better-auth/utils/random';
|
|
7
7
|
import 'zod/v4';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kyselyAdapter = require('../../shared/better-auth.
|
|
3
|
+
const kyselyAdapter = require('../../shared/better-auth.DWpv-qG8.cjs');
|
|
4
4
|
require('kysely');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.C9jfJUDF.cjs');
|
|
6
6
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
7
7
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
8
|
-
require('../../shared/better-auth.
|
|
8
|
+
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
9
9
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
10
10
|
require('@better-auth/utils/random');
|
|
11
11
|
require('zod/v4');
|
|
@@ -1,9 +1,9 @@
|
|
|
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.C24xvKiK.cjs';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.BIJBY4I4.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.B5M8DinZ.mjs';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DUWKOO0N.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.DFpuqBlM.js';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DOq11zLi.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { c as createKyselyAdapter, g as getKyselyDatabaseType, k as kyselyAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { c as createKyselyAdapter, g as getKyselyDatabaseType, k as kyselyAdapter } from '../../shared/better-auth.B8b3lep0.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.BuBqXPUp.mjs';
|
|
4
4
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
5
5
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
7
7
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
8
8
|
import '@better-auth/utils/random';
|
|
9
9
|
import 'zod/v4';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const memoryAdapter = require('../../shared/better-auth.
|
|
3
|
+
const memoryAdapter = require('../../shared/better-auth.Bb1FRSH5.cjs');
|
|
4
4
|
require('@better-auth/utils/random');
|
|
5
5
|
require('zod/v4');
|
|
6
6
|
require('better-call');
|
|
@@ -16,9 +16,9 @@ require('@better-auth/utils/hex');
|
|
|
16
16
|
require('@noble/hashes/utils');
|
|
17
17
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
18
18
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
19
|
-
require('../../shared/better-auth.
|
|
19
|
+
require('../../shared/better-auth.C9jfJUDF.cjs');
|
|
20
20
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
21
|
-
require('../../shared/better-auth.
|
|
21
|
+
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
22
22
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
23
23
|
|
|
24
24
|
|
|
@@ -1,9 +1,9 @@
|
|
|
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.C24xvKiK.cjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.BIJBY4I4.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.B5M8DinZ.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DUWKOO0N.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.DFpuqBlM.js';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DOq11zLi.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { m as memoryAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { m as memoryAdapter } from '../../shared/better-auth.C7uhlcDq.mjs';
|
|
2
2
|
import '@better-auth/utils/random';
|
|
3
3
|
import 'zod/v4';
|
|
4
4
|
import 'better-call';
|
|
@@ -14,7 +14,7 @@ import '@better-auth/utils/hex';
|
|
|
14
14
|
import '@noble/hashes/utils';
|
|
15
15
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
16
16
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
17
|
-
import '../../shared/better-auth.
|
|
17
|
+
import '../../shared/better-auth.BuBqXPUp.mjs';
|
|
18
18
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
19
|
-
import '../../shared/better-auth.
|
|
19
|
+
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
20
20
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const mongodbAdapter = require('../../shared/better-auth.
|
|
3
|
+
const mongodbAdapter = require('../../shared/better-auth.B1-Ox-3r.cjs');
|
|
4
4
|
require('mongodb');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.C9jfJUDF.cjs');
|
|
6
6
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
7
7
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
8
|
-
require('../../shared/better-auth.
|
|
8
|
+
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
9
9
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
10
10
|
require('@better-auth/utils/random');
|
|
11
11
|
require('zod/v4');
|
|
@@ -1,10 +1,10 @@
|
|
|
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.C24xvKiK.cjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import 'better-call';
|
|
5
5
|
import 'zod/v4';
|
|
6
6
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
7
|
-
import '../../shared/better-auth.
|
|
7
|
+
import '../../shared/better-auth.BIJBY4I4.cjs';
|
|
8
8
|
import 'jose';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'zod';
|
|
@@ -1,10 +1,10 @@
|
|
|
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.B5M8DinZ.mjs';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import 'better-call';
|
|
5
5
|
import 'zod/v4';
|
|
6
6
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
7
|
-
import '../../shared/better-auth.
|
|
7
|
+
import '../../shared/better-auth.DUWKOO0N.mjs';
|
|
8
8
|
import 'jose';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'zod';
|
|
@@ -1,10 +1,10 @@
|
|
|
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.DFpuqBlM.js';
|
|
2
2
|
import { Db } from 'mongodb';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import 'better-call';
|
|
5
5
|
import 'zod/v4';
|
|
6
6
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
7
|
-
import '../../shared/better-auth.
|
|
7
|
+
import '../../shared/better-auth.DOq11zLi.js';
|
|
8
8
|
import 'jose';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { m as mongodbAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { m as mongodbAdapter } from '../../shared/better-auth.DA6N5T2Z.mjs';
|
|
2
2
|
import 'mongodb';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.BuBqXPUp.mjs';
|
|
4
4
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
5
5
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
7
7
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
8
8
|
import '@better-auth/utils/random';
|
|
9
9
|
import 'zod/v4';
|
|
@@ -1,10 +1,10 @@
|
|
|
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.C9jfJUDF.cjs');
|
|
5
5
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
6
6
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
7
|
-
require('../../shared/better-auth.
|
|
7
|
+
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
8
8
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
9
9
|
require('@better-auth/utils/random');
|
|
10
10
|
require('zod/v4');
|
|
@@ -1,9 +1,9 @@
|
|
|
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.C24xvKiK.cjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.BIJBY4I4.cjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.B5M8DinZ.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DUWKOO0N.mjs';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
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.DFpuqBlM.js';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DOq11zLi.js';
|
|
7
7
|
import 'jose';
|
|
8
8
|
import 'zod/v4/core';
|
|
9
9
|
import 'zod';
|
|
@@ -1,8 +1,8 @@
|
|
|
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.BuBqXPUp.mjs';
|
|
3
3
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
4
4
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
5
|
-
import '../../shared/better-auth.
|
|
5
|
+
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
6
6
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
7
7
|
import '@better-auth/utils/random';
|
|
8
8
|
import 'zod/v4';
|