better-auth 1.3.25 → 1.3.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/drizzle-adapter/index.d.cts +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/index.d.cts +3 -3
- package/dist/adapters/index.d.mts +3 -3
- package/dist/adapters/index.d.ts +3 -3
- package/dist/adapters/kysely-adapter/index.d.cts +2 -2
- package/dist/adapters/kysely-adapter/index.d.mts +2 -2
- package/dist/adapters/kysely-adapter/index.d.ts +2 -2
- package/dist/adapters/memory-adapter/index.d.cts +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/mongodb-adapter/index.d.cts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.mts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.ts +2 -2
- package/dist/adapters/prisma-adapter/index.d.cts +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/test.d.cts +2 -2
- package/dist/adapters/test.d.mts +2 -2
- package/dist/adapters/test.d.ts +2 -2
- package/dist/api/index.d.cts +2 -2
- package/dist/api/index.d.mts +2 -2
- package/dist/api/index.d.ts +2 -2
- 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/lynx/index.d.cts +3 -3
- package/dist/client/lynx/index.d.mts +3 -3
- package/dist/client/lynx/index.d.ts +3 -3
- package/dist/client/plugins/index.d.cts +4 -4
- package/dist/client/plugins/index.d.mts +4 -4
- package/dist/client/plugins/index.d.ts +4 -4
- package/dist/client/react/index.d.cts +3 -3
- package/dist/client/react/index.d.mts +3 -3
- package/dist/client/react/index.d.ts +3 -3
- package/dist/client/solid/index.d.cts +9 -9
- package/dist/client/solid/index.d.mts +9 -9
- package/dist/client/solid/index.d.ts +9 -9
- package/dist/client/svelte/index.d.cts +3 -3
- package/dist/client/svelte/index.d.mts +3 -3
- package/dist/client/svelte/index.d.ts +3 -3
- package/dist/client/vue/index.d.cts +12 -12
- package/dist/client/vue/index.d.mts +12 -12
- package/dist/client/vue/index.d.ts +12 -12
- 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.d.cts +3 -3
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.d.ts +3 -3
- package/dist/index.d.cts +10 -10
- package/dist/index.d.mts +10 -10
- package/dist/index.d.ts +10 -10
- package/dist/integrations/next-js.d.cts +2 -2
- package/dist/integrations/next-js.d.mts +2 -2
- package/dist/integrations/next-js.d.ts +2 -2
- package/dist/integrations/node.d.cts +2 -2
- package/dist/integrations/node.d.mts +2 -2
- package/dist/integrations/node.d.ts +2 -2
- package/dist/integrations/react-start.d.cts +2 -2
- package/dist/integrations/react-start.d.mts +2 -2
- package/dist/integrations/react-start.d.ts +2 -2
- package/dist/integrations/svelte-kit.d.cts +2 -2
- package/dist/integrations/svelte-kit.d.mts +2 -2
- package/dist/integrations/svelte-kit.d.ts +2 -2
- package/dist/oauth2/index.d.cts +4 -4
- package/dist/oauth2/index.d.mts +4 -4
- package/dist/oauth2/index.d.ts +4 -4
- package/dist/plugins/admin/index.d.cts +4 -4
- package/dist/plugins/admin/index.d.mts +4 -4
- package/dist/plugins/admin/index.d.ts +4 -4
- 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/bearer/index.d.cts +2 -2
- package/dist/plugins/bearer/index.d.mts +2 -2
- package/dist/plugins/bearer/index.d.ts +2 -2
- package/dist/plugins/captcha/index.d.cts +2 -2
- package/dist/plugins/captcha/index.d.mts +2 -2
- package/dist/plugins/captcha/index.d.ts +2 -2
- package/dist/plugins/custom-session/index.d.cts +2 -2
- package/dist/plugins/custom-session/index.d.mts +2 -2
- package/dist/plugins/custom-session/index.d.ts +2 -2
- package/dist/plugins/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/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/generic-oauth/index.d.cts +2 -2
- package/dist/plugins/generic-oauth/index.d.mts +2 -2
- package/dist/plugins/generic-oauth/index.d.ts +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/index.cjs +1 -1
- package/dist/plugins/index.d.cts +8 -8
- package/dist/plugins/index.d.mts +8 -8
- package/dist/plugins/index.d.ts +8 -8
- package/dist/plugins/index.mjs +1 -1
- 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/multi-session/index.d.cts +2 -2
- package/dist/plugins/multi-session/index.d.mts +2 -2
- package/dist/plugins/multi-session/index.d.ts +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/oidc-provider/index.d.cts +2 -2
- package/dist/plugins/oidc-provider/index.d.mts +2 -2
- package/dist/plugins/oidc-provider/index.d.ts +2 -2
- package/dist/plugins/one-time-token/index.cjs +1 -1
- package/dist/plugins/one-time-token/index.d.cts +2 -2
- package/dist/plugins/one-time-token/index.d.mts +2 -2
- package/dist/plugins/one-time-token/index.d.ts +2 -2
- package/dist/plugins/one-time-token/index.mjs +1 -1
- package/dist/plugins/open-api/index.d.cts +2 -2
- package/dist/plugins/open-api/index.d.mts +2 -2
- package/dist/plugins/open-api/index.d.ts +2 -2
- package/dist/plugins/organization/index.d.cts +2 -2
- package/dist/plugins/organization/index.d.mts +2 -2
- package/dist/plugins/organization/index.d.ts +2 -2
- package/dist/plugins/passkey/index.d.cts +2 -2
- package/dist/plugins/passkey/index.d.mts +2 -2
- package/dist/plugins/passkey/index.d.ts +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/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/sso/index.d.cts +2 -2
- package/dist/plugins/sso/index.d.mts +2 -2
- package/dist/plugins/sso/index.d.ts +2 -2
- package/dist/plugins/two-factor/index.d.cts +2 -2
- package/dist/plugins/two-factor/index.d.mts +2 -2
- package/dist/plugins/two-factor/index.d.ts +2 -2
- package/dist/plugins/username/index.d.cts +2 -2
- package/dist/plugins/username/index.d.mts +2 -2
- package/dist/plugins/username/index.d.ts +2 -2
- package/dist/shared/{better-auth.C6qXK08w.d.ts → better-auth.4SXCyo06.d.ts} +2 -2
- package/dist/shared/{better-auth.CXJ1sMcZ.d.ts → better-auth.B4JGLmcI.d.ts} +1 -1
- package/dist/shared/{better-auth.DWqB3pRb.cjs → better-auth.BJpWpacD.cjs} +9 -4
- package/dist/shared/{better-auth.CNt9JvCi.d.cts → better-auth.C92Xs7Ey.d.cts} +3 -2
- package/dist/shared/{better-auth.Cb45psPE.d.ts → better-auth.CNUWbvfQ.d.mts} +4 -3
- package/dist/shared/{better-auth.B6vltShC.d.mts → better-auth.CcNAOEIT.d.mts} +1 -1
- package/dist/shared/{better-auth.D-V8F56U.d.cts → better-auth.CfBv21UW.d.cts} +1 -1
- package/dist/shared/{better-auth.dk97jX40.d.mts → better-auth.CfrK28Cs.d.mts} +1 -1
- package/dist/shared/{better-auth.CkEVRG35.d.mts → better-auth.DOgGd64E.d.mts} +1 -1
- package/dist/shared/{better-auth.CMiEK0ci.d.cts → better-auth.Da1kNilm.d.cts} +1 -1
- package/dist/shared/{better-auth.Bx-xCx8B.d.ts → better-auth.GuRB1U4a.d.ts} +1 -1
- package/dist/shared/{better-auth.Bk_4yDU4.d.ts → better-auth.TwvVNfl5.d.ts} +1 -1
- package/dist/shared/{better-auth.BHPr8J54.d.mts → better-auth.XefKa8DI.d.mts} +2 -2
- package/dist/shared/{better-auth.D8QBzdu1.d.cts → better-auth.ZRC0NBl3.d.cts} +1 -1
- package/dist/shared/{better-auth.CrFwEmvg.mjs → better-auth._qTfwHVG.mjs} +9 -4
- package/dist/shared/{better-auth.N309TrHY.d.mts → better-auth.fG1AXj4a.d.ts} +4 -3
- package/dist/shared/{better-auth.7zTmTxT4.d.cts → better-auth.v_lf-jeY.d.cts} +2 -2
- 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/test-utils/index.d.cts +3 -3
- package/dist/test-utils/index.d.mts +3 -3
- package/dist/test-utils/index.d.ts +3 -3
- 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 +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
2
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
2
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.B4JGLmcI.js';
|
|
2
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter, i as AdapterFactoryOptions, j as AdapterFactoryConfig, k as AdapterFactoryCustomizeAdapterCreator } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, l as AdapterTestDebugLogs, C as CustomAdapter } from '../shared/better-auth.
|
|
3
|
-
import '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter, i as AdapterFactoryOptions, j as AdapterFactoryConfig, k as AdapterFactoryCustomizeAdapterCreator } from '../shared/better-auth.ZRC0NBl3.cjs';
|
|
2
|
+
export { A as AdapterDebugLogs, l as AdapterTestDebugLogs, C as CustomAdapter } from '../shared/better-auth.ZRC0NBl3.cjs';
|
|
3
|
+
import '../shared/better-auth.v_lf-jeY.cjs';
|
|
4
4
|
import '../shared/better-auth.DTtXpZYr.cjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter, i as AdapterFactoryOptions, j as AdapterFactoryConfig, k as AdapterFactoryCustomizeAdapterCreator } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, l as AdapterTestDebugLogs, C as CustomAdapter } from '../shared/better-auth.
|
|
3
|
-
import '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter, i as AdapterFactoryOptions, j as AdapterFactoryConfig, k as AdapterFactoryCustomizeAdapterCreator } from '../shared/better-auth.CcNAOEIT.mjs';
|
|
2
|
+
export { A as AdapterDebugLogs, l as AdapterTestDebugLogs, C as CustomAdapter } from '../shared/better-auth.CcNAOEIT.mjs';
|
|
3
|
+
import '../shared/better-auth.XefKa8DI.mjs';
|
|
4
4
|
import '../shared/better-auth.DTtXpZYr.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
package/dist/adapters/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter, i as AdapterFactoryOptions, j as AdapterFactoryConfig, k as AdapterFactoryCustomizeAdapterCreator } from '../shared/better-auth.
|
|
2
|
-
export { A as AdapterDebugLogs, l as AdapterTestDebugLogs, C as CustomAdapter } from '../shared/better-auth.
|
|
3
|
-
import '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter, i as AdapterFactoryOptions, j as AdapterFactoryConfig, k as AdapterFactoryCustomizeAdapterCreator } from '../shared/better-auth.B4JGLmcI.js';
|
|
2
|
+
export { A as AdapterDebugLogs, l as AdapterTestDebugLogs, C as CustomAdapter } from '../shared/better-auth.B4JGLmcI.js';
|
|
3
|
+
import '../shared/better-auth.4SXCyo06.js';
|
|
4
4
|
import '../shared/better-auth.DTtXpZYr.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
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.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
3
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
4
4
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'better-call';
|
|
@@ -1,6 +1,6 @@
|
|
|
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.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
3
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
4
4
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'better-call';
|
|
@@ -1,6 +1,6 @@
|
|
|
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.
|
|
2
|
+
import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.B4JGLmcI.js';
|
|
3
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
4
4
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'better-call';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
2
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
2
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.B4JGLmcI.js';
|
|
2
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MongoClient, Db } from 'mongodb';
|
|
2
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import '../../shared/better-auth.
|
|
2
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
3
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
4
4
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MongoClient, Db } from 'mongodb';
|
|
2
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import '../../shared/better-auth.
|
|
2
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
3
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
4
4
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MongoClient, Db } from 'mongodb';
|
|
2
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
3
|
-
import '../../shared/better-auth.
|
|
2
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.B4JGLmcI.js';
|
|
3
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
4
4
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
2
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
2
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.
|
|
2
|
-
import '../../shared/better-auth.
|
|
1
|
+
import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.B4JGLmcI.js';
|
|
2
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
3
3
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
package/dist/adapters/test.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
import '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.ZRC0NBl3.cjs';
|
|
2
|
+
import '../shared/better-auth.v_lf-jeY.cjs';
|
|
3
3
|
import '../shared/better-auth.DTtXpZYr.cjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
package/dist/adapters/test.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
import '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.CcNAOEIT.mjs';
|
|
2
|
+
import '../shared/better-auth.XefKa8DI.mjs';
|
|
3
3
|
import '../shared/better-auth.DTtXpZYr.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
package/dist/adapters/test.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.
|
|
2
|
-
import '../shared/better-auth.
|
|
1
|
+
import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.B4JGLmcI.js';
|
|
2
|
+
import '../shared/better-auth.4SXCyo06.js';
|
|
3
3
|
import '../shared/better-auth.DTtXpZYr.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'kysely';
|
package/dist/api/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
2
|
-
export { t as AuthEndpoint, u as AuthMiddleware, bk as accountInfo, aM as callbackOAuth, bb as changeEmail, b7 as changePassword, aH as checkEndpointConflicts, r as createAuthEndpoint, q as createAuthMiddleware, b2 as createEmailVerificationToken, b9 as deleteUser, ba as deleteUserCallback, bc as error, a_ as forgetPassword, b0 as forgetPasswordCallback, aT as freshSessionMiddleware, bi as getAccessToken, aI as getEndpoints, aO as getSession, aP as getSessionFromCtx, aN as getSessionQuerySchema, bg as linkSocialAccount, aU as listSessions, bf as listUserAccounts, bd as ok, p as optionsMiddleware, bm as originCheck, bl as originCheckMiddleware, bj as refreshToken, aS as requestOnlySessionMiddleware, aZ as requestPasswordReset, a$ as requestPasswordResetCallback, b1 as resetPassword, aX as revokeOtherSessions, aV as revokeSession, aW as revokeSessions, aJ as router, b4 as sendVerificationEmail, b3 as sendVerificationEmailFn, aR as sensitiveSessionMiddleware, aQ as sessionMiddleware, b8 as setPassword, aL as signInEmail, aK as signInSocial, aY as signOut, be as signUpEmail, bh as unlinkAccount, b6 as updateUser, b5 as verifyEmail } from '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.v_lf-jeY.cjs';
|
|
2
|
+
export { t as AuthEndpoint, u as AuthMiddleware, bk as accountInfo, aM as callbackOAuth, bb as changeEmail, b7 as changePassword, aH as checkEndpointConflicts, r as createAuthEndpoint, q as createAuthMiddleware, b2 as createEmailVerificationToken, b9 as deleteUser, ba as deleteUserCallback, bc as error, a_ as forgetPassword, b0 as forgetPasswordCallback, aT as freshSessionMiddleware, bi as getAccessToken, aI as getEndpoints, aO as getSession, aP as getSessionFromCtx, aN as getSessionQuerySchema, bg as linkSocialAccount, aU as listSessions, bf as listUserAccounts, bd as ok, p as optionsMiddleware, bm as originCheck, bl as originCheckMiddleware, bj as refreshToken, aS as requestOnlySessionMiddleware, aZ as requestPasswordReset, a$ as requestPasswordResetCallback, b1 as resetPassword, aX as revokeOtherSessions, aV as revokeSession, aW as revokeSessions, aJ as router, b4 as sendVerificationEmail, b3 as sendVerificationEmailFn, aR as sensitiveSessionMiddleware, aQ as sessionMiddleware, b8 as setPassword, aL as signInEmail, aK as signInSocial, aY as signOut, be as signUpEmail, bh as unlinkAccount, b6 as updateUser, b5 as verifyEmail } from '../shared/better-auth.ZRC0NBl3.cjs';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.DTtXpZYr.cjs';
|
|
5
5
|
import 'zod';
|
package/dist/api/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
2
|
-
export { t as AuthEndpoint, u as AuthMiddleware, bk as accountInfo, aM as callbackOAuth, bb as changeEmail, b7 as changePassword, aH as checkEndpointConflicts, r as createAuthEndpoint, q as createAuthMiddleware, b2 as createEmailVerificationToken, b9 as deleteUser, ba as deleteUserCallback, bc as error, a_ as forgetPassword, b0 as forgetPasswordCallback, aT as freshSessionMiddleware, bi as getAccessToken, aI as getEndpoints, aO as getSession, aP as getSessionFromCtx, aN as getSessionQuerySchema, bg as linkSocialAccount, aU as listSessions, bf as listUserAccounts, bd as ok, p as optionsMiddleware, bm as originCheck, bl as originCheckMiddleware, bj as refreshToken, aS as requestOnlySessionMiddleware, aZ as requestPasswordReset, a$ as requestPasswordResetCallback, b1 as resetPassword, aX as revokeOtherSessions, aV as revokeSession, aW as revokeSessions, aJ as router, b4 as sendVerificationEmail, b3 as sendVerificationEmailFn, aR as sensitiveSessionMiddleware, aQ as sessionMiddleware, b8 as setPassword, aL as signInEmail, aK as signInSocial, aY as signOut, be as signUpEmail, bh as unlinkAccount, b6 as updateUser, b5 as verifyEmail } from '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.XefKa8DI.mjs';
|
|
2
|
+
export { t as AuthEndpoint, u as AuthMiddleware, bk as accountInfo, aM as callbackOAuth, bb as changeEmail, b7 as changePassword, aH as checkEndpointConflicts, r as createAuthEndpoint, q as createAuthMiddleware, b2 as createEmailVerificationToken, b9 as deleteUser, ba as deleteUserCallback, bc as error, a_ as forgetPassword, b0 as forgetPasswordCallback, aT as freshSessionMiddleware, bi as getAccessToken, aI as getEndpoints, aO as getSession, aP as getSessionFromCtx, aN as getSessionQuerySchema, bg as linkSocialAccount, aU as listSessions, bf as listUserAccounts, bd as ok, p as optionsMiddleware, bm as originCheck, bl as originCheckMiddleware, bj as refreshToken, aS as requestOnlySessionMiddleware, aZ as requestPasswordReset, a$ as requestPasswordResetCallback, b1 as resetPassword, aX as revokeOtherSessions, aV as revokeSession, aW as revokeSessions, aJ as router, b4 as sendVerificationEmail, b3 as sendVerificationEmailFn, aR as sensitiveSessionMiddleware, aQ as sessionMiddleware, b8 as setPassword, aL as signInEmail, aK as signInSocial, aY as signOut, be as signUpEmail, bh as unlinkAccount, b6 as updateUser, b5 as verifyEmail } from '../shared/better-auth.CcNAOEIT.mjs';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.DTtXpZYr.mjs';
|
|
5
5
|
import 'zod';
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '../shared/better-auth.
|
|
2
|
-
export { t as AuthEndpoint, u as AuthMiddleware, bk as accountInfo, aM as callbackOAuth, bb as changeEmail, b7 as changePassword, aH as checkEndpointConflicts, r as createAuthEndpoint, q as createAuthMiddleware, b2 as createEmailVerificationToken, b9 as deleteUser, ba as deleteUserCallback, bc as error, a_ as forgetPassword, b0 as forgetPasswordCallback, aT as freshSessionMiddleware, bi as getAccessToken, aI as getEndpoints, aO as getSession, aP as getSessionFromCtx, aN as getSessionQuerySchema, bg as linkSocialAccount, aU as listSessions, bf as listUserAccounts, bd as ok, p as optionsMiddleware, bm as originCheck, bl as originCheckMiddleware, bj as refreshToken, aS as requestOnlySessionMiddleware, aZ as requestPasswordReset, a$ as requestPasswordResetCallback, b1 as resetPassword, aX as revokeOtherSessions, aV as revokeSession, aW as revokeSessions, aJ as router, b4 as sendVerificationEmail, b3 as sendVerificationEmailFn, aR as sensitiveSessionMiddleware, aQ as sessionMiddleware, b8 as setPassword, aL as signInEmail, aK as signInSocial, aY as signOut, be as signUpEmail, bh as unlinkAccount, b6 as updateUser, b5 as verifyEmail } from '../shared/better-auth.
|
|
1
|
+
import '../shared/better-auth.4SXCyo06.js';
|
|
2
|
+
export { t as AuthEndpoint, u as AuthMiddleware, bk as accountInfo, aM as callbackOAuth, bb as changeEmail, b7 as changePassword, aH as checkEndpointConflicts, r as createAuthEndpoint, q as createAuthMiddleware, b2 as createEmailVerificationToken, b9 as deleteUser, ba as deleteUserCallback, bc as error, a_ as forgetPassword, b0 as forgetPasswordCallback, aT as freshSessionMiddleware, bi as getAccessToken, aI as getEndpoints, aO as getSession, aP as getSessionFromCtx, aN as getSessionQuerySchema, bg as linkSocialAccount, aU as listSessions, bf as listUserAccounts, bd as ok, p as optionsMiddleware, bm as originCheck, bl as originCheckMiddleware, bj as refreshToken, aS as requestOnlySessionMiddleware, aZ as requestPasswordReset, a$ as requestPasswordResetCallback, b1 as resetPassword, aX as revokeOtherSessions, aV as revokeSession, aW as revokeSessions, aJ as router, b4 as sendVerificationEmail, b3 as sendVerificationEmailFn, aR as sensitiveSessionMiddleware, aQ as sessionMiddleware, b8 as setPassword, aL as signInEmail, aK as signInSocial, aY as signOut, be as signUpEmail, bh as unlinkAccount, b6 as updateUser, b5 as verifyEmail } from '../shared/better-auth.B4JGLmcI.js';
|
|
3
3
|
export { APIError } from 'better-call';
|
|
4
4
|
import '../shared/better-auth.DTtXpZYr.js';
|
|
5
5
|
import 'zod';
|
package/dist/client/index.d.cts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { b as BASE_ERROR_CODES, n as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.
|
|
1
|
+
import { b as BASE_ERROR_CODES, n as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.ZRC0NBl3.cjs';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
5
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.
|
|
6
|
-
export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.
|
|
5
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.Da1kNilm.cjs';
|
|
6
|
+
export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.Da1kNilm.cjs';
|
|
7
7
|
import * as nanostores from 'nanostores';
|
|
8
8
|
import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.DTtXpZYr.cjs';
|
|
11
|
-
import '../shared/better-auth.
|
|
11
|
+
import '../shared/better-auth.v_lf-jeY.cjs';
|
|
12
12
|
import 'zod';
|
|
13
13
|
import 'kysely';
|
|
14
14
|
import 'better-call';
|
package/dist/client/index.d.mts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { b as BASE_ERROR_CODES, n as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.
|
|
1
|
+
import { b as BASE_ERROR_CODES, n as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.CcNAOEIT.mjs';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
5
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.
|
|
6
|
-
export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.
|
|
5
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.DOgGd64E.mjs';
|
|
6
|
+
export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.DOgGd64E.mjs';
|
|
7
7
|
import * as nanostores from 'nanostores';
|
|
8
8
|
import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.DTtXpZYr.mjs';
|
|
11
|
-
import '../shared/better-auth.
|
|
11
|
+
import '../shared/better-auth.XefKa8DI.mjs';
|
|
12
12
|
import 'zod';
|
|
13
13
|
import 'kysely';
|
|
14
14
|
import 'better-call';
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { b as BASE_ERROR_CODES, n as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.
|
|
1
|
+
import { b as BASE_ERROR_CODES, n as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.B4JGLmcI.js';
|
|
2
2
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
3
3
|
import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
4
4
|
export * from '@better-fetch/fetch';
|
|
5
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.
|
|
6
|
-
export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.
|
|
5
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.TwvVNfl5.js';
|
|
6
|
+
export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.TwvVNfl5.js';
|
|
7
7
|
import * as nanostores from 'nanostores';
|
|
8
8
|
import { Atom, PreinitializedWritableAtom } from 'nanostores';
|
|
9
9
|
export * from 'nanostores';
|
|
10
10
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.DTtXpZYr.js';
|
|
11
|
-
import '../shared/better-auth.
|
|
11
|
+
import '../shared/better-auth.4SXCyo06.js';
|
|
12
12
|
import 'zod';
|
|
13
13
|
import 'kysely';
|
|
14
14
|
import 'better-call';
|
|
@@ -4,12 +4,12 @@ export * from 'nanostores';
|
|
|
4
4
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
export * from '@better-fetch/fetch';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.Da1kNilm.cjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
9
9
|
import { DependencyList } from '@lynx-js/react';
|
|
10
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
10
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
11
11
|
import 'better-call';
|
|
12
|
-
import '../../shared/better-auth.
|
|
12
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
13
13
|
import 'zod';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import '@better-auth/core/db';
|
|
@@ -4,12 +4,12 @@ export * from 'nanostores';
|
|
|
4
4
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
export * from '@better-fetch/fetch';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.DOgGd64E.mjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
9
9
|
import { DependencyList } from '@lynx-js/react';
|
|
10
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
10
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
11
11
|
import 'better-call';
|
|
12
|
-
import '../../shared/better-auth.
|
|
12
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
13
13
|
import 'zod';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import '@better-auth/core/db';
|
|
@@ -4,12 +4,12 @@ export * from 'nanostores';
|
|
|
4
4
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
export * from '@better-fetch/fetch';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.TwvVNfl5.js';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
|
|
9
9
|
import { DependencyList } from '@lynx-js/react';
|
|
10
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
10
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.B4JGLmcI.js';
|
|
11
11
|
import 'better-call';
|
|
12
|
-
import '../../shared/better-auth.
|
|
12
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
13
13
|
import 'zod';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import '@better-auth/core/db';
|
|
@@ -3,9 +3,9 @@ import { AccessControl, Role, Statements } from '../../plugins/access/index.cjs'
|
|
|
3
3
|
import * as nanostores from 'nanostores';
|
|
4
4
|
import { atom } from 'nanostores';
|
|
5
5
|
import { a as Prettify } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import { B as BetterAuthOptions, U as User, n as BetterAuthPlugin } from '../../shared/better-auth.
|
|
6
|
+
import { B as BetterAuthOptions, U as User, n as BetterAuthPlugin } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
7
7
|
import { DBFieldAttribute } from '@better-auth/core/db';
|
|
8
|
-
import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.
|
|
8
|
+
import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.Da1kNilm.cjs';
|
|
9
9
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
10
10
|
import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
11
11
|
import { username } from '../../plugins/username/index.cjs';
|
|
@@ -23,7 +23,7 @@ import { emailOTP } from '../../plugins/email-otp/index.cjs';
|
|
|
23
23
|
import { Auth } from 'better-auth';
|
|
24
24
|
import { sso } from '../../plugins/sso/index.cjs';
|
|
25
25
|
import { oidcProvider } from '../../plugins/oidc-provider/index.cjs';
|
|
26
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
26
|
+
import { a as apiKey } from '../../shared/better-auth.C92Xs7Ey.cjs';
|
|
27
27
|
import { oneTimeToken } from '../../plugins/one-time-token/index.cjs';
|
|
28
28
|
import { siwe } from '../../plugins/siwe/index.cjs';
|
|
29
29
|
export { deviceAuthorizationClient } from '../../plugins/device-authorization/index.cjs';
|
|
@@ -32,7 +32,7 @@ export { global } from '@simplewebauthn/server';
|
|
|
32
32
|
import 'zod';
|
|
33
33
|
import 'better-call';
|
|
34
34
|
import '../../plugins/organization/access/index.cjs';
|
|
35
|
-
import '../../shared/better-auth.
|
|
35
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
36
36
|
import 'kysely';
|
|
37
37
|
import 'better-sqlite3';
|
|
38
38
|
import 'bun:sqlite';
|
|
@@ -3,9 +3,9 @@ import { AccessControl, Role, Statements } from '../../plugins/access/index.mjs'
|
|
|
3
3
|
import * as nanostores from 'nanostores';
|
|
4
4
|
import { atom } from 'nanostores';
|
|
5
5
|
import { a as Prettify } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import { B as BetterAuthOptions, U as User, n as BetterAuthPlugin } from '../../shared/better-auth.
|
|
6
|
+
import { B as BetterAuthOptions, U as User, n as BetterAuthPlugin } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
7
7
|
import { DBFieldAttribute } from '@better-auth/core/db';
|
|
8
|
-
import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.
|
|
8
|
+
import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.DOgGd64E.mjs';
|
|
9
9
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
10
10
|
import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
11
11
|
import { username } from '../../plugins/username/index.mjs';
|
|
@@ -23,7 +23,7 @@ import { emailOTP } from '../../plugins/email-otp/index.mjs';
|
|
|
23
23
|
import { Auth } from 'better-auth';
|
|
24
24
|
import { sso } from '../../plugins/sso/index.mjs';
|
|
25
25
|
import { oidcProvider } from '../../plugins/oidc-provider/index.mjs';
|
|
26
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
26
|
+
import { a as apiKey } from '../../shared/better-auth.CNUWbvfQ.mjs';
|
|
27
27
|
import { oneTimeToken } from '../../plugins/one-time-token/index.mjs';
|
|
28
28
|
import { siwe } from '../../plugins/siwe/index.mjs';
|
|
29
29
|
export { deviceAuthorizationClient } from '../../plugins/device-authorization/index.mjs';
|
|
@@ -32,7 +32,7 @@ export { global } from '@simplewebauthn/server';
|
|
|
32
32
|
import 'zod';
|
|
33
33
|
import 'better-call';
|
|
34
34
|
import '../../plugins/organization/access/index.mjs';
|
|
35
|
-
import '../../shared/better-auth.
|
|
35
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
36
36
|
import 'kysely';
|
|
37
37
|
import 'better-sqlite3';
|
|
38
38
|
import 'bun:sqlite';
|
|
@@ -3,9 +3,9 @@ import { AccessControl, Role, Statements } from '../../plugins/access/index.js';
|
|
|
3
3
|
import * as nanostores from 'nanostores';
|
|
4
4
|
import { atom } from 'nanostores';
|
|
5
5
|
import { a as Prettify } from '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import { B as BetterAuthOptions, U as User, n as BetterAuthPlugin } from '../../shared/better-auth.
|
|
6
|
+
import { B as BetterAuthOptions, U as User, n as BetterAuthPlugin } from '../../shared/better-auth.B4JGLmcI.js';
|
|
7
7
|
import { DBFieldAttribute } from '@better-auth/core/db';
|
|
8
|
-
import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.
|
|
8
|
+
import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.TwvVNfl5.js';
|
|
9
9
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
10
10
|
import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
|
|
11
11
|
import { username } from '../../plugins/username/index.js';
|
|
@@ -23,7 +23,7 @@ import { emailOTP } from '../../plugins/email-otp/index.js';
|
|
|
23
23
|
import { Auth } from 'better-auth';
|
|
24
24
|
import { sso } from '../../plugins/sso/index.js';
|
|
25
25
|
import { oidcProvider } from '../../plugins/oidc-provider/index.js';
|
|
26
|
-
import { a as apiKey } from '../../shared/better-auth.
|
|
26
|
+
import { a as apiKey } from '../../shared/better-auth.fG1AXj4a.js';
|
|
27
27
|
import { oneTimeToken } from '../../plugins/one-time-token/index.js';
|
|
28
28
|
import { siwe } from '../../plugins/siwe/index.js';
|
|
29
29
|
export { deviceAuthorizationClient } from '../../plugins/device-authorization/index.js';
|
|
@@ -32,7 +32,7 @@ export { global } from '@simplewebauthn/server';
|
|
|
32
32
|
import 'zod';
|
|
33
33
|
import 'better-call';
|
|
34
34
|
import '../../plugins/organization/access/index.js';
|
|
35
|
-
import '../../shared/better-auth.
|
|
35
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
36
36
|
import 'kysely';
|
|
37
37
|
import 'better-sqlite3';
|
|
38
38
|
import 'bun:sqlite';
|
|
@@ -4,12 +4,12 @@ export * from 'nanostores';
|
|
|
4
4
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
export * from '@better-fetch/fetch';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.Da1kNilm.cjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
9
9
|
import { DependencyList } from 'react';
|
|
10
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
10
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
11
11
|
import 'better-call';
|
|
12
|
-
import '../../shared/better-auth.
|
|
12
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
13
13
|
import 'zod';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import '@better-auth/core/db';
|
|
@@ -4,12 +4,12 @@ export * from 'nanostores';
|
|
|
4
4
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
export * from '@better-fetch/fetch';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.DOgGd64E.mjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
9
9
|
import { DependencyList } from 'react';
|
|
10
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
10
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.CcNAOEIT.mjs';
|
|
11
11
|
import 'better-call';
|
|
12
|
-
import '../../shared/better-auth.
|
|
12
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
13
13
|
import 'zod';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import '@better-auth/core/db';
|
|
@@ -4,12 +4,12 @@ export * from 'nanostores';
|
|
|
4
4
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
export * from '@better-fetch/fetch';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.TwvVNfl5.js';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
|
|
9
9
|
import { DependencyList } from 'react';
|
|
10
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
10
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.B4JGLmcI.js';
|
|
11
11
|
import 'better-call';
|
|
12
|
-
import '../../shared/better-auth.
|
|
12
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
13
13
|
import 'zod';
|
|
14
14
|
import 'kysely';
|
|
15
15
|
import '@better-auth/core/db';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
2
2
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
3
3
|
export * from '@better-fetch/fetch';
|
|
4
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.
|
|
4
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.Da1kNilm.cjs';
|
|
5
5
|
import { Accessor } from 'solid-js';
|
|
6
6
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
7
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
7
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.ZRC0NBl3.cjs';
|
|
8
8
|
export * from 'nanostores';
|
|
9
9
|
import 'better-call';
|
|
10
|
-
import '../../shared/better-auth.
|
|
10
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
11
11
|
import 'zod';
|
|
12
12
|
import 'kysely';
|
|
13
13
|
import '@better-auth/core/db';
|
|
@@ -24,15 +24,15 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
24
24
|
data: InferClientAPI<Option> extends {
|
|
25
25
|
getSession: () => Promise<infer Res>;
|
|
26
26
|
} ? Res extends {
|
|
27
|
+
data: infer S;
|
|
28
|
+
error: null;
|
|
29
|
+
} | {
|
|
27
30
|
data: null;
|
|
28
31
|
error: {
|
|
29
32
|
message?: string | undefined;
|
|
30
33
|
status: number;
|
|
31
34
|
statusText: string;
|
|
32
35
|
};
|
|
33
|
-
} | {
|
|
34
|
-
data: infer S;
|
|
35
|
-
error: null;
|
|
36
36
|
} ? S : Res extends Record<string, any> ? Res : never : never;
|
|
37
37
|
isPending: boolean;
|
|
38
38
|
isRefetching: boolean;
|
|
@@ -42,15 +42,15 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
42
42
|
Session: NonNullable<InferClientAPI<Option> extends {
|
|
43
43
|
getSession: () => Promise<infer Res>;
|
|
44
44
|
} ? Res extends {
|
|
45
|
+
data: infer S;
|
|
46
|
+
error: null;
|
|
47
|
+
} | {
|
|
45
48
|
data: null;
|
|
46
49
|
error: {
|
|
47
50
|
message?: string | undefined;
|
|
48
51
|
status: number;
|
|
49
52
|
statusText: string;
|
|
50
53
|
};
|
|
51
|
-
} | {
|
|
52
|
-
data: infer S;
|
|
53
|
-
error: null;
|
|
54
54
|
} ? S : Res extends Record<string, any> ? Res : never : never>;
|
|
55
55
|
};
|
|
56
56
|
$fetch: _better_fetch_fetch.BetterFetch<{
|