better-auth 0.8.4-beta.6 → 0.8.4-beta.7
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.d.cts +1 -1
- package/dist/adapters/drizzle.d.ts +1 -1
- package/dist/adapters/kysely.d.cts +1 -1
- package/dist/adapters/kysely.d.ts +1 -1
- package/dist/adapters/memory.d.cts +1 -1
- package/dist/adapters/memory.d.ts +1 -1
- package/dist/adapters/mongodb.d.cts +1 -1
- package/dist/adapters/mongodb.d.ts +1 -1
- package/dist/adapters/prisma.d.cts +1 -1
- package/dist/adapters/prisma.d.ts +1 -1
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/client/plugins.d.cts +3 -3
- package/dist/client/plugins.d.ts +3 -3
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/cookies.d.cts +1 -1
- package/dist/cookies.d.ts +1 -1
- package/dist/db.cjs +1 -1
- package/dist/db.d.cts +2 -2
- package/dist/db.d.ts +2 -2
- package/dist/db.js +1 -1
- package/dist/{index-BVsVqobF.d.cts → index-BD6Gi4uB.d.cts} +7 -7
- package/dist/{index-DY7Ai3Jp.d.ts → index-KAWRcjOC.d.ts} +7 -7
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/next-js.d.cts +1 -1
- package/dist/next-js.d.ts +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/oauth2.d.cts +2 -2
- package/dist/oauth2.d.ts +2 -2
- package/dist/plugins.d.cts +9 -9
- package/dist/plugins.d.ts +9 -9
- package/dist/react.d.cts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/solid-start.d.cts +1 -1
- package/dist/solid-start.d.ts +1 -1
- package/dist/solid.d.cts +1 -1
- package/dist/solid.d.ts +1 -1
- package/dist/{state-ifN7k51A.d.cts → state-B06Cucct.d.cts} +1 -1
- package/dist/{state-CIrmeq4O.d.ts → state-DyQuVVEF.d.ts} +1 -1
- package/dist/svelte-kit.d.cts +1 -1
- package/dist/svelte-kit.d.ts +1 -1
- package/dist/svelte.d.cts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/types.d.cts +2 -2
- package/dist/types.d.ts +2 -2
- package/dist/vue.d.cts +1 -1
- package/dist/vue.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{auth-CkfEl1lS.d.cts → auth-RxDdMH7n.d.cts} +84 -84
- package/dist/{auth-B3fUmyZo.d.ts → auth-aIfiqYkD.d.ts} +84 -84
package/dist/types.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as BetterAuthPlugin, A as Auth, S as Session, U as User, V as InferFieldsInputClient, Q as InferFieldsOutput } from './auth-
|
|
2
|
-
export { k as Adapter, l as AdapterInstance, d as AdditionalSessionFieldsInput, e as AdditionalSessionFieldsOutput, a as AdditionalUserFieldsInput, c as AdditionalUserFieldsOutput, h as AuthContext, B as BetterAuthOptions, G as GenericEndpointContext, H as HookEndpointContext, g as InferPluginTypes, f as InferSession, I as InferUser, P as PluginSchema, R as RateLimit, m as SecondaryStorage, W as Where, i as init } from './auth-
|
|
1
|
+
import { j as BetterAuthPlugin, A as Auth, S as Session, U as User, V as InferFieldsInputClient, Q as InferFieldsOutput } from './auth-RxDdMH7n.cjs';
|
|
2
|
+
export { k as Adapter, l as AdapterInstance, d as AdditionalSessionFieldsInput, e as AdditionalSessionFieldsOutput, a as AdditionalUserFieldsInput, c as AdditionalUserFieldsOutput, h as AuthContext, B as BetterAuthOptions, G as GenericEndpointContext, H as HookEndpointContext, g as InferPluginTypes, f as InferSession, I as InferUser, P as PluginSchema, R as RateLimit, m as SecondaryStorage, W as Where, i as init } from './auth-RxDdMH7n.cjs';
|
|
3
3
|
import { U as UnionToIntersection, H as HasRequiredKeys, P as Prettify, S as StripEmptyObjects, L as LiteralString } from './helper-DPDj8Nix.cjs';
|
|
4
4
|
export { D as DeepPartial, a as LiteralUnion, R as RequiredKeysOf, W as WithoutEmpty } from './helper-DPDj8Nix.cjs';
|
|
5
5
|
import { BetterFetchOption, BetterFetchResponse, BetterFetch, BetterFetchPlugin } from '@better-fetch/fetch';
|
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as BetterAuthPlugin, A as Auth, S as Session, U as User, V as InferFieldsInputClient, Q as InferFieldsOutput } from './auth-
|
|
2
|
-
export { k as Adapter, l as AdapterInstance, d as AdditionalSessionFieldsInput, e as AdditionalSessionFieldsOutput, a as AdditionalUserFieldsInput, c as AdditionalUserFieldsOutput, h as AuthContext, B as BetterAuthOptions, G as GenericEndpointContext, H as HookEndpointContext, g as InferPluginTypes, f as InferSession, I as InferUser, P as PluginSchema, R as RateLimit, m as SecondaryStorage, W as Where, i as init } from './auth-
|
|
1
|
+
import { j as BetterAuthPlugin, A as Auth, S as Session, U as User, V as InferFieldsInputClient, Q as InferFieldsOutput } from './auth-aIfiqYkD.js';
|
|
2
|
+
export { k as Adapter, l as AdapterInstance, d as AdditionalSessionFieldsInput, e as AdditionalSessionFieldsOutput, a as AdditionalUserFieldsInput, c as AdditionalUserFieldsOutput, h as AuthContext, B as BetterAuthOptions, G as GenericEndpointContext, H as HookEndpointContext, g as InferPluginTypes, f as InferSession, I as InferUser, P as PluginSchema, R as RateLimit, m as SecondaryStorage, W as Where, i as init } from './auth-aIfiqYkD.js';
|
|
3
3
|
import { U as UnionToIntersection, H as HasRequiredKeys, P as Prettify, S as StripEmptyObjects, L as LiteralString } from './helper-DPDj8Nix.js';
|
|
4
4
|
export { D as DeepPartial, a as LiteralUnion, R as RequiredKeysOf, W as WithoutEmpty } from './helper-DPDj8Nix.js';
|
|
5
5
|
import { BetterFetchOption, BetterFetchResponse, BetterFetch, BetterFetchPlugin } from '@better-fetch/fetch';
|
package/dist/vue.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import { BetterFetchError } from '@better-fetch/fetch';
|
|
|
5
5
|
import { DeepReadonly, Ref } from 'vue';
|
|
6
6
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.cjs';
|
|
7
7
|
import { U as UnionToIntersection } from './helper-DPDj8Nix.cjs';
|
|
8
|
-
import './auth-
|
|
8
|
+
import './auth-RxDdMH7n.cjs';
|
|
9
9
|
import 'kysely';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import './index-cqC7BcV_.cjs';
|
package/dist/vue.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { BetterFetchError } from '@better-fetch/fetch';
|
|
|
5
5
|
import { DeepReadonly, Ref } from 'vue';
|
|
6
6
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.js';
|
|
7
7
|
import { U as UnionToIntersection } from './helper-DPDj8Nix.js';
|
|
8
|
-
import './auth-
|
|
8
|
+
import './auth-aIfiqYkD.js';
|
|
9
9
|
import 'kysely';
|
|
10
10
|
import 'better-call';
|
|
11
11
|
import './index-DN9ozDRm.js';
|