better-auth 1.3.9-beta.2 → 1.3.9-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/drizzle-adapter/index.cjs +5 -6
- package/dist/adapters/drizzle-adapter/index.d.cts +2 -3
- package/dist/adapters/drizzle-adapter/index.d.mts +2 -3
- package/dist/adapters/drizzle-adapter/index.d.ts +2 -3
- package/dist/adapters/drizzle-adapter/index.mjs +5 -6
- package/dist/adapters/index.cjs +5 -6
- package/dist/adapters/index.d.cts +3 -4
- package/dist/adapters/index.d.mts +3 -4
- package/dist/adapters/index.d.ts +3 -4
- package/dist/adapters/index.mjs +5 -6
- package/dist/adapters/kysely-adapter/index.cjs +6 -7
- package/dist/adapters/kysely-adapter/index.d.cts +2 -3
- package/dist/adapters/kysely-adapter/index.d.mts +2 -3
- package/dist/adapters/kysely-adapter/index.d.ts +2 -3
- package/dist/adapters/kysely-adapter/index.mjs +6 -7
- package/dist/adapters/memory-adapter/index.cjs +6 -7
- package/dist/adapters/memory-adapter/index.d.cts +2 -3
- package/dist/adapters/memory-adapter/index.d.mts +2 -3
- package/dist/adapters/memory-adapter/index.d.ts +2 -3
- package/dist/adapters/memory-adapter/index.mjs +6 -7
- package/dist/adapters/mongodb-adapter/index.cjs +6 -7
- 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/mongodb-adapter/index.mjs +6 -7
- package/dist/adapters/prisma-adapter/index.cjs +5 -6
- package/dist/adapters/prisma-adapter/index.d.cts +2 -3
- package/dist/adapters/prisma-adapter/index.d.mts +2 -3
- package/dist/adapters/prisma-adapter/index.d.ts +2 -3
- package/dist/adapters/prisma-adapter/index.mjs +5 -6
- package/dist/adapters/test.cjs +4 -5
- 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/adapters/test.mjs +4 -5
- package/dist/api/index.cjs +23 -6
- 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 +24 -7
- package/dist/client/index.d.cts +4 -5
- package/dist/client/index.d.mts +4 -5
- package/dist/client/index.d.ts +4 -5
- package/dist/client/plugins/index.cjs +6 -7
- package/dist/client/plugins/index.d.cts +5 -5
- package/dist/client/plugins/index.d.mts +5 -5
- package/dist/client/plugins/index.d.ts +5 -5
- package/dist/client/plugins/index.mjs +6 -7
- package/dist/client/react/index.d.cts +4 -5
- package/dist/client/react/index.d.mts +4 -5
- package/dist/client/react/index.d.ts +4 -5
- package/dist/client/solid/index.d.cts +3 -4
- package/dist/client/solid/index.d.mts +3 -4
- package/dist/client/solid/index.d.ts +3 -4
- package/dist/client/svelte/index.d.cts +3 -4
- package/dist/client/svelte/index.d.mts +3 -4
- package/dist/client/svelte/index.d.ts +3 -4
- package/dist/client/vue/index.d.cts +3 -4
- package/dist/client/vue/index.d.mts +3 -4
- package/dist/client/vue/index.d.ts +3 -4
- 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/crypto/index.cjs +12 -13
- package/dist/crypto/index.mjs +4 -5
- package/dist/db/index.cjs +8 -9
- 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 +8 -9
- package/dist/index.cjs +10 -11
- package/dist/index.d.cts +10 -11
- package/dist/index.d.mts +10 -11
- package/dist/index.d.ts +10 -11
- package/dist/index.mjs +10 -11
- package/dist/integrations/next-js.cjs +7 -8
- 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 +7 -8
- 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 +7 -8
- 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 +7 -8
- package/dist/integrations/svelte-kit.cjs +5 -6
- 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/integrations/svelte-kit.mjs +5 -6
- package/dist/oauth2/index.cjs +5 -6
- package/dist/oauth2/index.d.cts +4 -4
- package/dist/oauth2/index.d.mts +4 -4
- package/dist/oauth2/index.d.ts +4 -4
- package/dist/oauth2/index.mjs +5 -6
- package/dist/plugins/admin/index.cjs +6 -7
- 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 +6 -7
- package/dist/plugins/anonymous/index.cjs +5 -6
- package/dist/plugins/anonymous/index.d.cts +2 -3
- package/dist/plugins/anonymous/index.d.mts +2 -3
- package/dist/plugins/anonymous/index.d.ts +2 -3
- package/dist/plugins/anonymous/index.mjs +5 -6
- package/dist/plugins/bearer/index.cjs +5 -6
- 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 +5 -6
- 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 +5 -6
- 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 +5 -6
- package/dist/plugins/device-authorization/index.cjs +4 -5
- package/dist/plugins/device-authorization/index.d.cts +2 -3
- package/dist/plugins/device-authorization/index.d.mts +2 -3
- package/dist/plugins/device-authorization/index.d.ts +2 -3
- package/dist/plugins/device-authorization/index.mjs +4 -5
- package/dist/plugins/email-otp/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/generic-oauth/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/haveibeenpwned/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/index.cjs +17 -16
- package/dist/plugins/index.d.cts +7 -7
- package/dist/plugins/index.d.mts +7 -7
- package/dist/plugins/index.d.ts +7 -7
- package/dist/plugins/index.mjs +18 -17
- package/dist/plugins/jwt/index.cjs +6 -7
- package/dist/plugins/jwt/index.d.cts +2 -2
- package/dist/plugins/jwt/index.d.mts +2 -2
- package/dist/plugins/jwt/index.d.ts +2 -2
- package/dist/plugins/jwt/index.mjs +7 -8
- package/dist/plugins/magic-link/index.cjs +5 -6
- package/dist/plugins/magic-link/index.mjs +5 -6
- package/dist/plugins/multi-session/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/oauth-proxy/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/oidc-provider/index.cjs +7 -8
- 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 +7 -8
- package/dist/plugins/one-tap/index.cjs +5 -6
- package/dist/plugins/one-tap/index.mjs +5 -6
- package/dist/plugins/one-time-token/index.cjs +8 -9
- 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 +8 -9
- package/dist/plugins/open-api/index.cjs +44 -13
- 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 +44 -13
- package/dist/plugins/organization/index.cjs +8 -9
- package/dist/plugins/organization/index.d.cts +2 -3
- package/dist/plugins/organization/index.d.mts +2 -3
- package/dist/plugins/organization/index.d.ts +2 -3
- package/dist/plugins/organization/index.mjs +8 -9
- package/dist/plugins/passkey/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/phone-number/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/siwe/index.cjs +7 -8
- package/dist/plugins/siwe/index.d.cts +2 -3
- package/dist/plugins/siwe/index.d.mts +2 -3
- package/dist/plugins/siwe/index.d.ts +2 -3
- package/dist/plugins/siwe/index.mjs +7 -8
- package/dist/plugins/sso/index.cjs +5 -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 +5 -6
- package/dist/plugins/two-factor/index.cjs +5 -6
- 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 +5 -6
- package/dist/plugins/username/index.cjs +20 -6
- package/dist/plugins/username/index.d.cts +19 -5
- package/dist/plugins/username/index.d.mts +19 -5
- package/dist/plugins/username/index.d.ts +19 -5
- package/dist/plugins/username/index.mjs +20 -6
- package/dist/shared/{better-auth.Ck4qhtF6.mjs → better-auth.5WTE-uUO.mjs} +5 -6
- package/dist/shared/{better-auth.DGuotwA1.d.cts → better-auth.6crrbXrP.d.cts} +308 -8
- package/dist/shared/{better-auth.gF8vGD5L.mjs → better-auth.7ZeACU2v.mjs} +5 -6
- package/dist/shared/{better-auth.CnIVrMwK.d.ts → better-auth.B-CitgLp.d.ts} +1 -1
- package/dist/shared/{better-auth.CXBi-DJc.cjs → better-auth.B-GguVp5.cjs} +7 -8
- package/dist/shared/{better-auth.CEc4wau_.d.cts → better-auth.B-V8R4q7.d.cts} +1 -1
- package/dist/shared/{better-auth.mA4L_-fq.d.ts → better-auth.B5FL4Q2B.d.ts} +2 -3
- package/dist/shared/{better-auth.EF9Iq11i.d.ts → better-auth.BAnyvLX6.d.ts} +1 -1
- package/dist/shared/{better-auth.C_gHVcnc.cjs → better-auth.BEYvND1Y.cjs} +1 -1
- package/dist/shared/{better-auth.TZOo7890.cjs → better-auth.BVUwL7ru.cjs} +1 -1
- package/dist/shared/{better-auth.BjjUH-Ka.mjs → better-auth.BWl2NB1B.mjs} +1 -1
- package/dist/shared/{better-auth.BlqpEUaH.mjs → better-auth.BZTBs9Yy.mjs} +7 -8
- package/dist/shared/{better-auth.CTMmErGI.d.cts → better-auth.BaMSx6K3.d.cts} +2 -3
- package/dist/shared/{better-auth.DXKgbji-.mjs → better-auth.BduPtJy8.mjs} +1 -1
- package/dist/shared/{better-auth.Dc0nj0we.cjs → better-auth.BlsHS68J.cjs} +22 -5
- package/dist/shared/{better-auth.Dyb4JEgv.cjs → better-auth.C5ZbY8Lo.cjs} +6 -7
- package/dist/shared/{better-auth.XP_NDvic.mjs → better-auth.C7KUdiwV.mjs} +1 -1
- package/dist/shared/{better-auth.BvYLXwvp.cjs → better-auth.CMwM5enp.cjs} +1 -0
- package/dist/shared/{better-auth.DtZRMuXL.cjs → better-auth.CRFFLEbh.cjs} +6 -7
- package/dist/shared/{better-auth.B3CPLvGC.mjs → better-auth.CSEecXfV.mjs} +22 -5
- package/dist/shared/{better-auth.DTV9hYzN.cjs → better-auth.CdLjcJ6z.cjs} +7 -8
- package/dist/shared/{better-auth.B8UjXTUa.mjs → better-auth.CtB1M_c7.mjs} +1 -1
- package/dist/shared/{better-auth.DFJOJkY1.cjs → better-auth.CtgUZb45.cjs} +7 -8
- package/dist/shared/{better-auth.3K3VNUn3.mjs → better-auth.D9PzlwY_.mjs} +6 -7
- package/dist/shared/{better-auth.CY7-Inqt.mjs → better-auth.DDuRjwGK.mjs} +1 -0
- package/dist/shared/{better-auth.B1yOWNP8.cjs → better-auth.DEKJQy4E.cjs} +1 -1
- package/dist/shared/{better-auth.DAUyNtx1.mjs → better-auth.DLsqH9Hw.mjs} +7 -8
- package/dist/shared/{better-auth.BuBqXPUp.mjs → better-auth.DOXaXTC6.mjs} +4 -5
- package/dist/shared/{better-auth.BWzwHY8m.cjs → better-auth.DPsIzckY.cjs} +5 -6
- package/dist/shared/{better-auth.DDDKwecE.mjs → better-auth.DQ6bmgix.mjs} +7 -8
- package/dist/shared/{better-auth.ChqAn6N0.d.mts → better-auth.DQLetyog.d.cts} +1 -1
- package/dist/shared/{better-auth.ZUo2dMO3.d.mts → better-auth.DR57bygo.d.mts} +2 -3
- package/dist/shared/{better-auth.fBcUR9cm.mjs → better-auth.DV0Lly8-.mjs} +6 -7
- package/dist/shared/{better-auth.WOu5GuAp.d.ts → better-auth.DtrrQDoO.d.ts} +5 -5
- package/dist/shared/{better-auth.aZPAhP-f.cjs → better-auth.QqWdVDmR.cjs} +5 -6
- package/dist/shared/{better-auth.DU2vRHKI.d.ts → better-auth.S3lnSz8Y.d.ts} +308 -8
- package/dist/shared/{better-auth.C9jfJUDF.cjs → better-auth.Szg-8evr.cjs} +4 -5
- package/dist/shared/{better-auth.llWU4_4y.d.cts → better-auth.UcasWcPe.d.cts} +5 -5
- package/dist/shared/{better-auth.YWGwdADP.cjs → better-auth.WyvofoOW.cjs} +1 -1
- package/dist/shared/{better-auth.f-bUldRg.d.mts → better-auth.YK5LQtFt.d.mts} +308 -8
- package/dist/shared/{better-auth.Df1_Wu_1.d.mts → better-auth.eYki6XKk.d.mts} +5 -5
- package/dist/shared/{better-auth.BZiffGTH.d.mts → better-auth.g9DlWOx7.d.mts} +1 -1
- package/dist/shared/{better-auth.D9BrVtBy.d.cts → better-auth.km36dqos.d.mts} +1 -1
- package/dist/social-providers/index.cjs +5 -6
- package/dist/social-providers/index.d.cts +1 -2
- package/dist/social-providers/index.d.mts +1 -2
- package/dist/social-providers/index.d.ts +1 -2
- package/dist/social-providers/index.mjs +5 -6
- package/dist/test-utils/index.cjs +13 -14
- package/dist/test-utils/index.d.cts +258 -4
- package/dist/test-utils/index.d.mts +258 -4
- package/dist/test-utils/index.d.ts +258 -4
- package/dist/test-utils/index.mjs +13 -14
- 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 +10 -5
|
@@ -2,7 +2,7 @@
|
|
|
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.Szg-8evr.cjs');
|
|
6
6
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
7
7
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
8
8
|
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
@@ -11,15 +11,14 @@ require('@better-auth/utils/random');
|
|
|
11
11
|
require('zod/v4');
|
|
12
12
|
require('better-call');
|
|
13
13
|
require('@better-auth/utils/hash');
|
|
14
|
-
require('@noble/ciphers/chacha');
|
|
15
|
-
require('@noble/ciphers/utils');
|
|
16
|
-
require('@noble/ciphers/webcrypto');
|
|
14
|
+
require('@noble/ciphers/chacha.js');
|
|
15
|
+
require('@noble/ciphers/utils.js');
|
|
17
16
|
require('@better-auth/utils/base64');
|
|
18
17
|
require('jose');
|
|
19
|
-
require('@noble/hashes/scrypt');
|
|
18
|
+
require('@noble/hashes/scrypt.js');
|
|
20
19
|
require('@better-auth/utils');
|
|
21
20
|
require('@better-auth/utils/hex');
|
|
22
|
-
require('@noble/hashes/utils');
|
|
21
|
+
require('@noble/hashes/utils.js');
|
|
23
22
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
24
23
|
|
|
25
24
|
const drizzleAdapter = (db, config) => index.createAdapter({
|
|
@@ -1,10 +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.6crrbXrP.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.YK5LQtFt.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.S3lnSz8Y.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { count, desc, asc, sql, eq, inArray, notInArray, 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.DOXaXTC6.mjs';
|
|
4
4
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
5
5
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
6
6
|
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
@@ -9,15 +9,14 @@ import '@better-auth/utils/random';
|
|
|
9
9
|
import 'zod/v4';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import '@better-auth/utils/hash';
|
|
12
|
-
import '@noble/ciphers/chacha';
|
|
13
|
-
import '@noble/ciphers/utils';
|
|
14
|
-
import '@noble/ciphers/webcrypto';
|
|
12
|
+
import '@noble/ciphers/chacha.js';
|
|
13
|
+
import '@noble/ciphers/utils.js';
|
|
15
14
|
import '@better-auth/utils/base64';
|
|
16
15
|
import 'jose';
|
|
17
|
-
import '@noble/hashes/scrypt';
|
|
16
|
+
import '@noble/hashes/scrypt.js';
|
|
18
17
|
import '@better-auth/utils';
|
|
19
18
|
import '@better-auth/utils/hex';
|
|
20
|
-
import '@noble/hashes/utils';
|
|
19
|
+
import '@noble/hashes/utils.js';
|
|
21
20
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
22
21
|
|
|
23
22
|
const drizzleAdapter = (db, config) => createAdapter({
|
package/dist/adapters/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('../shared/better-auth.
|
|
3
|
+
const index = require('../shared/better-auth.Szg-8evr.cjs');
|
|
4
4
|
require('../shared/better-auth.vPQBmXQL.cjs');
|
|
5
5
|
require('../shared/better-auth.B3274wGK.cjs');
|
|
6
6
|
require('../shared/better-auth.Byugpn9h.cjs');
|
|
@@ -9,15 +9,14 @@ require('@better-auth/utils/random');
|
|
|
9
9
|
require('zod/v4');
|
|
10
10
|
require('better-call');
|
|
11
11
|
require('@better-auth/utils/hash');
|
|
12
|
-
require('@noble/ciphers/chacha');
|
|
13
|
-
require('@noble/ciphers/utils');
|
|
14
|
-
require('@noble/ciphers/webcrypto');
|
|
12
|
+
require('@noble/ciphers/chacha.js');
|
|
13
|
+
require('@noble/ciphers/utils.js');
|
|
15
14
|
require('@better-auth/utils/base64');
|
|
16
15
|
require('jose');
|
|
17
|
-
require('@noble/hashes/scrypt');
|
|
16
|
+
require('@noble/hashes/scrypt.js');
|
|
18
17
|
require('@better-auth/utils');
|
|
19
18
|
require('@better-auth/utils/hex');
|
|
20
|
-
require('@noble/hashes/utils');
|
|
19
|
+
require('@noble/hashes/utils.js');
|
|
21
20
|
require('../shared/better-auth.CYeOI8C-.cjs');
|
|
22
21
|
|
|
23
22
|
|
|
@@ -1,11 +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.6crrbXrP.cjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.6crrbXrP.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.
|
|
8
|
-
import 'jose';
|
|
7
|
+
import '../shared/better-auth.BaMSx6K3.cjs';
|
|
9
8
|
import 'zod/v4/core';
|
|
10
9
|
import 'zod';
|
|
11
10
|
import 'better-sqlite3';
|
|
@@ -1,11 +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.YK5LQtFt.mjs';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.YK5LQtFt.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.
|
|
8
|
-
import 'jose';
|
|
7
|
+
import '../shared/better-auth.DR57bygo.mjs';
|
|
9
8
|
import 'zod/v4/core';
|
|
10
9
|
import 'zod';
|
|
11
10
|
import 'better-sqlite3';
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,11 +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.S3lnSz8Y.js';
|
|
2
|
+
export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.S3lnSz8Y.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.
|
|
8
|
-
import 'jose';
|
|
7
|
+
import '../shared/better-auth.B5FL4Q2B.js';
|
|
9
8
|
import 'zod/v4/core';
|
|
10
9
|
import 'zod';
|
|
11
10
|
import 'better-sqlite3';
|
package/dist/adapters/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as createAdapter } from '../shared/better-auth.
|
|
1
|
+
export { c as createAdapter } from '../shared/better-auth.DOXaXTC6.mjs';
|
|
2
2
|
import '../shared/better-auth.BZZKN1g7.mjs';
|
|
3
3
|
import '../shared/better-auth.BjBlybv-.mjs';
|
|
4
4
|
import '../shared/better-auth.B_PTVODM.mjs';
|
|
@@ -7,13 +7,12 @@ import '@better-auth/utils/random';
|
|
|
7
7
|
import 'zod/v4';
|
|
8
8
|
import 'better-call';
|
|
9
9
|
import '@better-auth/utils/hash';
|
|
10
|
-
import '@noble/ciphers/chacha';
|
|
11
|
-
import '@noble/ciphers/utils';
|
|
12
|
-
import '@noble/ciphers/webcrypto';
|
|
10
|
+
import '@noble/ciphers/chacha.js';
|
|
11
|
+
import '@noble/ciphers/utils.js';
|
|
13
12
|
import '@better-auth/utils/base64';
|
|
14
13
|
import 'jose';
|
|
15
|
-
import '@noble/hashes/scrypt';
|
|
14
|
+
import '@noble/hashes/scrypt.js';
|
|
16
15
|
import '@better-auth/utils';
|
|
17
16
|
import '@better-auth/utils/hex';
|
|
18
|
-
import '@noble/hashes/utils';
|
|
17
|
+
import '@noble/hashes/utils.js';
|
|
19
18
|
import '../shared/better-auth.B4Qoxdgc.mjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const kyselyAdapter = require('../../shared/better-auth.
|
|
3
|
+
const kyselyAdapter = require('../../shared/better-auth.WyvofoOW.cjs');
|
|
4
4
|
require('kysely');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.Szg-8evr.cjs');
|
|
6
6
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
7
7
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
8
8
|
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
@@ -11,15 +11,14 @@ require('@better-auth/utils/random');
|
|
|
11
11
|
require('zod/v4');
|
|
12
12
|
require('better-call');
|
|
13
13
|
require('@better-auth/utils/hash');
|
|
14
|
-
require('@noble/ciphers/chacha');
|
|
15
|
-
require('@noble/ciphers/utils');
|
|
16
|
-
require('@noble/ciphers/webcrypto');
|
|
14
|
+
require('@noble/ciphers/chacha.js');
|
|
15
|
+
require('@noble/ciphers/utils.js');
|
|
17
16
|
require('@better-auth/utils/base64');
|
|
18
17
|
require('jose');
|
|
19
|
-
require('@noble/hashes/scrypt');
|
|
18
|
+
require('@noble/hashes/scrypt.js');
|
|
20
19
|
require('@better-auth/utils');
|
|
21
20
|
require('@better-auth/utils/hex');
|
|
22
|
-
require('@noble/hashes/utils');
|
|
21
|
+
require('@noble/hashes/utils.js');
|
|
23
22
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
24
23
|
|
|
25
24
|
|
|
@@ -1,10 +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.6crrbXrP.cjs';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.YK5LQtFt.mjs';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.S3lnSz8Y.js';
|
|
3
3
|
import 'better-call';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,6 +1,6 @@
|
|
|
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.BduPtJy8.mjs';
|
|
2
2
|
import 'kysely';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.DOXaXTC6.mjs';
|
|
4
4
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
5
5
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
6
6
|
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
@@ -9,13 +9,12 @@ import '@better-auth/utils/random';
|
|
|
9
9
|
import 'zod/v4';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import '@better-auth/utils/hash';
|
|
12
|
-
import '@noble/ciphers/chacha';
|
|
13
|
-
import '@noble/ciphers/utils';
|
|
14
|
-
import '@noble/ciphers/webcrypto';
|
|
12
|
+
import '@noble/ciphers/chacha.js';
|
|
13
|
+
import '@noble/ciphers/utils.js';
|
|
15
14
|
import '@better-auth/utils/base64';
|
|
16
15
|
import 'jose';
|
|
17
|
-
import '@noble/hashes/scrypt';
|
|
16
|
+
import '@noble/hashes/scrypt.js';
|
|
18
17
|
import '@better-auth/utils';
|
|
19
18
|
import '@better-auth/utils/hex';
|
|
20
|
-
import '@noble/hashes/utils';
|
|
19
|
+
import '@noble/hashes/utils.js';
|
|
21
20
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const memoryAdapter = require('../../shared/better-auth.
|
|
3
|
+
const memoryAdapter = require('../../shared/better-auth.QqWdVDmR.cjs');
|
|
4
4
|
require('@better-auth/utils/random');
|
|
5
5
|
require('zod/v4');
|
|
6
6
|
require('better-call');
|
|
7
7
|
require('@better-auth/utils/hash');
|
|
8
|
-
require('@noble/ciphers/chacha');
|
|
9
|
-
require('@noble/ciphers/utils');
|
|
10
|
-
require('@noble/ciphers/webcrypto');
|
|
8
|
+
require('@noble/ciphers/chacha.js');
|
|
9
|
+
require('@noble/ciphers/utils.js');
|
|
11
10
|
require('@better-auth/utils/base64');
|
|
12
11
|
require('jose');
|
|
13
|
-
require('@noble/hashes/scrypt');
|
|
12
|
+
require('@noble/hashes/scrypt.js');
|
|
14
13
|
require('@better-auth/utils');
|
|
15
14
|
require('@better-auth/utils/hex');
|
|
16
|
-
require('@noble/hashes/utils');
|
|
15
|
+
require('@noble/hashes/utils.js');
|
|
17
16
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
18
17
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
19
|
-
require('../../shared/better-auth.
|
|
18
|
+
require('../../shared/better-auth.Szg-8evr.cjs');
|
|
20
19
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
21
20
|
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
22
21
|
require('../../shared/better-auth.Bg6iw3ig.cjs');
|
|
@@ -1,10 +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.6crrbXrP.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.YK5LQtFt.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.S3lnSz8Y.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
export { m as memoryAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { m as memoryAdapter } from '../../shared/better-auth.7ZeACU2v.mjs';
|
|
2
2
|
import '@better-auth/utils/random';
|
|
3
3
|
import 'zod/v4';
|
|
4
4
|
import 'better-call';
|
|
5
5
|
import '@better-auth/utils/hash';
|
|
6
|
-
import '@noble/ciphers/chacha';
|
|
7
|
-
import '@noble/ciphers/utils';
|
|
8
|
-
import '@noble/ciphers/webcrypto';
|
|
6
|
+
import '@noble/ciphers/chacha.js';
|
|
7
|
+
import '@noble/ciphers/utils.js';
|
|
9
8
|
import '@better-auth/utils/base64';
|
|
10
9
|
import 'jose';
|
|
11
|
-
import '@noble/hashes/scrypt';
|
|
10
|
+
import '@noble/hashes/scrypt.js';
|
|
12
11
|
import '@better-auth/utils';
|
|
13
12
|
import '@better-auth/utils/hex';
|
|
14
|
-
import '@noble/hashes/utils';
|
|
13
|
+
import '@noble/hashes/utils.js';
|
|
15
14
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
16
15
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
17
|
-
import '../../shared/better-auth.
|
|
16
|
+
import '../../shared/better-auth.DOXaXTC6.mjs';
|
|
18
17
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
19
18
|
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
20
19
|
import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const mongodbAdapter = require('../../shared/better-auth.
|
|
3
|
+
const mongodbAdapter = require('../../shared/better-auth.BEYvND1Y.cjs');
|
|
4
4
|
require('mongodb');
|
|
5
|
-
require('../../shared/better-auth.
|
|
5
|
+
require('../../shared/better-auth.Szg-8evr.cjs');
|
|
6
6
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
7
7
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
8
8
|
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
@@ -11,15 +11,14 @@ require('@better-auth/utils/random');
|
|
|
11
11
|
require('zod/v4');
|
|
12
12
|
require('better-call');
|
|
13
13
|
require('@better-auth/utils/hash');
|
|
14
|
-
require('@noble/ciphers/chacha');
|
|
15
|
-
require('@noble/ciphers/utils');
|
|
16
|
-
require('@noble/ciphers/webcrypto');
|
|
14
|
+
require('@noble/ciphers/chacha.js');
|
|
15
|
+
require('@noble/ciphers/utils.js');
|
|
17
16
|
require('@better-auth/utils/base64');
|
|
18
17
|
require('jose');
|
|
19
|
-
require('@noble/hashes/scrypt');
|
|
18
|
+
require('@noble/hashes/scrypt.js');
|
|
20
19
|
require('@better-auth/utils');
|
|
21
20
|
require('@better-auth/utils/hex');
|
|
22
|
-
require('@noble/hashes/utils');
|
|
21
|
+
require('@noble/hashes/utils.js');
|
|
23
22
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
24
23
|
|
|
25
24
|
|
|
@@ -1,11 +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.6crrbXrP.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.
|
|
8
|
-
import 'jose';
|
|
7
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
9
8
|
import 'zod/v4/core';
|
|
10
9
|
import 'zod';
|
|
11
10
|
import 'better-sqlite3';
|
|
@@ -1,11 +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.YK5LQtFt.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.
|
|
8
|
-
import 'jose';
|
|
7
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
9
8
|
import 'zod/v4/core';
|
|
10
9
|
import 'zod';
|
|
11
10
|
import 'better-sqlite3';
|
|
@@ -1,11 +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.S3lnSz8Y.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.
|
|
8
|
-
import 'jose';
|
|
7
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
9
8
|
import 'zod/v4/core';
|
|
10
9
|
import 'zod';
|
|
11
10
|
import 'better-sqlite3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { m as mongodbAdapter } from '../../shared/better-auth.
|
|
1
|
+
export { m as mongodbAdapter } from '../../shared/better-auth.C7KUdiwV.mjs';
|
|
2
2
|
import 'mongodb';
|
|
3
|
-
import '../../shared/better-auth.
|
|
3
|
+
import '../../shared/better-auth.DOXaXTC6.mjs';
|
|
4
4
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
5
5
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
6
6
|
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
@@ -9,13 +9,12 @@ import '@better-auth/utils/random';
|
|
|
9
9
|
import 'zod/v4';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import '@better-auth/utils/hash';
|
|
12
|
-
import '@noble/ciphers/chacha';
|
|
13
|
-
import '@noble/ciphers/utils';
|
|
14
|
-
import '@noble/ciphers/webcrypto';
|
|
12
|
+
import '@noble/ciphers/chacha.js';
|
|
13
|
+
import '@noble/ciphers/utils.js';
|
|
15
14
|
import '@better-auth/utils/base64';
|
|
16
15
|
import 'jose';
|
|
17
|
-
import '@noble/hashes/scrypt';
|
|
16
|
+
import '@noble/hashes/scrypt.js';
|
|
18
17
|
import '@better-auth/utils';
|
|
19
18
|
import '@better-auth/utils/hex';
|
|
20
|
-
import '@noble/hashes/utils';
|
|
19
|
+
import '@noble/hashes/utils.js';
|
|
21
20
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
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.Szg-8evr.cjs');
|
|
5
5
|
require('../../shared/better-auth.vPQBmXQL.cjs');
|
|
6
6
|
require('../../shared/better-auth.B3274wGK.cjs');
|
|
7
7
|
require('../../shared/better-auth.Byugpn9h.cjs');
|
|
@@ -10,15 +10,14 @@ require('@better-auth/utils/random');
|
|
|
10
10
|
require('zod/v4');
|
|
11
11
|
require('better-call');
|
|
12
12
|
require('@better-auth/utils/hash');
|
|
13
|
-
require('@noble/ciphers/chacha');
|
|
14
|
-
require('@noble/ciphers/utils');
|
|
15
|
-
require('@noble/ciphers/webcrypto');
|
|
13
|
+
require('@noble/ciphers/chacha.js');
|
|
14
|
+
require('@noble/ciphers/utils.js');
|
|
16
15
|
require('@better-auth/utils/base64');
|
|
17
16
|
require('jose');
|
|
18
|
-
require('@noble/hashes/scrypt');
|
|
17
|
+
require('@noble/hashes/scrypt.js');
|
|
19
18
|
require('@better-auth/utils');
|
|
20
19
|
require('@better-auth/utils/hex');
|
|
21
|
-
require('@noble/hashes/utils');
|
|
20
|
+
require('@noble/hashes/utils.js');
|
|
22
21
|
require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
23
22
|
|
|
24
23
|
const prismaAdapter = (prisma, config) => index.createAdapter({
|
|
@@ -1,10 +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.6crrbXrP.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.BaMSx6K3.cjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.YK5LQtFt.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.DR57bygo.mjs';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,10 +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.S3lnSz8Y.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.
|
|
7
|
-
import 'jose';
|
|
6
|
+
import '../../shared/better-auth.B5FL4Q2B.js';
|
|
8
7
|
import 'zod/v4/core';
|
|
9
8
|
import 'zod';
|
|
10
9
|
import 'better-sqlite3';
|
|
@@ -1,5 +1,5 @@
|
|
|
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.DOXaXTC6.mjs';
|
|
3
3
|
import '../../shared/better-auth.BZZKN1g7.mjs';
|
|
4
4
|
import '../../shared/better-auth.BjBlybv-.mjs';
|
|
5
5
|
import '../../shared/better-auth.B_PTVODM.mjs';
|
|
@@ -8,15 +8,14 @@ import '@better-auth/utils/random';
|
|
|
8
8
|
import 'zod/v4';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import '@better-auth/utils/hash';
|
|
11
|
-
import '@noble/ciphers/chacha';
|
|
12
|
-
import '@noble/ciphers/utils';
|
|
13
|
-
import '@noble/ciphers/webcrypto';
|
|
11
|
+
import '@noble/ciphers/chacha.js';
|
|
12
|
+
import '@noble/ciphers/utils.js';
|
|
14
13
|
import '@better-auth/utils/base64';
|
|
15
14
|
import 'jose';
|
|
16
|
-
import '@noble/hashes/scrypt';
|
|
15
|
+
import '@noble/hashes/scrypt.js';
|
|
17
16
|
import '@better-auth/utils';
|
|
18
17
|
import '@better-auth/utils/hex';
|
|
19
|
-
import '@noble/hashes/utils';
|
|
18
|
+
import '@noble/hashes/utils.js';
|
|
20
19
|
import '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
21
20
|
|
|
22
21
|
const prismaAdapter = (prisma, config) => createAdapter({
|