better-auth 1.4.0-beta.1 → 1.4.0-beta.2
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 +1 -1
- package/dist/adapters/drizzle-adapter/index.d.mts +1 -1
- package/dist/adapters/drizzle-adapter/index.d.ts +1 -1
- package/dist/adapters/index.d.cts +2 -2
- package/dist/adapters/index.d.mts +2 -2
- package/dist/adapters/index.d.ts +2 -2
- package/dist/adapters/kysely-adapter/index.d.cts +1 -1
- package/dist/adapters/kysely-adapter/index.d.mts +1 -1
- package/dist/adapters/kysely-adapter/index.d.ts +1 -1
- package/dist/adapters/memory-adapter/index.d.cts +1 -1
- package/dist/adapters/memory-adapter/index.d.mts +1 -1
- package/dist/adapters/memory-adapter/index.d.ts +1 -1
- package/dist/adapters/mongodb-adapter/index.d.cts +1 -1
- package/dist/adapters/mongodb-adapter/index.d.mts +1 -1
- package/dist/adapters/mongodb-adapter/index.d.ts +1 -1
- package/dist/adapters/prisma-adapter/index.d.cts +1 -1
- package/dist/adapters/prisma-adapter/index.d.mts +1 -1
- package/dist/adapters/prisma-adapter/index.d.ts +1 -1
- package/dist/adapters/test.d.cts +1 -1
- package/dist/adapters/test.d.mts +1 -1
- package/dist/adapters/test.d.ts +1 -1
- package/dist/api/index.cjs +1 -1
- package/dist/api/index.d.cts +1 -1
- package/dist/api/index.d.mts +1 -1
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.mjs +2 -2
- package/dist/client/index.cjs +2 -2
- package/dist/client/index.d.cts +3 -3
- package/dist/client/index.d.mts +3 -3
- package/dist/client/index.d.ts +3 -3
- package/dist/client/index.mjs +2 -2
- package/dist/client/plugins/index.cjs +1 -4
- package/dist/client/plugins/index.d.cts +3 -5
- package/dist/client/plugins/index.d.mts +3 -5
- package/dist/client/plugins/index.d.ts +3 -5
- package/dist/client/plugins/index.mjs +1 -4
- package/dist/client/react/index.cjs +1 -1
- package/dist/client/react/index.d.cts +5 -5
- package/dist/client/react/index.d.mts +5 -5
- package/dist/client/react/index.d.ts +5 -5
- package/dist/client/react/index.mjs +1 -1
- package/dist/client/solid/index.cjs +1 -1
- package/dist/client/solid/index.d.cts +5 -5
- package/dist/client/solid/index.d.mts +5 -5
- package/dist/client/solid/index.d.ts +5 -5
- package/dist/client/solid/index.mjs +1 -1
- package/dist/client/svelte/index.cjs +1 -1
- package/dist/client/svelte/index.d.cts +5 -5
- package/dist/client/svelte/index.d.mts +5 -5
- package/dist/client/svelte/index.d.ts +5 -5
- package/dist/client/svelte/index.mjs +1 -1
- package/dist/client/vue/index.cjs +1 -1
- package/dist/client/vue/index.d.cts +5 -5
- package/dist/client/vue/index.d.mts +5 -5
- package/dist/client/vue/index.d.ts +5 -5
- package/dist/client/vue/index.mjs +1 -1
- package/dist/cookies/index.d.cts +1 -1
- package/dist/cookies/index.d.mts +1 -1
- package/dist/cookies/index.d.ts +1 -1
- package/dist/db/index.cjs +1 -1
- package/dist/db/index.d.cts +2 -2
- package/dist/db/index.d.mts +2 -2
- package/dist/db/index.d.ts +2 -2
- package/dist/db/index.mjs +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +4 -4
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.mjs +3 -3
- package/dist/integrations/next-js.cjs +2 -2
- package/dist/integrations/next-js.d.cts +1 -1
- package/dist/integrations/next-js.d.mts +1 -1
- package/dist/integrations/next-js.d.ts +1 -1
- package/dist/integrations/next-js.mjs +2 -2
- package/dist/integrations/node.d.cts +1 -1
- package/dist/integrations/node.d.mts +1 -1
- package/dist/integrations/node.d.ts +1 -1
- package/dist/integrations/react-start.cjs +2 -2
- package/dist/integrations/react-start.d.cts +1 -1
- package/dist/integrations/react-start.d.mts +1 -1
- package/dist/integrations/react-start.d.ts +1 -1
- package/dist/integrations/react-start.mjs +2 -2
- package/dist/integrations/svelte-kit.cjs +1 -1
- package/dist/integrations/svelte-kit.d.cts +1 -1
- package/dist/integrations/svelte-kit.d.mts +1 -1
- package/dist/integrations/svelte-kit.d.ts +1 -1
- package/dist/integrations/svelte-kit.mjs +1 -1
- package/dist/oauth2/index.cjs +1 -1
- package/dist/oauth2/index.d.cts +2 -2
- package/dist/oauth2/index.d.mts +2 -2
- package/dist/oauth2/index.d.ts +2 -2
- package/dist/oauth2/index.mjs +1 -1
- package/dist/plugins/admin/index.cjs +2 -2
- package/dist/plugins/admin/index.d.cts +1 -1
- package/dist/plugins/admin/index.d.mts +1 -1
- package/dist/plugins/admin/index.d.ts +1 -1
- package/dist/plugins/admin/index.mjs +2 -2
- package/dist/plugins/anonymous/index.cjs +1 -1
- package/dist/plugins/anonymous/index.d.cts +1 -1
- package/dist/plugins/anonymous/index.d.mts +1 -1
- package/dist/plugins/anonymous/index.d.ts +1 -1
- package/dist/plugins/anonymous/index.mjs +1 -1
- package/dist/plugins/bearer/index.cjs +1 -1
- package/dist/plugins/bearer/index.d.cts +1 -1
- package/dist/plugins/bearer/index.d.mts +1 -1
- package/dist/plugins/bearer/index.d.ts +1 -1
- package/dist/plugins/bearer/index.mjs +1 -1
- package/dist/plugins/captcha/index.d.cts +1 -1
- package/dist/plugins/captcha/index.d.mts +1 -1
- package/dist/plugins/captcha/index.d.ts +1 -1
- package/dist/plugins/custom-session/index.cjs +1 -1
- package/dist/plugins/custom-session/index.d.cts +1 -1
- package/dist/plugins/custom-session/index.d.mts +1 -1
- package/dist/plugins/custom-session/index.d.ts +1 -1
- package/dist/plugins/custom-session/index.mjs +1 -1
- package/dist/plugins/device-authorization/index.d.cts +1 -1
- package/dist/plugins/device-authorization/index.d.mts +1 -1
- package/dist/plugins/device-authorization/index.d.ts +1 -1
- package/dist/plugins/email-otp/index.cjs +1 -1
- package/dist/plugins/email-otp/index.d.cts +1 -1
- package/dist/plugins/email-otp/index.d.mts +1 -1
- package/dist/plugins/email-otp/index.d.ts +1 -1
- package/dist/plugins/email-otp/index.mjs +1 -1
- package/dist/plugins/generic-oauth/index.cjs +1 -1
- package/dist/plugins/generic-oauth/index.d.cts +1 -1
- package/dist/plugins/generic-oauth/index.d.mts +1 -1
- package/dist/plugins/generic-oauth/index.d.ts +1 -1
- package/dist/plugins/generic-oauth/index.mjs +1 -1
- package/dist/plugins/haveibeenpwned/index.cjs +1 -1
- package/dist/plugins/haveibeenpwned/index.d.cts +1 -1
- package/dist/plugins/haveibeenpwned/index.d.mts +1 -1
- package/dist/plugins/haveibeenpwned/index.d.ts +1 -1
- package/dist/plugins/haveibeenpwned/index.mjs +1 -1
- package/dist/plugins/index.cjs +7 -6
- package/dist/plugins/index.d.cts +3 -3
- package/dist/plugins/index.d.mts +3 -3
- package/dist/plugins/index.d.ts +3 -3
- package/dist/plugins/index.mjs +8 -7
- package/dist/plugins/jwt/index.cjs +1 -1
- package/dist/plugins/jwt/index.d.cts +1 -1
- package/dist/plugins/jwt/index.d.mts +1 -1
- package/dist/plugins/jwt/index.d.ts +1 -1
- package/dist/plugins/jwt/index.mjs +1 -1
- package/dist/plugins/magic-link/index.cjs +1 -1
- package/dist/plugins/magic-link/index.mjs +1 -1
- package/dist/plugins/multi-session/index.cjs +1 -1
- package/dist/plugins/multi-session/index.d.cts +1 -1
- package/dist/plugins/multi-session/index.d.mts +1 -1
- package/dist/plugins/multi-session/index.d.ts +1 -1
- package/dist/plugins/multi-session/index.mjs +1 -1
- package/dist/plugins/oauth-proxy/index.cjs +1 -1
- package/dist/plugins/oauth-proxy/index.d.cts +1 -1
- package/dist/plugins/oauth-proxy/index.d.mts +1 -1
- package/dist/plugins/oauth-proxy/index.d.ts +1 -1
- package/dist/plugins/oauth-proxy/index.mjs +1 -1
- package/dist/plugins/oidc-provider/index.cjs +2 -2
- package/dist/plugins/oidc-provider/index.d.cts +1 -1
- package/dist/plugins/oidc-provider/index.d.mts +1 -1
- package/dist/plugins/oidc-provider/index.d.ts +1 -1
- package/dist/plugins/oidc-provider/index.mjs +2 -2
- package/dist/plugins/one-tap/index.cjs +1 -1
- package/dist/plugins/one-tap/index.mjs +1 -1
- package/dist/plugins/one-time-token/index.cjs +3 -3
- package/dist/plugins/one-time-token/index.d.cts +1 -1
- package/dist/plugins/one-time-token/index.d.mts +1 -1
- package/dist/plugins/one-time-token/index.d.ts +1 -1
- package/dist/plugins/one-time-token/index.mjs +3 -3
- package/dist/plugins/open-api/index.cjs +1 -1
- package/dist/plugins/open-api/index.d.cts +1 -1
- package/dist/plugins/open-api/index.d.mts +1 -1
- package/dist/plugins/open-api/index.d.ts +1 -1
- package/dist/plugins/open-api/index.mjs +1 -1
- package/dist/plugins/organization/index.cjs +3 -3
- package/dist/plugins/organization/index.d.cts +1 -1
- package/dist/plugins/organization/index.d.mts +1 -1
- package/dist/plugins/organization/index.d.ts +1 -1
- package/dist/plugins/organization/index.mjs +3 -3
- package/dist/plugins/passkey/index.cjs +4 -9
- package/dist/plugins/passkey/index.d.cts +3 -8
- package/dist/plugins/passkey/index.d.mts +3 -8
- package/dist/plugins/passkey/index.d.ts +3 -8
- package/dist/plugins/passkey/index.mjs +4 -9
- package/dist/plugins/phone-number/index.cjs +1 -1
- package/dist/plugins/phone-number/index.d.cts +1 -1
- package/dist/plugins/phone-number/index.d.mts +1 -1
- package/dist/plugins/phone-number/index.d.ts +1 -1
- package/dist/plugins/phone-number/index.mjs +1 -1
- package/dist/plugins/siwe/index.cjs +1 -1
- package/dist/plugins/siwe/index.d.cts +1 -1
- package/dist/plugins/siwe/index.d.mts +1 -1
- package/dist/plugins/siwe/index.d.ts +1 -1
- package/dist/plugins/siwe/index.mjs +1 -1
- package/dist/plugins/sso/index.cjs +1 -1
- package/dist/plugins/sso/index.d.cts +1 -1
- package/dist/plugins/sso/index.d.mts +1 -1
- package/dist/plugins/sso/index.d.ts +1 -1
- package/dist/plugins/sso/index.mjs +1 -1
- package/dist/plugins/two-factor/index.cjs +1 -1
- package/dist/plugins/two-factor/index.d.cts +1 -1
- package/dist/plugins/two-factor/index.d.mts +1 -1
- package/dist/plugins/two-factor/index.d.ts +1 -1
- package/dist/plugins/two-factor/index.mjs +1 -1
- package/dist/plugins/username/index.cjs +24 -3
- package/dist/plugins/username/index.d.cts +1 -1
- package/dist/plugins/username/index.d.mts +1 -1
- package/dist/plugins/username/index.d.ts +1 -1
- package/dist/plugins/username/index.mjs +24 -3
- package/dist/shared/{better-auth.DU-jrbrJ.mjs → better-auth.-8Mk4DBL.mjs} +1 -1
- package/dist/shared/{better-auth.CszjuPqX.cjs → better-auth.1YBeofpK.cjs} +2 -2
- package/dist/shared/{better-auth.C6XqSToF.mjs → better-auth.3naUdTMW.mjs} +1 -1
- package/dist/shared/{better-auth.Dp3TDU01.cjs → better-auth.B7A2AeSg.cjs} +2 -2
- package/dist/shared/{better-auth.C0eUWmDH.cjs → better-auth.BDdoXh_7.cjs} +6 -1
- package/dist/shared/{better-auth.CwXs-abq.d.ts → better-auth.BLORa3vY.d.ts} +1 -1
- package/dist/shared/{better-auth.BpnW3Y7U.d.ts → better-auth.BQv0wGSb.d.ts} +16 -12
- package/dist/shared/{better-auth.B3bZoclS.d.mts → better-auth.B_xbPKKL.d.mts} +16 -12
- package/dist/shared/{better-auth.DNOixpmw.d.mts → better-auth.Bbkp5JKM.d.mts} +1 -1
- package/dist/shared/{better-auth.4_1BfAo1.cjs → better-auth.BkcRiga0.cjs} +1 -1
- package/dist/shared/{better-auth.4EzI70WC.mjs → better-auth.C1TnI_Rz.mjs} +3 -1
- package/dist/shared/{better-auth.BIcpessK.d.cts → better-auth.CLmuULOM.d.cts} +16 -12
- package/dist/shared/{better-auth.DFFLg_0h.mjs → better-auth.CV6SLN2A.mjs} +1 -1
- package/dist/shared/{better-auth.BKhlUl4L.mjs → better-auth.CnD_hzZ_.mjs} +2 -2
- package/dist/shared/{better-auth.BK2FHZMq.d.mts → better-auth.CreeZQ__.d.mts} +1 -1
- package/dist/shared/{better-auth.B5_hCdeH.cjs → better-auth.CvVm_hFg.cjs} +1 -1
- package/dist/shared/{better-auth.BgUht1zc.cjs → better-auth.CveVqL58.cjs} +1 -1
- package/dist/shared/{better-auth.T_KylejJ.d.cts → better-auth.CxLMKBFr.d.cts} +1 -1
- package/dist/shared/{better-auth.BF7a6yeC.d.ts → better-auth.DBmu12iE.d.ts} +1 -1
- package/dist/shared/{better-auth.B_r2AcFE.cjs → better-auth.DIAGL28F.cjs} +1 -1
- package/dist/shared/{better-auth.PwYG2bh2.cjs → better-auth.DIPz2ymP.cjs} +3 -1
- package/dist/shared/{better-auth.SCAGFnmj.mjs → better-auth.DL8idXrv.mjs} +1 -1
- package/dist/shared/{better-auth.D2Ya06I8.mjs → better-auth.DWm9SJv0.mjs} +2 -2
- package/dist/shared/{better-auth.DFAe0eEY.d.mts → better-auth.DabBNJnG.d.mts} +1 -1
- package/dist/shared/{better-auth.Dfaw6tuq.d.cts → better-auth.DqKvGWll.d.cts} +1 -1
- package/dist/shared/{better-auth.C4cxDzG3.mjs → better-auth.DsRTWTq9.mjs} +6 -1
- package/dist/shared/{better-auth.CREk28fc.mjs → better-auth.Dx5-aWCB.mjs} +1 -1
- package/dist/shared/{better-auth.CT1UdMDg.d.ts → better-auth.XB1l7SdM.d.ts} +1 -1
- package/dist/shared/{better-auth.CVJiT-QN.mjs → better-auth.aytbwQG-.mjs} +31 -20
- package/dist/shared/{better-auth.BXsMSpax.cjs → better-auth.b3V1DCfW.cjs} +31 -20
- package/dist/shared/{better-auth.zNVyHBMf.d.cts → better-auth.gfiicitY.d.cts} +1 -1
- package/dist/shared/{better-auth.CTOuNmcf.cjs → better-auth.owJK4RTO.cjs} +1 -1
- package/dist/social-providers/index.cjs +1 -1
- package/dist/social-providers/index.mjs +1 -1
- package/dist/test-utils/index.cjs +6 -6
- package/dist/test-utils/index.d.cts +2 -2
- package/dist/test-utils/index.d.mts +2 -2
- package/dist/test-utils/index.d.ts +2 -2
- package/dist/test-utils/index.mjs +6 -6
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
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.DabBNJnG.mjs';
|
|
5
5
|
import { Accessor } from 'solid-js';
|
|
6
6
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
7
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
7
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.B_xbPKKL.mjs';
|
|
8
8
|
export * from 'nanostores';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import 'kysely';
|
|
@@ -69,16 +69,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
69
69
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
70
70
|
};
|
|
71
71
|
})[];
|
|
72
|
-
|
|
72
|
+
cache?: RequestCache | undefined;
|
|
73
|
+
credentials?: RequestCredentials;
|
|
73
74
|
headers?: (HeadersInit & (HeadersInit | {
|
|
74
75
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
75
76
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
76
77
|
authorization: "Bearer" | "Basic";
|
|
77
78
|
})) | undefined;
|
|
78
|
-
cache?: RequestCache | undefined;
|
|
79
|
-
credentials?: RequestCredentials;
|
|
80
79
|
integrity?: string | undefined;
|
|
81
80
|
keepalive?: boolean | undefined;
|
|
81
|
+
method: string;
|
|
82
82
|
mode?: RequestMode | undefined;
|
|
83
83
|
priority?: RequestPriority | undefined;
|
|
84
84
|
redirect?: RequestRedirect | undefined;
|
|
@@ -1,10 +1,10 @@
|
|
|
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.DBmu12iE.js';
|
|
5
5
|
import { Accessor } from 'solid-js';
|
|
6
6
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
|
|
7
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
7
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.BQv0wGSb.js';
|
|
8
8
|
export * from 'nanostores';
|
|
9
9
|
import 'better-call';
|
|
10
10
|
import 'kysely';
|
|
@@ -69,16 +69,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
69
69
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
70
70
|
};
|
|
71
71
|
})[];
|
|
72
|
-
|
|
72
|
+
cache?: RequestCache | undefined;
|
|
73
|
+
credentials?: RequestCredentials;
|
|
73
74
|
headers?: (HeadersInit & (HeadersInit | {
|
|
74
75
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
75
76
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
76
77
|
authorization: "Bearer" | "Basic";
|
|
77
78
|
})) | undefined;
|
|
78
|
-
cache?: RequestCache | undefined;
|
|
79
|
-
credentials?: RequestCredentials;
|
|
80
79
|
integrity?: string | undefined;
|
|
81
80
|
keepalive?: boolean | undefined;
|
|
81
|
+
method: string;
|
|
82
82
|
mode?: RequestMode | undefined;
|
|
83
83
|
priority?: RequestPriority | undefined;
|
|
84
84
|
redirect?: RequestRedirect | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.
|
|
1
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.3naUdTMW.mjs';
|
|
2
2
|
import { c as capitalizeFirstLetter } from '../../shared/better-auth.D-2CmEwz.mjs';
|
|
3
3
|
import { createStore, reconcile } from 'solid-js/store';
|
|
4
4
|
import { onCleanup } from 'solid-js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const proxy = require('../../shared/better-auth.
|
|
3
|
+
const proxy = require('../../shared/better-auth.BkcRiga0.cjs');
|
|
4
4
|
const misc = require('../../shared/better-auth.BLDOwz3i.cjs');
|
|
5
5
|
require('@better-fetch/fetch');
|
|
6
6
|
require('../../shared/better-auth.DRmln2Nr.cjs');
|
|
@@ -4,9 +4,9 @@ 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, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.DqKvGWll.cjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
9
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
9
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.CLmuULOM.cjs';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import 'kysely';
|
|
12
12
|
import '../../shared/better-auth.7zTmTxT4.cjs';
|
|
@@ -55,16 +55,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
55
55
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
56
56
|
};
|
|
57
57
|
})[];
|
|
58
|
-
|
|
58
|
+
cache?: RequestCache | undefined;
|
|
59
|
+
credentials?: RequestCredentials;
|
|
59
60
|
headers?: (HeadersInit & (HeadersInit | {
|
|
60
61
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
61
62
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
62
63
|
authorization: "Bearer" | "Basic";
|
|
63
64
|
})) | undefined;
|
|
64
|
-
cache?: RequestCache | undefined;
|
|
65
|
-
credentials?: RequestCredentials;
|
|
66
65
|
integrity?: string | undefined;
|
|
67
66
|
keepalive?: boolean | undefined;
|
|
67
|
+
method: string;
|
|
68
68
|
mode?: RequestMode | undefined;
|
|
69
69
|
priority?: RequestPriority | undefined;
|
|
70
70
|
redirect?: RequestRedirect | undefined;
|
|
@@ -4,9 +4,9 @@ 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, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.DabBNJnG.mjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
9
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
9
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.B_xbPKKL.mjs';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import 'kysely';
|
|
12
12
|
import '../../shared/better-auth.BHPr8J54.mjs';
|
|
@@ -55,16 +55,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
55
55
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
56
56
|
};
|
|
57
57
|
})[];
|
|
58
|
-
|
|
58
|
+
cache?: RequestCache | undefined;
|
|
59
|
+
credentials?: RequestCredentials;
|
|
59
60
|
headers?: (HeadersInit & (HeadersInit | {
|
|
60
61
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
61
62
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
62
63
|
authorization: "Bearer" | "Basic";
|
|
63
64
|
})) | undefined;
|
|
64
|
-
cache?: RequestCache | undefined;
|
|
65
|
-
credentials?: RequestCredentials;
|
|
66
65
|
integrity?: string | undefined;
|
|
67
66
|
keepalive?: boolean | undefined;
|
|
67
|
+
method: string;
|
|
68
68
|
mode?: RequestMode | undefined;
|
|
69
69
|
priority?: RequestPriority | undefined;
|
|
70
70
|
redirect?: RequestRedirect | undefined;
|
|
@@ -4,9 +4,9 @@ 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, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.DBmu12iE.js';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
|
|
9
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
9
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.BQv0wGSb.js';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import 'kysely';
|
|
12
12
|
import '../../shared/better-auth.C6qXK08w.js';
|
|
@@ -55,16 +55,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
55
55
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
56
56
|
};
|
|
57
57
|
})[];
|
|
58
|
-
|
|
58
|
+
cache?: RequestCache | undefined;
|
|
59
|
+
credentials?: RequestCredentials;
|
|
59
60
|
headers?: (HeadersInit & (HeadersInit | {
|
|
60
61
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
61
62
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
62
63
|
authorization: "Bearer" | "Basic";
|
|
63
64
|
})) | undefined;
|
|
64
|
-
cache?: RequestCache | undefined;
|
|
65
|
-
credentials?: RequestCredentials;
|
|
66
65
|
integrity?: string | undefined;
|
|
67
66
|
keepalive?: boolean | undefined;
|
|
67
|
+
method: string;
|
|
68
68
|
mode?: RequestMode | undefined;
|
|
69
69
|
priority?: RequestPriority | undefined;
|
|
70
70
|
redirect?: RequestRedirect | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.
|
|
1
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.3naUdTMW.mjs';
|
|
2
2
|
import { c as capitalizeFirstLetter } from '../../shared/better-auth.D-2CmEwz.mjs';
|
|
3
3
|
import '@better-fetch/fetch';
|
|
4
4
|
import '../../shared/better-auth.DxV4YGX3.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const vue = require('vue');
|
|
4
|
-
const proxy = require('../../shared/better-auth.
|
|
4
|
+
const proxy = require('../../shared/better-auth.BkcRiga0.cjs');
|
|
5
5
|
const misc = require('../../shared/better-auth.BLDOwz3i.cjs');
|
|
6
6
|
require('@better-fetch/fetch');
|
|
7
7
|
require('../../shared/better-auth.DRmln2Nr.cjs');
|
|
@@ -4,9 +4,9 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
|
4
4
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
5
5
|
export * from '@better-fetch/fetch';
|
|
6
6
|
import { DeepReadonly, Ref } from 'vue';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.DqKvGWll.cjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
9
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
9
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.CLmuULOM.cjs';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import 'kysely';
|
|
12
12
|
import '../../shared/better-auth.7zTmTxT4.cjs';
|
|
@@ -93,16 +93,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
93
93
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
94
94
|
};
|
|
95
95
|
})[];
|
|
96
|
-
|
|
96
|
+
cache?: RequestCache | undefined;
|
|
97
|
+
credentials?: RequestCredentials;
|
|
97
98
|
headers?: (HeadersInit & (HeadersInit | {
|
|
98
99
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
99
100
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
100
101
|
authorization: "Bearer" | "Basic";
|
|
101
102
|
})) | undefined;
|
|
102
|
-
cache?: RequestCache | undefined;
|
|
103
|
-
credentials?: RequestCredentials;
|
|
104
103
|
integrity?: string | undefined;
|
|
105
104
|
keepalive?: boolean | undefined;
|
|
105
|
+
method: string;
|
|
106
106
|
mode?: RequestMode | undefined;
|
|
107
107
|
priority?: RequestPriority | undefined;
|
|
108
108
|
redirect?: RequestRedirect | undefined;
|
|
@@ -4,9 +4,9 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
|
4
4
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
5
5
|
export * from '@better-fetch/fetch';
|
|
6
6
|
import { DeepReadonly, Ref } from 'vue';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.DabBNJnG.mjs';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
9
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
9
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.B_xbPKKL.mjs';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import 'kysely';
|
|
12
12
|
import '../../shared/better-auth.BHPr8J54.mjs';
|
|
@@ -93,16 +93,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
93
93
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
94
94
|
};
|
|
95
95
|
})[];
|
|
96
|
-
|
|
96
|
+
cache?: RequestCache | undefined;
|
|
97
|
+
credentials?: RequestCredentials;
|
|
97
98
|
headers?: (HeadersInit & (HeadersInit | {
|
|
98
99
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
99
100
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
100
101
|
authorization: "Bearer" | "Basic";
|
|
101
102
|
})) | undefined;
|
|
102
|
-
cache?: RequestCache | undefined;
|
|
103
|
-
credentials?: RequestCredentials;
|
|
104
103
|
integrity?: string | undefined;
|
|
105
104
|
keepalive?: boolean | undefined;
|
|
105
|
+
method: string;
|
|
106
106
|
mode?: RequestMode | undefined;
|
|
107
107
|
priority?: RequestPriority | undefined;
|
|
108
108
|
redirect?: RequestRedirect | undefined;
|
|
@@ -4,9 +4,9 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
|
4
4
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
5
5
|
export * from '@better-fetch/fetch';
|
|
6
6
|
import { DeepReadonly, Ref } from 'vue';
|
|
7
|
-
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.
|
|
7
|
+
import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.DBmu12iE.js';
|
|
8
8
|
import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
|
|
9
|
-
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.
|
|
9
|
+
import { b as BASE_ERROR_CODES } from '../../shared/better-auth.BQv0wGSb.js';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import 'kysely';
|
|
12
12
|
import '../../shared/better-auth.C6qXK08w.js';
|
|
@@ -93,16 +93,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
|
|
|
93
93
|
onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
|
|
94
94
|
};
|
|
95
95
|
})[];
|
|
96
|
-
|
|
96
|
+
cache?: RequestCache | undefined;
|
|
97
|
+
credentials?: RequestCredentials;
|
|
97
98
|
headers?: (HeadersInit & (HeadersInit | {
|
|
98
99
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
99
100
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
100
101
|
authorization: "Bearer" | "Basic";
|
|
101
102
|
})) | undefined;
|
|
102
|
-
cache?: RequestCache | undefined;
|
|
103
|
-
credentials?: RequestCredentials;
|
|
104
103
|
integrity?: string | undefined;
|
|
105
104
|
keepalive?: boolean | undefined;
|
|
105
|
+
method: string;
|
|
106
106
|
mode?: RequestMode | undefined;
|
|
107
107
|
priority?: RequestPriority | undefined;
|
|
108
108
|
redirect?: RequestRedirect | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { shallowRef, getCurrentScope, onScopeDispose, readonly, getCurrentInstance } from 'vue';
|
|
2
|
-
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.
|
|
2
|
+
import { g as getClientConfig, c as createDynamicPathProxy } from '../../shared/better-auth.3naUdTMW.mjs';
|
|
3
3
|
import { c as capitalizeFirstLetter } from '../../shared/better-auth.D-2CmEwz.mjs';
|
|
4
4
|
import '@better-fetch/fetch';
|
|
5
5
|
import '../../shared/better-auth.DxV4YGX3.mjs';
|
package/dist/cookies/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'better-call';
|
|
2
|
-
export { aG as BetterAuthCookies, aL as EligibleCookies, aE as createCookieGetter, aJ as deleteSessionCookie, aN as getCookieCache, aF as getCookies, aM as getSessionCookie, aK as parseCookies, aO as parseSetCookieHeader, aH as setCookieCache, s as setCookieToHeader, aI as setSessionCookie } from '../shared/better-auth.
|
|
2
|
+
export { aG as BetterAuthCookies, aL as EligibleCookies, aE as createCookieGetter, aJ as deleteSessionCookie, aN as getCookieCache, aF as getCookies, aM as getSessionCookie, aK as parseCookies, aO as parseSetCookieHeader, aH as setCookieCache, s as setCookieToHeader, aI as setSessionCookie } from '../shared/better-auth.CLmuULOM.cjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.7zTmTxT4.cjs';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.cjs';
|
package/dist/cookies/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'better-call';
|
|
2
|
-
export { aG as BetterAuthCookies, aL as EligibleCookies, aE as createCookieGetter, aJ as deleteSessionCookie, aN as getCookieCache, aF as getCookies, aM as getSessionCookie, aK as parseCookies, aO as parseSetCookieHeader, aH as setCookieCache, s as setCookieToHeader, aI as setSessionCookie } from '../shared/better-auth.
|
|
2
|
+
export { aG as BetterAuthCookies, aL as EligibleCookies, aE as createCookieGetter, aJ as deleteSessionCookie, aN as getCookieCache, aF as getCookies, aM as getSessionCookie, aK as parseCookies, aO as parseSetCookieHeader, aH as setCookieCache, s as setCookieToHeader, aI as setSessionCookie } from '../shared/better-auth.B_xbPKKL.mjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.BHPr8J54.mjs';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.mjs';
|
package/dist/cookies/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'better-call';
|
|
2
|
-
export { aG as BetterAuthCookies, aL as EligibleCookies, aE as createCookieGetter, aJ as deleteSessionCookie, aN as getCookieCache, aF as getCookies, aM as getSessionCookie, aK as parseCookies, aO as parseSetCookieHeader, aH as setCookieCache, s as setCookieToHeader, aI as setSessionCookie } from '../shared/better-auth.
|
|
2
|
+
export { aG as BetterAuthCookies, aL as EligibleCookies, aE as createCookieGetter, aJ as deleteSessionCookie, aN as getCookieCache, aF as getCookies, aM as getSessionCookie, aK as parseCookies, aO as parseSetCookieHeader, aH as setCookieCache, s as setCookieToHeader, aI as setSessionCookie } from '../shared/better-auth.BQv0wGSb.js';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.C6qXK08w.js';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.js';
|
package/dist/db/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const getMigration = require('../shared/better-auth.
|
|
3
|
+
const getMigration = require('../shared/better-auth.DIPz2ymP.cjs');
|
|
4
4
|
const getTables = require('../shared/better-auth.DF_1VOmo.cjs');
|
|
5
5
|
const toZod = require('../shared/better-auth.CsC4FSOQ.cjs');
|
|
6
6
|
const schema = require('../shared/better-auth.CX8orviF.cjs');
|
package/dist/db/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, W as Where, L as FieldAttribute, E as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.
|
|
2
|
-
export { Z as BetterAuthDbSchema, J as FieldAttributeConfig, V as FieldAttributeToObject, X as InferAdditionalFieldsFromPluginOptions, l as InferFieldsFromOptions, k as InferFieldsFromPlugins, R as InferFieldsInput, T as InferFieldsInputClient, Q as InferFieldsOutput, P as InferValueType, N as InternalAdapter, Y as PluginFieldAttribute, a0 as accountSchema, $ as coreSchema, O as createFieldAttribute, M as createInternalAdapter, a5 as getAllFields, _ as getAuthTables, ae as mergeSchema, ac as parseAccountInput, a7 as parseAccountOutput, ab as parseAdditionalUserInput, a9 as parseInputData, a4 as parseOutputData, ad as parseSessionInput, a8 as parseSessionOutput, aa as parseUserInput, a6 as parseUserOutput, a2 as sessionSchema, a1 as userSchema, a3 as verificationSchema } from '../shared/better-auth.
|
|
1
|
+
import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, W as Where, L as FieldAttribute, E as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.CLmuULOM.cjs';
|
|
2
|
+
export { Z as BetterAuthDbSchema, J as FieldAttributeConfig, V as FieldAttributeToObject, X as InferAdditionalFieldsFromPluginOptions, l as InferFieldsFromOptions, k as InferFieldsFromPlugins, R as InferFieldsInput, T as InferFieldsInputClient, Q as InferFieldsOutput, P as InferValueType, N as InternalAdapter, Y as PluginFieldAttribute, a0 as accountSchema, $ as coreSchema, O as createFieldAttribute, M as createInternalAdapter, a5 as getAllFields, _ as getAuthTables, ae as mergeSchema, ac as parseAccountInput, a7 as parseAccountOutput, ab as parseAdditionalUserInput, a9 as parseInputData, a4 as parseOutputData, ad as parseSessionInput, a8 as parseSessionOutput, aa as parseUserInput, a6 as parseUserOutput, a2 as sessionSchema, a1 as userSchema, a3 as verificationSchema } from '../shared/better-auth.CLmuULOM.cjs';
|
|
3
3
|
import * as z from 'zod';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import 'better-call';
|
package/dist/db/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, W as Where, L as FieldAttribute, E as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.
|
|
2
|
-
export { Z as BetterAuthDbSchema, J as FieldAttributeConfig, V as FieldAttributeToObject, X as InferAdditionalFieldsFromPluginOptions, l as InferFieldsFromOptions, k as InferFieldsFromPlugins, R as InferFieldsInput, T as InferFieldsInputClient, Q as InferFieldsOutput, P as InferValueType, N as InternalAdapter, Y as PluginFieldAttribute, a0 as accountSchema, $ as coreSchema, O as createFieldAttribute, M as createInternalAdapter, a5 as getAllFields, _ as getAuthTables, ae as mergeSchema, ac as parseAccountInput, a7 as parseAccountOutput, ab as parseAdditionalUserInput, a9 as parseInputData, a4 as parseOutputData, ad as parseSessionInput, a8 as parseSessionOutput, aa as parseUserInput, a6 as parseUserOutput, a2 as sessionSchema, a1 as userSchema, a3 as verificationSchema } from '../shared/better-auth.
|
|
1
|
+
import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, W as Where, L as FieldAttribute, E as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.B_xbPKKL.mjs';
|
|
2
|
+
export { Z as BetterAuthDbSchema, J as FieldAttributeConfig, V as FieldAttributeToObject, X as InferAdditionalFieldsFromPluginOptions, l as InferFieldsFromOptions, k as InferFieldsFromPlugins, R as InferFieldsInput, T as InferFieldsInputClient, Q as InferFieldsOutput, P as InferValueType, N as InternalAdapter, Y as PluginFieldAttribute, a0 as accountSchema, $ as coreSchema, O as createFieldAttribute, M as createInternalAdapter, a5 as getAllFields, _ as getAuthTables, ae as mergeSchema, ac as parseAccountInput, a7 as parseAccountOutput, ab as parseAdditionalUserInput, a9 as parseInputData, a4 as parseOutputData, ad as parseSessionInput, a8 as parseSessionOutput, aa as parseUserInput, a6 as parseUserOutput, a2 as sessionSchema, a1 as userSchema, a3 as verificationSchema } from '../shared/better-auth.B_xbPKKL.mjs';
|
|
3
3
|
import * as z from 'zod';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import 'better-call';
|
package/dist/db/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, W as Where, L as FieldAttribute, E as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.
|
|
2
|
-
export { Z as BetterAuthDbSchema, J as FieldAttributeConfig, V as FieldAttributeToObject, X as InferAdditionalFieldsFromPluginOptions, l as InferFieldsFromOptions, k as InferFieldsFromPlugins, R as InferFieldsInput, T as InferFieldsInputClient, Q as InferFieldsOutput, P as InferValueType, N as InternalAdapter, Y as PluginFieldAttribute, a0 as accountSchema, $ as coreSchema, O as createFieldAttribute, M as createInternalAdapter, a5 as getAllFields, _ as getAuthTables, ae as mergeSchema, ac as parseAccountInput, a7 as parseAccountOutput, ab as parseAdditionalUserInput, a9 as parseInputData, a4 as parseOutputData, ad as parseSessionInput, a8 as parseSessionOutput, aa as parseUserInput, a6 as parseUserOutput, a2 as sessionSchema, a1 as userSchema, a3 as verificationSchema } from '../shared/better-auth.
|
|
1
|
+
import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, W as Where, L as FieldAttribute, E as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.BQv0wGSb.js';
|
|
2
|
+
export { Z as BetterAuthDbSchema, J as FieldAttributeConfig, V as FieldAttributeToObject, X as InferAdditionalFieldsFromPluginOptions, l as InferFieldsFromOptions, k as InferFieldsFromPlugins, R as InferFieldsInput, T as InferFieldsInputClient, Q as InferFieldsOutput, P as InferValueType, N as InternalAdapter, Y as PluginFieldAttribute, a0 as accountSchema, $ as coreSchema, O as createFieldAttribute, M as createInternalAdapter, a5 as getAllFields, _ as getAuthTables, ae as mergeSchema, ac as parseAccountInput, a7 as parseAccountOutput, ab as parseAdditionalUserInput, a9 as parseInputData, a4 as parseOutputData, ad as parseSessionInput, a8 as parseSessionOutput, aa as parseUserInput, a6 as parseUserOutput, a2 as sessionSchema, a1 as userSchema, a3 as verificationSchema } from '../shared/better-auth.BQv0wGSb.js';
|
|
3
3
|
import * as z from 'zod';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import 'better-call';
|
package/dist/db/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { d as convertFromDB, b as convertToDB, c as createInternalAdapter, a as getAdapter, e as getMigrations, f as getSchema, g as getWithHooks, m as matchType } from '../shared/better-auth.
|
|
1
|
+
export { d as convertFromDB, b as convertToDB, c as createInternalAdapter, a as getAdapter, e as getMigrations, f as getSchema, g as getWithHooks, m as matchType } from '../shared/better-auth.C1TnI_Rz.mjs';
|
|
2
2
|
export { g as getAuthTables } from '../shared/better-auth.Cjw1GDsh.mjs';
|
|
3
3
|
export { t as toZodSchema } from '../shared/better-auth.BxexnJiR.mjs';
|
|
4
4
|
export { a as accountSchema, c as coreSchema, b as getAllFields, m as mergeSchema, k as parseAccountInput, e as parseAccountOutput, j as parseAdditionalUserInput, h as parseInputData, p as parseOutputData, l as parseSessionInput, f as parseSessionOutput, i as parseUserInput, d as parseUserOutput, s as sessionSchema, u as userSchema, v as verificationSchema } from '../shared/better-auth.Dlh8OCID.mjs';
|
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const schema = require('./shared/better-auth.CX8orviF.cjs');
|
|
4
|
-
const auth = require('./shared/better-auth.
|
|
4
|
+
const auth = require('./shared/better-auth.B7A2AeSg.cjs');
|
|
5
5
|
const index = require('./shared/better-auth.ANpbi45u.cjs');
|
|
6
6
|
const misc = require('./shared/better-auth.BLDOwz3i.cjs');
|
|
7
|
-
const socialProviders_index = require('./shared/better-auth.
|
|
7
|
+
const socialProviders_index = require('./shared/better-auth.BDdoXh_7.cjs');
|
|
8
8
|
const id = require('./shared/better-auth.Bg6iw3ig.cjs');
|
|
9
9
|
const logger = require('./shared/better-auth.DTvRBuq4.cjs');
|
|
10
10
|
const betterCall = require('better-call');
|
|
@@ -31,7 +31,7 @@ require('@better-auth/utils/hex');
|
|
|
31
31
|
require('@noble/hashes/utils.js');
|
|
32
32
|
require('./shared/better-auth.CYeOI8C-.cjs');
|
|
33
33
|
require('@better-auth/utils/random');
|
|
34
|
-
require('./shared/better-auth.
|
|
34
|
+
require('./shared/better-auth.DIPz2ymP.cjs');
|
|
35
35
|
require('./shared/better-auth.DF_1VOmo.cjs');
|
|
36
36
|
require('./shared/better-auth.DXGtScCP.cjs');
|
|
37
37
|
require('kysely');
|
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as Adapter, B as BetterAuthOptions, ag as TelemetryContext, ah as TelemetryEvent, L as FieldAttribute, ai as Models } from './shared/better-auth.
|
|
2
|
-
export { af as Account, as as AdapterInstance, ar as AdapterSchemaCreation, an as AdditionalSessionFieldsInput, i as AdditionalSessionFieldsOutput, m as AdditionalUserFieldsInput, j as AdditionalUserFieldsOutput, c as Auth, d as AuthContext, v as AuthPluginSchema, al as BetterAuthAdvancedOptions, n as BetterAuthPlugin, F as FilterActions, au as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, h as InferAPI, I as InferOptionSchema, p as InferPluginErrorCodes, o as InferPluginTypes, f as InferSession, av as InferSessionAPI, e as InferUser, aB as InternalLogger, aA as LogHandlerParams, aw as LogLevel, az as Logger, am as RateLimit, at as SecondaryStorage, S as Session, aq as TransactionAdapter, U as User, ao as Verification, W as Where, aj as WithJsDoc, ak as betterAuth, aC as createLogger, ap as init, ax as levels, aD as logger, ay as shouldPublishLog } from './shared/better-auth.
|
|
3
|
-
export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.
|
|
1
|
+
import { a as Adapter, B as BetterAuthOptions, ag as TelemetryContext, ah as TelemetryEvent, L as FieldAttribute, ai as Models } from './shared/better-auth.CLmuULOM.cjs';
|
|
2
|
+
export { af as Account, as as AdapterInstance, ar as AdapterSchemaCreation, an as AdditionalSessionFieldsInput, i as AdditionalSessionFieldsOutput, m as AdditionalUserFieldsInput, j as AdditionalUserFieldsOutput, c as Auth, d as AuthContext, v as AuthPluginSchema, al as BetterAuthAdvancedOptions, n as BetterAuthPlugin, F as FilterActions, au as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, h as InferAPI, I as InferOptionSchema, p as InferPluginErrorCodes, o as InferPluginTypes, f as InferSession, av as InferSessionAPI, e as InferUser, aB as InternalLogger, aA as LogHandlerParams, aw as LogLevel, az as Logger, am as RateLimit, at as SecondaryStorage, S as Session, aq as TransactionAdapter, U as User, ao as Verification, W as Where, aj as WithJsDoc, ak as betterAuth, aC as createLogger, ap as init, ax as levels, aD as logger, ay as shouldPublishLog } from './shared/better-auth.CLmuULOM.cjs';
|
|
3
|
+
export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.DqKvGWll.cjs';
|
|
4
4
|
export { H as HIDE_METADATA } from './shared/better-auth.DEHJp1rk.cjs';
|
|
5
|
-
export { g as generateState, p as parseState } from './shared/better-auth.
|
|
5
|
+
export { g as generateState, p as parseState } from './shared/better-auth.CxLMKBFr.cjs';
|
|
6
6
|
export * from 'better-call';
|
|
7
7
|
export { APIError } from 'better-call';
|
|
8
8
|
export * from 'zod/v4';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as Adapter, B as BetterAuthOptions, ag as TelemetryContext, ah as TelemetryEvent, L as FieldAttribute, ai as Models } from './shared/better-auth.
|
|
2
|
-
export { af as Account, as as AdapterInstance, ar as AdapterSchemaCreation, an as AdditionalSessionFieldsInput, i as AdditionalSessionFieldsOutput, m as AdditionalUserFieldsInput, j as AdditionalUserFieldsOutput, c as Auth, d as AuthContext, v as AuthPluginSchema, al as BetterAuthAdvancedOptions, n as BetterAuthPlugin, F as FilterActions, au as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, h as InferAPI, I as InferOptionSchema, p as InferPluginErrorCodes, o as InferPluginTypes, f as InferSession, av as InferSessionAPI, e as InferUser, aB as InternalLogger, aA as LogHandlerParams, aw as LogLevel, az as Logger, am as RateLimit, at as SecondaryStorage, S as Session, aq as TransactionAdapter, U as User, ao as Verification, W as Where, aj as WithJsDoc, ak as betterAuth, aC as createLogger, ap as init, ax as levels, aD as logger, ay as shouldPublishLog } from './shared/better-auth.
|
|
3
|
-
export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.
|
|
1
|
+
import { a as Adapter, B as BetterAuthOptions, ag as TelemetryContext, ah as TelemetryEvent, L as FieldAttribute, ai as Models } from './shared/better-auth.B_xbPKKL.mjs';
|
|
2
|
+
export { af as Account, as as AdapterInstance, ar as AdapterSchemaCreation, an as AdditionalSessionFieldsInput, i as AdditionalSessionFieldsOutput, m as AdditionalUserFieldsInput, j as AdditionalUserFieldsOutput, c as Auth, d as AuthContext, v as AuthPluginSchema, al as BetterAuthAdvancedOptions, n as BetterAuthPlugin, F as FilterActions, au as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, h as InferAPI, I as InferOptionSchema, p as InferPluginErrorCodes, o as InferPluginTypes, f as InferSession, av as InferSessionAPI, e as InferUser, aB as InternalLogger, aA as LogHandlerParams, aw as LogLevel, az as Logger, am as RateLimit, at as SecondaryStorage, S as Session, aq as TransactionAdapter, U as User, ao as Verification, W as Where, aj as WithJsDoc, ak as betterAuth, aC as createLogger, ap as init, ax as levels, aD as logger, ay as shouldPublishLog } from './shared/better-auth.B_xbPKKL.mjs';
|
|
3
|
+
export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.DabBNJnG.mjs';
|
|
4
4
|
export { H as HIDE_METADATA } from './shared/better-auth.DEHJp1rk.mjs';
|
|
5
|
-
export { g as generateState, p as parseState } from './shared/better-auth.
|
|
5
|
+
export { g as generateState, p as parseState } from './shared/better-auth.CreeZQ__.mjs';
|
|
6
6
|
export * from 'better-call';
|
|
7
7
|
export { APIError } from 'better-call';
|
|
8
8
|
export * from 'zod/v4';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as Adapter, B as BetterAuthOptions, ag as TelemetryContext, ah as TelemetryEvent, L as FieldAttribute, ai as Models } from './shared/better-auth.
|
|
2
|
-
export { af as Account, as as AdapterInstance, ar as AdapterSchemaCreation, an as AdditionalSessionFieldsInput, i as AdditionalSessionFieldsOutput, m as AdditionalUserFieldsInput, j as AdditionalUserFieldsOutput, c as Auth, d as AuthContext, v as AuthPluginSchema, al as BetterAuthAdvancedOptions, n as BetterAuthPlugin, F as FilterActions, au as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, h as InferAPI, I as InferOptionSchema, p as InferPluginErrorCodes, o as InferPluginTypes, f as InferSession, av as InferSessionAPI, e as InferUser, aB as InternalLogger, aA as LogHandlerParams, aw as LogLevel, az as Logger, am as RateLimit, at as SecondaryStorage, S as Session, aq as TransactionAdapter, U as User, ao as Verification, W as Where, aj as WithJsDoc, ak as betterAuth, aC as createLogger, ap as init, ax as levels, aD as logger, ay as shouldPublishLog } from './shared/better-auth.
|
|
3
|
-
export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.
|
|
1
|
+
import { a as Adapter, B as BetterAuthOptions, ag as TelemetryContext, ah as TelemetryEvent, L as FieldAttribute, ai as Models } from './shared/better-auth.BQv0wGSb.js';
|
|
2
|
+
export { af as Account, as as AdapterInstance, ar as AdapterSchemaCreation, an as AdditionalSessionFieldsInput, i as AdditionalSessionFieldsOutput, m as AdditionalUserFieldsInput, j as AdditionalUserFieldsOutput, c as Auth, d as AuthContext, v as AuthPluginSchema, al as BetterAuthAdvancedOptions, n as BetterAuthPlugin, F as FilterActions, au as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, h as InferAPI, I as InferOptionSchema, p as InferPluginErrorCodes, o as InferPluginTypes, f as InferSession, av as InferSessionAPI, e as InferUser, aB as InternalLogger, aA as LogHandlerParams, aw as LogLevel, az as Logger, am as RateLimit, at as SecondaryStorage, S as Session, aq as TransactionAdapter, U as User, ao as Verification, W as Where, aj as WithJsDoc, ak as betterAuth, aC as createLogger, ap as init, ax as levels, aD as logger, ay as shouldPublishLog } from './shared/better-auth.BQv0wGSb.js';
|
|
3
|
+
export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.DBmu12iE.js';
|
|
4
4
|
export { H as HIDE_METADATA } from './shared/better-auth.DEHJp1rk.js';
|
|
5
|
-
export { g as generateState, p as parseState } from './shared/better-auth.
|
|
5
|
+
export { g as generateState, p as parseState } from './shared/better-auth.XB1l7SdM.js';
|
|
6
6
|
export * from 'better-call';
|
|
7
7
|
export { APIError } from 'better-call';
|
|
8
8
|
export * from 'zod/v4';
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { g as getCurrentAdapter } from './shared/better-auth.Dlh8OCID.mjs';
|
|
2
|
-
export { b as betterAuth, c as createTelemetry, g as getTelemetryAuthConfig } from './shared/better-auth.
|
|
2
|
+
export { b as betterAuth, c as createTelemetry, g as getTelemetryAuthConfig } from './shared/better-auth.CnD_hzZ_.mjs';
|
|
3
3
|
export { B as BetterAuthError, M as MissingDependencyError } from './shared/better-auth.DdzSJf-n.mjs';
|
|
4
4
|
export { c as capitalizeFirstLetter } from './shared/better-auth.D-2CmEwz.mjs';
|
|
5
|
-
export { H as HIDE_METADATA, g as generateState, p as parseState } from './shared/better-auth.
|
|
5
|
+
export { H as HIDE_METADATA, g as generateState, p as parseState } from './shared/better-auth.DsRTWTq9.mjs';
|
|
6
6
|
export { g as generateId } from './shared/better-auth.BUPPRXfK.mjs';
|
|
7
7
|
export { c as createLogger, l as levels, a as logger, s as shouldPublishLog } from './shared/better-auth.C4g12FAA.mjs';
|
|
8
8
|
export { APIError } from 'better-call';
|
|
@@ -29,7 +29,7 @@ import '@better-auth/utils/hex';
|
|
|
29
29
|
import '@noble/hashes/utils.js';
|
|
30
30
|
import './shared/better-auth.B4Qoxdgc.mjs';
|
|
31
31
|
import '@better-auth/utils/random';
|
|
32
|
-
import './shared/better-auth.
|
|
32
|
+
import './shared/better-auth.C1TnI_Rz.mjs';
|
|
33
33
|
import './shared/better-auth.Cjw1GDsh.mjs';
|
|
34
34
|
import './shared/better-auth.Ddv1-cj-.mjs';
|
|
35
35
|
import 'kysely';
|
|
@@ -9,9 +9,9 @@ const cookies_index = require('../shared/better-auth.CXM9s0dx.cjs');
|
|
|
9
9
|
require('better-call');
|
|
10
10
|
require('zod');
|
|
11
11
|
const session = require('../shared/better-auth.CAcHGnwq.cjs');
|
|
12
|
-
require('../shared/better-auth.
|
|
12
|
+
require('../shared/better-auth.BDdoXh_7.cjs');
|
|
13
13
|
require('../shared/better-auth.CX8orviF.cjs');
|
|
14
|
-
require('../shared/better-auth.
|
|
14
|
+
require('../shared/better-auth.CveVqL58.cjs');
|
|
15
15
|
require('../plugins/organization/access/index.cjs');
|
|
16
16
|
require('@better-auth/utils/random');
|
|
17
17
|
require('@better-auth/utils/hash');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { H as HookEndpointContext } from '../shared/better-auth.
|
|
2
|
+
import { H as HookEndpointContext } from '../shared/better-auth.CLmuULOM.cjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.7zTmTxT4.cjs';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.cjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { H as HookEndpointContext } from '../shared/better-auth.
|
|
2
|
+
import { H as HookEndpointContext } from '../shared/better-auth.B_xbPKKL.mjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.BHPr8J54.mjs';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { H as HookEndpointContext } from '../shared/better-auth.
|
|
2
|
+
import { H as HookEndpointContext } from '../shared/better-auth.BQv0wGSb.js';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.C6qXK08w.js';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.js';
|
|
@@ -7,9 +7,9 @@ import { p as parseSetCookieHeader } from '../shared/better-auth.fV_ra52g.mjs';
|
|
|
7
7
|
import 'better-call';
|
|
8
8
|
import 'zod';
|
|
9
9
|
import { c as createAuthMiddleware } from '../shared/better-auth.CBY7cUGy.mjs';
|
|
10
|
-
import '../shared/better-auth.
|
|
10
|
+
import '../shared/better-auth.DsRTWTq9.mjs';
|
|
11
11
|
import '../shared/better-auth.Dlh8OCID.mjs';
|
|
12
|
-
import '../shared/better-auth.
|
|
12
|
+
import '../shared/better-auth.Dx5-aWCB.mjs';
|
|
13
13
|
import '../plugins/organization/access/index.mjs';
|
|
14
14
|
import '@better-auth/utils/random';
|
|
15
15
|
import '@better-auth/utils/hash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as http from 'http';
|
|
2
2
|
import { IncomingHttpHeaders } from 'http';
|
|
3
|
-
import { c as Auth } from '../shared/better-auth.
|
|
3
|
+
import { c as Auth } from '../shared/better-auth.CLmuULOM.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import 'better-call';
|
|
6
6
|
import '../shared/better-auth.7zTmTxT4.cjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as http from 'http';
|
|
2
2
|
import { IncomingHttpHeaders } from 'http';
|
|
3
|
-
import { c as Auth } from '../shared/better-auth.
|
|
3
|
+
import { c as Auth } from '../shared/better-auth.B_xbPKKL.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import 'better-call';
|
|
6
6
|
import '../shared/better-auth.BHPr8J54.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as http from 'http';
|
|
2
2
|
import { IncomingHttpHeaders } from 'http';
|
|
3
|
-
import { c as Auth } from '../shared/better-auth.
|
|
3
|
+
import { c as Auth } from '../shared/better-auth.BQv0wGSb.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import 'better-call';
|
|
6
6
|
import '../shared/better-auth.C6qXK08w.js';
|
|
@@ -9,9 +9,9 @@ const cookies_index = require('../shared/better-auth.CXM9s0dx.cjs');
|
|
|
9
9
|
require('better-call');
|
|
10
10
|
require('zod');
|
|
11
11
|
const session = require('../shared/better-auth.CAcHGnwq.cjs');
|
|
12
|
-
require('../shared/better-auth.
|
|
12
|
+
require('../shared/better-auth.BDdoXh_7.cjs');
|
|
13
13
|
require('../shared/better-auth.CX8orviF.cjs');
|
|
14
|
-
require('../shared/better-auth.
|
|
14
|
+
require('../shared/better-auth.CveVqL58.cjs');
|
|
15
15
|
require('../plugins/organization/access/index.cjs');
|
|
16
16
|
require('@better-auth/utils/random');
|
|
17
17
|
require('@better-auth/utils/hash');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { H as HookEndpointContext } from '../shared/better-auth.
|
|
2
|
+
import { H as HookEndpointContext } from '../shared/better-auth.CLmuULOM.cjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.7zTmTxT4.cjs';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.cjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
|
-
import { H as HookEndpointContext } from '../shared/better-auth.
|
|
2
|
+
import { H as HookEndpointContext } from '../shared/better-auth.B_xbPKKL.mjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
import '../shared/better-auth.BHPr8J54.mjs';
|
|
5
5
|
import '../shared/better-auth.DTtXpZYr.mjs';
|