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.
Files changed (55) hide show
  1. package/dist/adapters/drizzle.d.cts +1 -1
  2. package/dist/adapters/drizzle.d.ts +1 -1
  3. package/dist/adapters/kysely.d.cts +1 -1
  4. package/dist/adapters/kysely.d.ts +1 -1
  5. package/dist/adapters/memory.d.cts +1 -1
  6. package/dist/adapters/memory.d.ts +1 -1
  7. package/dist/adapters/mongodb.d.cts +1 -1
  8. package/dist/adapters/mongodb.d.ts +1 -1
  9. package/dist/adapters/prisma.d.cts +1 -1
  10. package/dist/adapters/prisma.d.ts +1 -1
  11. package/dist/api.d.cts +1 -1
  12. package/dist/api.d.ts +1 -1
  13. package/dist/client/plugins.d.cts +3 -3
  14. package/dist/client/plugins.d.ts +3 -3
  15. package/dist/client.d.cts +1 -1
  16. package/dist/client.d.ts +1 -1
  17. package/dist/cookies.d.cts +1 -1
  18. package/dist/cookies.d.ts +1 -1
  19. package/dist/db.cjs +1 -1
  20. package/dist/db.d.cts +2 -2
  21. package/dist/db.d.ts +2 -2
  22. package/dist/db.js +1 -1
  23. package/dist/{index-BVsVqobF.d.cts → index-BD6Gi4uB.d.cts} +7 -7
  24. package/dist/{index-DY7Ai3Jp.d.ts → index-KAWRcjOC.d.ts} +7 -7
  25. package/dist/index.cjs +1 -1
  26. package/dist/index.d.cts +2 -2
  27. package/dist/index.d.ts +2 -2
  28. package/dist/index.js +1 -1
  29. package/dist/next-js.d.cts +1 -1
  30. package/dist/next-js.d.ts +1 -1
  31. package/dist/node.d.cts +1 -1
  32. package/dist/node.d.ts +1 -1
  33. package/dist/oauth2.d.cts +2 -2
  34. package/dist/oauth2.d.ts +2 -2
  35. package/dist/plugins.d.cts +9 -9
  36. package/dist/plugins.d.ts +9 -9
  37. package/dist/react.d.cts +1 -1
  38. package/dist/react.d.ts +1 -1
  39. package/dist/solid-start.d.cts +1 -1
  40. package/dist/solid-start.d.ts +1 -1
  41. package/dist/solid.d.cts +1 -1
  42. package/dist/solid.d.ts +1 -1
  43. package/dist/{state-ifN7k51A.d.cts → state-B06Cucct.d.cts} +1 -1
  44. package/dist/{state-CIrmeq4O.d.ts → state-DyQuVVEF.d.ts} +1 -1
  45. package/dist/svelte-kit.d.cts +1 -1
  46. package/dist/svelte-kit.d.ts +1 -1
  47. package/dist/svelte.d.cts +1 -1
  48. package/dist/svelte.d.ts +1 -1
  49. package/dist/types.d.cts +2 -2
  50. package/dist/types.d.ts +2 -2
  51. package/dist/vue.d.cts +1 -1
  52. package/dist/vue.d.ts +1 -1
  53. package/package.json +1 -1
  54. package/dist/{auth-CkfEl1lS.d.cts → auth-RxDdMH7n.d.cts} +84 -84
  55. 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-CkfEl1lS.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-CkfEl1lS.cjs';
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-B3fUmyZo.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-B3fUmyZo.js';
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-CkfEl1lS.cjs';
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-B3fUmyZo.js';
8
+ import './auth-aIfiqYkD.js';
9
9
  import 'kysely';
10
10
  import 'better-call';
11
11
  import './index-DN9ozDRm.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-auth",
3
- "version": "0.8.4-beta.6",
3
+ "version": "0.8.4-beta.7",
4
4
  "description": "The most comprehensive authentication library for TypeScript.",
5
5
  "type": "module",
6
6
  "repository": {