better-auth 1.2.1-beta.2 → 1.2.1-beta.3

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 (133) hide show
  1. package/dist/adapters/drizzle-adapter/index.d.cts +2 -2
  2. package/dist/adapters/drizzle-adapter/index.d.mts +2 -2
  3. package/dist/adapters/drizzle-adapter/index.d.ts +2 -2
  4. package/dist/adapters/kysely-adapter/index.d.cts +2 -2
  5. package/dist/adapters/kysely-adapter/index.d.mts +2 -2
  6. package/dist/adapters/kysely-adapter/index.d.ts +2 -2
  7. package/dist/adapters/memory-adapter/index.d.cts +2 -2
  8. package/dist/adapters/memory-adapter/index.d.mts +2 -2
  9. package/dist/adapters/memory-adapter/index.d.ts +2 -2
  10. package/dist/adapters/mongodb-adapter/index.d.cts +2 -2
  11. package/dist/adapters/mongodb-adapter/index.d.mts +2 -2
  12. package/dist/adapters/mongodb-adapter/index.d.ts +2 -2
  13. package/dist/adapters/prisma-adapter/index.d.cts +2 -2
  14. package/dist/adapters/prisma-adapter/index.d.mts +2 -2
  15. package/dist/adapters/prisma-adapter/index.d.ts +2 -2
  16. package/dist/adapters/test.d.cts +2 -2
  17. package/dist/adapters/test.d.mts +2 -2
  18. package/dist/adapters/test.d.ts +2 -2
  19. package/dist/api/index.d.cts +2 -2
  20. package/dist/api/index.d.mts +2 -2
  21. package/dist/api/index.d.ts +2 -2
  22. package/dist/client/index.d.cts +2 -2
  23. package/dist/client/index.d.mts +2 -2
  24. package/dist/client/index.d.ts +2 -2
  25. package/dist/client/plugins/index.d.cts +4 -4
  26. package/dist/client/plugins/index.d.mts +4 -4
  27. package/dist/client/plugins/index.d.ts +4 -4
  28. package/dist/client/react/index.d.cts +2 -2
  29. package/dist/client/react/index.d.mts +2 -2
  30. package/dist/client/react/index.d.ts +2 -2
  31. package/dist/client/solid/index.d.cts +2 -2
  32. package/dist/client/solid/index.d.mts +2 -2
  33. package/dist/client/solid/index.d.ts +2 -2
  34. package/dist/client/svelte/index.d.cts +2 -2
  35. package/dist/client/svelte/index.d.mts +2 -2
  36. package/dist/client/svelte/index.d.ts +2 -2
  37. package/dist/client/vue/index.d.cts +2 -2
  38. package/dist/client/vue/index.d.mts +2 -2
  39. package/dist/client/vue/index.d.ts +2 -2
  40. package/dist/cookies/index.d.cts +2 -2
  41. package/dist/cookies/index.d.mts +2 -2
  42. package/dist/cookies/index.d.ts +2 -2
  43. package/dist/db/index.d.cts +3 -3
  44. package/dist/db/index.d.mts +3 -3
  45. package/dist/db/index.d.ts +3 -3
  46. package/dist/index.d.cts +3 -3
  47. package/dist/index.d.mts +3 -3
  48. package/dist/index.d.ts +3 -3
  49. package/dist/integrations/next-js.d.cts +2 -2
  50. package/dist/integrations/next-js.d.mts +2 -2
  51. package/dist/integrations/next-js.d.ts +2 -2
  52. package/dist/integrations/node.d.cts +2 -2
  53. package/dist/integrations/node.d.mts +2 -2
  54. package/dist/integrations/node.d.ts +2 -2
  55. package/dist/integrations/svelte-kit.d.cts +2 -2
  56. package/dist/integrations/svelte-kit.d.mts +2 -2
  57. package/dist/integrations/svelte-kit.d.ts +2 -2
  58. package/dist/oauth2/index.d.cts +4 -4
  59. package/dist/oauth2/index.d.mts +4 -4
  60. package/dist/oauth2/index.d.ts +4 -4
  61. package/dist/plugins/admin/index.d.cts +2 -2
  62. package/dist/plugins/admin/index.d.mts +2 -2
  63. package/dist/plugins/admin/index.d.ts +2 -2
  64. package/dist/plugins/anonymous/index.d.cts +2 -2
  65. package/dist/plugins/anonymous/index.d.mts +2 -2
  66. package/dist/plugins/anonymous/index.d.ts +2 -2
  67. package/dist/plugins/bearer/index.d.cts +2 -2
  68. package/dist/plugins/bearer/index.d.mts +2 -2
  69. package/dist/plugins/bearer/index.d.ts +2 -2
  70. package/dist/plugins/custom-session/index.d.cts +2 -2
  71. package/dist/plugins/custom-session/index.d.mts +2 -2
  72. package/dist/plugins/custom-session/index.d.ts +2 -2
  73. package/dist/plugins/email-otp/index.d.cts +2 -2
  74. package/dist/plugins/email-otp/index.d.mts +2 -2
  75. package/dist/plugins/email-otp/index.d.ts +2 -2
  76. package/dist/plugins/generic-oauth/index.d.cts +2 -2
  77. package/dist/plugins/generic-oauth/index.d.mts +2 -2
  78. package/dist/plugins/generic-oauth/index.d.ts +2 -2
  79. package/dist/plugins/index.d.cts +4 -4
  80. package/dist/plugins/index.d.mts +4 -4
  81. package/dist/plugins/index.d.ts +4 -4
  82. package/dist/plugins/jwt/index.d.cts +2 -2
  83. package/dist/plugins/jwt/index.d.mts +2 -2
  84. package/dist/plugins/jwt/index.d.ts +2 -2
  85. package/dist/plugins/multi-session/index.d.cts +2 -2
  86. package/dist/plugins/multi-session/index.d.mts +2 -2
  87. package/dist/plugins/multi-session/index.d.ts +2 -2
  88. package/dist/plugins/oauth-proxy/index.d.cts +2 -2
  89. package/dist/plugins/oauth-proxy/index.d.mts +2 -2
  90. package/dist/plugins/oauth-proxy/index.d.ts +2 -2
  91. package/dist/plugins/open-api/index.d.cts +2 -2
  92. package/dist/plugins/open-api/index.d.mts +2 -2
  93. package/dist/plugins/open-api/index.d.ts +2 -2
  94. package/dist/plugins/organization/index.d.cts +3 -3
  95. package/dist/plugins/organization/index.d.mts +3 -3
  96. package/dist/plugins/organization/index.d.ts +3 -3
  97. package/dist/plugins/passkey/index.d.cts +2 -2
  98. package/dist/plugins/passkey/index.d.mts +2 -2
  99. package/dist/plugins/passkey/index.d.ts +2 -2
  100. package/dist/plugins/phone-number/index.d.cts +2 -2
  101. package/dist/plugins/phone-number/index.d.mts +2 -2
  102. package/dist/plugins/phone-number/index.d.ts +2 -2
  103. package/dist/plugins/sso/index.d.cts +2 -2
  104. package/dist/plugins/sso/index.d.mts +2 -2
  105. package/dist/plugins/sso/index.d.ts +2 -2
  106. package/dist/plugins/two-factor/index.d.cts +2 -2
  107. package/dist/plugins/two-factor/index.d.mts +2 -2
  108. package/dist/plugins/two-factor/index.d.ts +2 -2
  109. package/dist/plugins/username/index.d.cts +2 -2
  110. package/dist/plugins/username/index.d.mts +2 -2
  111. package/dist/plugins/username/index.d.ts +2 -2
  112. package/dist/shared/{better-auth.Ol5XTuED.d.cts → better-auth.BGbKY7kR.d.mts} +1 -1
  113. package/dist/shared/{better-auth.rjQjxKRY.d.mts → better-auth.CFhZhhlI.d.mts} +1 -1
  114. package/dist/shared/{better-auth.6gqj6yY0.d.cts → better-auth.CQVfbN4R.d.cts} +1 -1
  115. package/dist/shared/{better-auth.yeQRREpo.d.ts → better-auth.CSoCoQm2.d.ts} +1 -1
  116. package/dist/shared/{better-auth.BxHU_jBw.d.mts → better-auth.CZHumDNm.d.cts} +1 -1
  117. package/dist/shared/{better-auth.BsyCjauU.d.ts → better-auth.Ca749HSd.d.ts} +1 -1
  118. package/dist/shared/{better-auth.ClvQhH7f.d.cts → better-auth.Cdu2jYby.d.cts} +1 -1
  119. package/dist/shared/{better-auth.Y5QL3A6K.d.mts → better-auth.DKDLsukN.d.mts} +1 -1
  120. package/dist/shared/{better-auth.C8JajzHn.d.ts → better-auth.DO7dYI_t.d.ts} +1 -1
  121. package/dist/shared/{better-auth.CoUcDfY_.d.mts → better-auth.DXGc6hxH.d.mts} +1 -1
  122. package/dist/shared/{better-auth.CLzgLt9r.d.ts → better-auth.Dh1yIAkC.d.ts} +1 -1
  123. package/dist/shared/{better-auth.n0oTeBWE.d.ts → better-auth.DicUBCFH.d.ts} +1 -1
  124. package/dist/shared/{better-auth.DYD-JRMq.d.mts → better-auth.DrfWiOFA.d.mts} +1 -1
  125. package/dist/shared/{better-auth.BaQjPalT.d.cts → better-auth.MT805w1m.d.cts} +1 -1
  126. package/dist/shared/{better-auth.CJEKfv4g.d.cts → better-auth.rI2twdaX.d.cts} +1 -1
  127. package/dist/social-providers/index.d.cts +1 -1
  128. package/dist/social-providers/index.d.mts +1 -1
  129. package/dist/social-providers/index.d.ts +1 -1
  130. package/dist/types/index.d.cts +3 -3
  131. package/dist/types/index.d.mts +3 -3
  132. package/dist/types/index.d.ts +3 -3
  133. package/package.json +8 -11
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.BaQjPalT.cjs';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.MT805w1m.cjs';
2
2
  import '../../shared/better-auth.DFk-nDjL.cjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CJEKfv4g.cjs';
6
+ import '../../shared/better-auth.rI2twdaX.cjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.Y5QL3A6K.mjs';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.DKDLsukN.mjs';
2
2
  import '../../shared/better-auth.DFk-nDjL.mjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.rjQjxKRY.mjs';
6
+ import '../../shared/better-auth.CFhZhhlI.mjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.yeQRREpo.js';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.CSoCoQm2.js';
2
2
  import '../../shared/better-auth.DFk-nDjL.js';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CLzgLt9r.js';
6
+ import '../../shared/better-auth.Dh1yIAkC.js';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
1
  import { Kysely } from 'kysely';
2
- import { f as BetterAuthOptions, K as KyselyDatabaseType, W as Where } from '../../shared/better-auth.BaQjPalT.cjs';
2
+ import { f as BetterAuthOptions, K as KyselyDatabaseType, W as Where } from '../../shared/better-auth.MT805w1m.cjs';
3
3
  import '../../shared/better-auth.DFk-nDjL.cjs';
4
4
  import 'zod';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CJEKfv4g.cjs';
6
+ import '../../shared/better-auth.rI2twdaX.cjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
1
  import { Kysely } from 'kysely';
2
- import { f as BetterAuthOptions, K as KyselyDatabaseType, W as Where } from '../../shared/better-auth.Y5QL3A6K.mjs';
2
+ import { f as BetterAuthOptions, K as KyselyDatabaseType, W as Where } from '../../shared/better-auth.DKDLsukN.mjs';
3
3
  import '../../shared/better-auth.DFk-nDjL.mjs';
4
4
  import 'zod';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.rjQjxKRY.mjs';
6
+ import '../../shared/better-auth.CFhZhhlI.mjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
1
  import { Kysely } from 'kysely';
2
- import { f as BetterAuthOptions, K as KyselyDatabaseType, W as Where } from '../../shared/better-auth.yeQRREpo.js';
2
+ import { f as BetterAuthOptions, K as KyselyDatabaseType, W as Where } from '../../shared/better-auth.CSoCoQm2.js';
3
3
  import '../../shared/better-auth.DFk-nDjL.js';
4
4
  import 'zod';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CLzgLt9r.js';
6
+ import '../../shared/better-auth.Dh1yIAkC.js';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.BaQjPalT.cjs';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.MT805w1m.cjs';
2
2
  import '../../shared/better-auth.DFk-nDjL.cjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CJEKfv4g.cjs';
6
+ import '../../shared/better-auth.rI2twdaX.cjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.Y5QL3A6K.mjs';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.DKDLsukN.mjs';
2
2
  import '../../shared/better-auth.DFk-nDjL.mjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.rjQjxKRY.mjs';
6
+ import '../../shared/better-auth.CFhZhhlI.mjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.yeQRREpo.js';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.CSoCoQm2.js';
2
2
  import '../../shared/better-auth.DFk-nDjL.js';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CLzgLt9r.js';
6
+ import '../../shared/better-auth.Dh1yIAkC.js';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,10 +1,10 @@
1
1
  import { Db } from 'mongodb';
2
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.BaQjPalT.cjs';
2
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.MT805w1m.cjs';
3
3
  import '../../shared/better-auth.DFk-nDjL.cjs';
4
4
  import 'zod';
5
5
  import 'kysely';
6
6
  import 'better-call';
7
- import '../../shared/better-auth.CJEKfv4g.cjs';
7
+ import '../../shared/better-auth.rI2twdaX.cjs';
8
8
  import 'jose';
9
9
  import 'better-sqlite3';
10
10
 
@@ -1,10 +1,10 @@
1
1
  import { Db } from 'mongodb';
2
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.Y5QL3A6K.mjs';
2
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.DKDLsukN.mjs';
3
3
  import '../../shared/better-auth.DFk-nDjL.mjs';
4
4
  import 'zod';
5
5
  import 'kysely';
6
6
  import 'better-call';
7
- import '../../shared/better-auth.rjQjxKRY.mjs';
7
+ import '../../shared/better-auth.CFhZhhlI.mjs';
8
8
  import 'jose';
9
9
  import 'better-sqlite3';
10
10
 
@@ -1,10 +1,10 @@
1
1
  import { Db } from 'mongodb';
2
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.yeQRREpo.js';
2
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.CSoCoQm2.js';
3
3
  import '../../shared/better-auth.DFk-nDjL.js';
4
4
  import 'zod';
5
5
  import 'kysely';
6
6
  import 'better-call';
7
- import '../../shared/better-auth.CLzgLt9r.js';
7
+ import '../../shared/better-auth.Dh1yIAkC.js';
8
8
  import 'jose';
9
9
  import 'better-sqlite3';
10
10
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.BaQjPalT.cjs';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.MT805w1m.cjs';
2
2
  import '../../shared/better-auth.DFk-nDjL.cjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CJEKfv4g.cjs';
6
+ import '../../shared/better-auth.rI2twdaX.cjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.Y5QL3A6K.mjs';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.DKDLsukN.mjs';
2
2
  import '../../shared/better-auth.DFk-nDjL.mjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.rjQjxKRY.mjs';
6
+ import '../../shared/better-auth.CFhZhhlI.mjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.yeQRREpo.js';
1
+ import { f as BetterAuthOptions, W as Where } from '../../shared/better-auth.CSoCoQm2.js';
2
2
  import '../../shared/better-auth.DFk-nDjL.js';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../../shared/better-auth.CLzgLt9r.js';
6
+ import '../../shared/better-auth.Dh1yIAkC.js';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.BaQjPalT.cjs';
1
+ import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.MT805w1m.cjs';
2
2
  import '../shared/better-auth.DFk-nDjL.cjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../shared/better-auth.CJEKfv4g.cjs';
6
+ import '../shared/better-auth.rI2twdaX.cjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.Y5QL3A6K.mjs';
1
+ import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.DKDLsukN.mjs';
2
2
  import '../shared/better-auth.DFk-nDjL.mjs';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../shared/better-auth.rjQjxKRY.mjs';
6
+ import '../shared/better-auth.CFhZhhlI.mjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,9 +1,9 @@
1
- import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.yeQRREpo.js';
1
+ import { f as BetterAuthOptions, g as Adapter } from '../shared/better-auth.CSoCoQm2.js';
2
2
  import '../shared/better-auth.DFk-nDjL.js';
3
3
  import 'zod';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
- import '../shared/better-auth.CLzgLt9r.js';
6
+ import '../shared/better-auth.Dh1yIAkC.js';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
9
9
 
@@ -1,8 +1,8 @@
1
1
  export { APIError } from 'better-call';
2
- export { d as AuthEndpoint, e as AuthMiddleware, aE as callbackOAuth, a$ as changeEmail, aX as changePassword, b as createAuthEndpoint, c as createAuthMiddleware, aS as createEmailVerificationToken, aZ as deleteUser, a_ as deleteUserCallback, b0 as error, aP as forgetPassword, aQ as forgetPasswordCallback, aJ as freshSessionMiddleware, aA as getEndpoints, aF as getSession, aG as getSessionFromCtx, b4 as linkSocialAccount, aK as listSessions, b3 as listUserAccounts, b1 as ok, o as optionsMiddleware, b7 as originCheck, b6 as originCheckMiddleware, aI as requestOnlySessionMiddleware, aR as resetPassword, aN as revokeOtherSessions, aL as revokeSession, aM as revokeSessions, aB as router, aU as sendVerificationEmail, aT as sendVerificationEmailFn, aH as sessionMiddleware, aY as setPassword, aD as signInEmail, aC as signInSocial, aO as signOut, b2 as signUpEmail, b5 as unlinkAccount, aW as updateUser, aV as verifyEmail } from '../shared/better-auth.BaQjPalT.cjs';
2
+ export { d as AuthEndpoint, e as AuthMiddleware, aE as callbackOAuth, a$ as changeEmail, aX as changePassword, b as createAuthEndpoint, c as createAuthMiddleware, aS as createEmailVerificationToken, aZ as deleteUser, a_ as deleteUserCallback, b0 as error, aP as forgetPassword, aQ as forgetPasswordCallback, aJ as freshSessionMiddleware, aA as getEndpoints, aF as getSession, aG as getSessionFromCtx, b4 as linkSocialAccount, aK as listSessions, b3 as listUserAccounts, b1 as ok, o as optionsMiddleware, b7 as originCheck, b6 as originCheckMiddleware, aI as requestOnlySessionMiddleware, aR as resetPassword, aN as revokeOtherSessions, aL as revokeSession, aM as revokeSessions, aB as router, aU as sendVerificationEmail, aT as sendVerificationEmailFn, aH as sessionMiddleware, aY as setPassword, aD as signInEmail, aC as signInSocial, aO as signOut, b2 as signUpEmail, b5 as unlinkAccount, aW as updateUser, aV as verifyEmail } from '../shared/better-auth.MT805w1m.cjs';
3
3
  import '../shared/better-auth.DFk-nDjL.cjs';
4
4
  import 'zod';
5
5
  import 'kysely';
6
- import '../shared/better-auth.CJEKfv4g.cjs';
6
+ import '../shared/better-auth.rI2twdaX.cjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
@@ -1,8 +1,8 @@
1
1
  export { APIError } from 'better-call';
2
- export { d as AuthEndpoint, e as AuthMiddleware, aE as callbackOAuth, a$ as changeEmail, aX as changePassword, b as createAuthEndpoint, c as createAuthMiddleware, aS as createEmailVerificationToken, aZ as deleteUser, a_ as deleteUserCallback, b0 as error, aP as forgetPassword, aQ as forgetPasswordCallback, aJ as freshSessionMiddleware, aA as getEndpoints, aF as getSession, aG as getSessionFromCtx, b4 as linkSocialAccount, aK as listSessions, b3 as listUserAccounts, b1 as ok, o as optionsMiddleware, b7 as originCheck, b6 as originCheckMiddleware, aI as requestOnlySessionMiddleware, aR as resetPassword, aN as revokeOtherSessions, aL as revokeSession, aM as revokeSessions, aB as router, aU as sendVerificationEmail, aT as sendVerificationEmailFn, aH as sessionMiddleware, aY as setPassword, aD as signInEmail, aC as signInSocial, aO as signOut, b2 as signUpEmail, b5 as unlinkAccount, aW as updateUser, aV as verifyEmail } from '../shared/better-auth.Y5QL3A6K.mjs';
2
+ export { d as AuthEndpoint, e as AuthMiddleware, aE as callbackOAuth, a$ as changeEmail, aX as changePassword, b as createAuthEndpoint, c as createAuthMiddleware, aS as createEmailVerificationToken, aZ as deleteUser, a_ as deleteUserCallback, b0 as error, aP as forgetPassword, aQ as forgetPasswordCallback, aJ as freshSessionMiddleware, aA as getEndpoints, aF as getSession, aG as getSessionFromCtx, b4 as linkSocialAccount, aK as listSessions, b3 as listUserAccounts, b1 as ok, o as optionsMiddleware, b7 as originCheck, b6 as originCheckMiddleware, aI as requestOnlySessionMiddleware, aR as resetPassword, aN as revokeOtherSessions, aL as revokeSession, aM as revokeSessions, aB as router, aU as sendVerificationEmail, aT as sendVerificationEmailFn, aH as sessionMiddleware, aY as setPassword, aD as signInEmail, aC as signInSocial, aO as signOut, b2 as signUpEmail, b5 as unlinkAccount, aW as updateUser, aV as verifyEmail } from '../shared/better-auth.DKDLsukN.mjs';
3
3
  import '../shared/better-auth.DFk-nDjL.mjs';
4
4
  import 'zod';
5
5
  import 'kysely';
6
- import '../shared/better-auth.rjQjxKRY.mjs';
6
+ import '../shared/better-auth.CFhZhhlI.mjs';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
@@ -1,8 +1,8 @@
1
1
  export { APIError } from 'better-call';
2
- export { d as AuthEndpoint, e as AuthMiddleware, aE as callbackOAuth, a$ as changeEmail, aX as changePassword, b as createAuthEndpoint, c as createAuthMiddleware, aS as createEmailVerificationToken, aZ as deleteUser, a_ as deleteUserCallback, b0 as error, aP as forgetPassword, aQ as forgetPasswordCallback, aJ as freshSessionMiddleware, aA as getEndpoints, aF as getSession, aG as getSessionFromCtx, b4 as linkSocialAccount, aK as listSessions, b3 as listUserAccounts, b1 as ok, o as optionsMiddleware, b7 as originCheck, b6 as originCheckMiddleware, aI as requestOnlySessionMiddleware, aR as resetPassword, aN as revokeOtherSessions, aL as revokeSession, aM as revokeSessions, aB as router, aU as sendVerificationEmail, aT as sendVerificationEmailFn, aH as sessionMiddleware, aY as setPassword, aD as signInEmail, aC as signInSocial, aO as signOut, b2 as signUpEmail, b5 as unlinkAccount, aW as updateUser, aV as verifyEmail } from '../shared/better-auth.yeQRREpo.js';
2
+ export { d as AuthEndpoint, e as AuthMiddleware, aE as callbackOAuth, a$ as changeEmail, aX as changePassword, b as createAuthEndpoint, c as createAuthMiddleware, aS as createEmailVerificationToken, aZ as deleteUser, a_ as deleteUserCallback, b0 as error, aP as forgetPassword, aQ as forgetPasswordCallback, aJ as freshSessionMiddleware, aA as getEndpoints, aF as getSession, aG as getSessionFromCtx, b4 as linkSocialAccount, aK as listSessions, b3 as listUserAccounts, b1 as ok, o as optionsMiddleware, b7 as originCheck, b6 as originCheckMiddleware, aI as requestOnlySessionMiddleware, aR as resetPassword, aN as revokeOtherSessions, aL as revokeSession, aM as revokeSessions, aB as router, aU as sendVerificationEmail, aT as sendVerificationEmailFn, aH as sessionMiddleware, aY as setPassword, aD as signInEmail, aC as signInSocial, aO as signOut, b2 as signUpEmail, b5 as unlinkAccount, aW as updateUser, aV as verifyEmail } from '../shared/better-auth.CSoCoQm2.js';
3
3
  import '../shared/better-auth.DFk-nDjL.js';
4
4
  import 'zod';
5
5
  import 'kysely';
6
- import '../shared/better-auth.CLzgLt9r.js';
6
+ import '../shared/better-auth.Dh1yIAkC.js';
7
7
  import 'jose';
8
8
  import 'better-sqlite3';
@@ -1,4 +1,4 @@
1
- import { h as BASE_ERROR_CODES, B as BetterAuthPlugin } from '../shared/better-auth.BaQjPalT.cjs';
1
+ import { h as BASE_ERROR_CODES, B as BetterAuthPlugin } from '../shared/better-auth.MT805w1m.cjs';
2
2
  export * from 'zod';
3
3
  import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
@@ -10,7 +10,7 @@ import { Atom, PreinitializedWritableAtom } from 'nanostores';
10
10
  import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.DFk-nDjL.cjs';
11
11
  import 'kysely';
12
12
  import 'better-call';
13
- import '../shared/better-auth.CJEKfv4g.cjs';
13
+ import '../shared/better-auth.rI2twdaX.cjs';
14
14
  import 'jose';
15
15
  import 'better-sqlite3';
16
16
 
@@ -1,4 +1,4 @@
1
- import { h as BASE_ERROR_CODES, B as BetterAuthPlugin } from '../shared/better-auth.Y5QL3A6K.mjs';
1
+ import { h as BASE_ERROR_CODES, B as BetterAuthPlugin } from '../shared/better-auth.DKDLsukN.mjs';
2
2
  export * from 'zod';
3
3
  import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
@@ -10,7 +10,7 @@ import { Atom, PreinitializedWritableAtom } from 'nanostores';
10
10
  import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.DFk-nDjL.mjs';
11
11
  import 'kysely';
12
12
  import 'better-call';
13
- import '../shared/better-auth.rjQjxKRY.mjs';
13
+ import '../shared/better-auth.CFhZhhlI.mjs';
14
14
  import 'jose';
15
15
  import 'better-sqlite3';
16
16
 
@@ -1,4 +1,4 @@
1
- import { h as BASE_ERROR_CODES, B as BetterAuthPlugin } from '../shared/better-auth.yeQRREpo.js';
1
+ import { h as BASE_ERROR_CODES, B as BetterAuthPlugin } from '../shared/better-auth.CSoCoQm2.js';
2
2
  export * from 'zod';
3
3
  import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
@@ -10,7 +10,7 @@ import { Atom, PreinitializedWritableAtom } from 'nanostores';
10
10
  import { U as UnionToIntersection, P as PrettifyDeep } from '../shared/better-auth.DFk-nDjL.js';
11
11
  import 'kysely';
12
12
  import 'better-call';
13
- import '../shared/better-auth.CLzgLt9r.js';
13
+ import '../shared/better-auth.Dh1yIAkC.js';
14
14
  import 'jose';
15
15
  import 'better-sqlite3';
16
16
 
@@ -3,7 +3,7 @@ import { atom } from 'nanostores';
3
3
  import { AccessControl, Role, Statements, Subset, AuthortizeResponse } from '../../plugins/access/index.cjs';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
6
- import { o as organization, I as InferMember, a as InferInvitation, T as Team, b as Organization, M as Member, c as Invitation } from '../../shared/better-auth.6gqj6yY0.cjs';
6
+ import { o as organization, I as InferMember, a as InferInvitation, T as Team, b as Organization, M as Member, c as Invitation } from '../../shared/better-auth.CQVfbN4R.cjs';
7
7
  import { a as Prettify } from '../../shared/better-auth.DFk-nDjL.cjs';
8
8
  import { username } from '../../plugins/username/index.cjs';
9
9
  import { Passkey, passkey } from '../../plugins/passkey/index.cjs';
@@ -11,7 +11,7 @@ export { twoFactorClient } from '../../plugins/two-factor/index.cjs';
11
11
  import { magicLink } from '../../plugins/magic-link/index.cjs';
12
12
  import { phoneNumber } from '../../plugins/phone-number/index.cjs';
13
13
  import { anonymous } from '../../plugins/anonymous/index.cjs';
14
- import { T as FieldAttribute, f as BetterAuthOptions, B as BetterAuthPlugin } from '../../shared/better-auth.BaQjPalT.cjs';
14
+ import { T as FieldAttribute, f as BetterAuthOptions, B as BetterAuthPlugin } from '../../shared/better-auth.MT805w1m.cjs';
15
15
  import { admin } from '../../plugins/admin/index.cjs';
16
16
  import { genericOAuth } from '../../plugins/generic-oauth/index.cjs';
17
17
  import { jwt } from '../../plugins/jwt/index.cjs';
@@ -20,12 +20,12 @@ import { emailOTP } from '../../plugins/email-otp/index.cjs';
20
20
  import { Store } from '../../types/index.cjs';
21
21
  import { sso } from '../../plugins/sso/index.cjs';
22
22
  import { oidcProvider } from '../../plugins/oidc-provider/index.cjs';
23
- import { a as apiKey } from '../../shared/better-auth.ClvQhH7f.cjs';
23
+ import { a as apiKey } from '../../shared/better-auth.Cdu2jYby.cjs';
24
24
  export * from '@simplewebauthn/server';
25
25
  import 'zod';
26
26
  import 'better-call';
27
27
  import 'kysely';
28
- import '../../shared/better-auth.CJEKfv4g.cjs';
28
+ import '../../shared/better-auth.rI2twdaX.cjs';
29
29
  import 'jose';
30
30
  import 'better-sqlite3';
31
31
  import '../../plugins/admin/access/index.cjs';
@@ -3,7 +3,7 @@ import { atom } from 'nanostores';
3
3
  import { AccessControl, Role, Statements, Subset, AuthortizeResponse } from '../../plugins/access/index.mjs';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
6
- import { o as organization, I as InferMember, a as InferInvitation, T as Team, b as Organization, M as Member, c as Invitation } from '../../shared/better-auth.DYD-JRMq.mjs';
6
+ import { o as organization, I as InferMember, a as InferInvitation, T as Team, b as Organization, M as Member, c as Invitation } from '../../shared/better-auth.DrfWiOFA.mjs';
7
7
  import { a as Prettify } from '../../shared/better-auth.DFk-nDjL.mjs';
8
8
  import { username } from '../../plugins/username/index.mjs';
9
9
  import { Passkey, passkey } from '../../plugins/passkey/index.mjs';
@@ -11,7 +11,7 @@ export { twoFactorClient } from '../../plugins/two-factor/index.mjs';
11
11
  import { magicLink } from '../../plugins/magic-link/index.mjs';
12
12
  import { phoneNumber } from '../../plugins/phone-number/index.mjs';
13
13
  import { anonymous } from '../../plugins/anonymous/index.mjs';
14
- import { T as FieldAttribute, f as BetterAuthOptions, B as BetterAuthPlugin } from '../../shared/better-auth.Y5QL3A6K.mjs';
14
+ import { T as FieldAttribute, f as BetterAuthOptions, B as BetterAuthPlugin } from '../../shared/better-auth.DKDLsukN.mjs';
15
15
  import { admin } from '../../plugins/admin/index.mjs';
16
16
  import { genericOAuth } from '../../plugins/generic-oauth/index.mjs';
17
17
  import { jwt } from '../../plugins/jwt/index.mjs';
@@ -20,12 +20,12 @@ import { emailOTP } from '../../plugins/email-otp/index.mjs';
20
20
  import { Store } from '../../types/index.mjs';
21
21
  import { sso } from '../../plugins/sso/index.mjs';
22
22
  import { oidcProvider } from '../../plugins/oidc-provider/index.mjs';
23
- import { a as apiKey } from '../../shared/better-auth.CoUcDfY_.mjs';
23
+ import { a as apiKey } from '../../shared/better-auth.DXGc6hxH.mjs';
24
24
  export * from '@simplewebauthn/server';
25
25
  import 'zod';
26
26
  import 'better-call';
27
27
  import 'kysely';
28
- import '../../shared/better-auth.rjQjxKRY.mjs';
28
+ import '../../shared/better-auth.CFhZhhlI.mjs';
29
29
  import 'jose';
30
30
  import 'better-sqlite3';
31
31
  import '../../plugins/admin/access/index.mjs';
@@ -3,7 +3,7 @@ import { atom } from 'nanostores';
3
3
  import { AccessControl, Role, Statements, Subset, AuthortizeResponse } from '../../plugins/access/index.js';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
6
- import { o as organization, I as InferMember, a as InferInvitation, T as Team, b as Organization, M as Member, c as Invitation } from '../../shared/better-auth.BsyCjauU.js';
6
+ import { o as organization, I as InferMember, a as InferInvitation, T as Team, b as Organization, M as Member, c as Invitation } from '../../shared/better-auth.Ca749HSd.js';
7
7
  import { a as Prettify } from '../../shared/better-auth.DFk-nDjL.js';
8
8
  import { username } from '../../plugins/username/index.js';
9
9
  import { Passkey, passkey } from '../../plugins/passkey/index.js';
@@ -11,7 +11,7 @@ export { twoFactorClient } from '../../plugins/two-factor/index.js';
11
11
  import { magicLink } from '../../plugins/magic-link/index.js';
12
12
  import { phoneNumber } from '../../plugins/phone-number/index.js';
13
13
  import { anonymous } from '../../plugins/anonymous/index.js';
14
- import { T as FieldAttribute, f as BetterAuthOptions, B as BetterAuthPlugin } from '../../shared/better-auth.yeQRREpo.js';
14
+ import { T as FieldAttribute, f as BetterAuthOptions, B as BetterAuthPlugin } from '../../shared/better-auth.CSoCoQm2.js';
15
15
  import { admin } from '../../plugins/admin/index.js';
16
16
  import { genericOAuth } from '../../plugins/generic-oauth/index.js';
17
17
  import { jwt } from '../../plugins/jwt/index.js';
@@ -20,12 +20,12 @@ import { emailOTP } from '../../plugins/email-otp/index.js';
20
20
  import { Store } from '../../types/index.js';
21
21
  import { sso } from '../../plugins/sso/index.js';
22
22
  import { oidcProvider } from '../../plugins/oidc-provider/index.js';
23
- import { a as apiKey } from '../../shared/better-auth.n0oTeBWE.js';
23
+ import { a as apiKey } from '../../shared/better-auth.DicUBCFH.js';
24
24
  export * from '@simplewebauthn/server';
25
25
  import 'zod';
26
26
  import 'better-call';
27
27
  import 'kysely';
28
- import '../../shared/better-auth.CLzgLt9r.js';
28
+ import '../../shared/better-auth.Dh1yIAkC.js';
29
29
  import 'jose';
30
30
  import 'better-sqlite3';
31
31
  import '../../plugins/admin/access/index.js';
@@ -6,11 +6,11 @@ export * from '@better-fetch/fetch';
6
6
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.cjs';
7
7
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.cjs';
8
8
  import { DependencyList } from 'react';
9
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.BaQjPalT.cjs';
9
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.MT805w1m.cjs';
10
10
  import 'better-call';
11
11
  import 'zod';
12
12
  import 'kysely';
13
- import '../../shared/better-auth.CJEKfv4g.cjs';
13
+ import '../../shared/better-auth.rI2twdaX.cjs';
14
14
  import 'jose';
15
15
  import 'better-sqlite3';
16
16
 
@@ -6,11 +6,11 @@ export * from '@better-fetch/fetch';
6
6
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.mjs';
7
7
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.mjs';
8
8
  import { DependencyList } from 'react';
9
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.Y5QL3A6K.mjs';
9
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.DKDLsukN.mjs';
10
10
  import 'better-call';
11
11
  import 'zod';
12
12
  import 'kysely';
13
- import '../../shared/better-auth.rjQjxKRY.mjs';
13
+ import '../../shared/better-auth.CFhZhhlI.mjs';
14
14
  import 'jose';
15
15
  import 'better-sqlite3';
16
16
 
@@ -6,11 +6,11 @@ export * from '@better-fetch/fetch';
6
6
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.js';
7
7
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.js';
8
8
  import { DependencyList } from 'react';
9
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.yeQRREpo.js';
9
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.CSoCoQm2.js';
10
10
  import 'better-call';
11
11
  import 'zod';
12
12
  import 'kysely';
13
- import '../../shared/better-auth.CLzgLt9r.js';
13
+ import '../../shared/better-auth.Dh1yIAkC.js';
14
14
  import 'jose';
15
15
  import 'better-sqlite3';
16
16
 
@@ -3,12 +3,12 @@ import { BetterFetchError } from '@better-fetch/fetch';
3
3
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.cjs';
4
4
  import { Accessor } from 'solid-js';
5
5
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.cjs';
6
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.BaQjPalT.cjs';
6
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.MT805w1m.cjs';
7
7
  import 'nanostores';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.CJEKfv4g.cjs';
11
+ import '../../shared/better-auth.rI2twdaX.cjs';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14
 
@@ -3,12 +3,12 @@ import { BetterFetchError } from '@better-fetch/fetch';
3
3
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.mjs';
4
4
  import { Accessor } from 'solid-js';
5
5
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.mjs';
6
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.Y5QL3A6K.mjs';
6
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.DKDLsukN.mjs';
7
7
  import 'nanostores';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.rjQjxKRY.mjs';
11
+ import '../../shared/better-auth.CFhZhhlI.mjs';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14
 
@@ -3,12 +3,12 @@ import { BetterFetchError } from '@better-fetch/fetch';
3
3
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.js';
4
4
  import { Accessor } from 'solid-js';
5
5
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.js';
6
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.yeQRREpo.js';
6
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.CSoCoQm2.js';
7
7
  import 'nanostores';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.CLzgLt9r.js';
11
+ import '../../shared/better-auth.Dh1yIAkC.js';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14
 
@@ -4,11 +4,11 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError } from '@better-fetch/fetch';
5
5
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.cjs';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.cjs';
7
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.BaQjPalT.cjs';
7
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.MT805w1m.cjs';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.CJEKfv4g.cjs';
11
+ import '../../shared/better-auth.rI2twdaX.cjs';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14
 
@@ -4,11 +4,11 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError } from '@better-fetch/fetch';
5
5
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.mjs';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.mjs';
7
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.Y5QL3A6K.mjs';
7
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.DKDLsukN.mjs';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.rjQjxKRY.mjs';
11
+ import '../../shared/better-auth.CFhZhhlI.mjs';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14
 
@@ -4,11 +4,11 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError } from '@better-fetch/fetch';
5
5
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.js';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.js';
7
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.yeQRREpo.js';
7
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.CSoCoQm2.js';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.CLzgLt9r.js';
11
+ import '../../shared/better-auth.Dh1yIAkC.js';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14
 
@@ -4,11 +4,11 @@ import { BetterFetchError } from '@better-fetch/fetch';
4
4
  import { DeepReadonly, Ref } from 'vue';
5
5
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.cjs';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.cjs';
7
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.BaQjPalT.cjs';
7
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.MT805w1m.cjs';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.CJEKfv4g.cjs';
11
+ import '../../shared/better-auth.rI2twdaX.cjs';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14
 
@@ -4,11 +4,11 @@ import { BetterFetchError } from '@better-fetch/fetch';
4
4
  import { DeepReadonly, Ref } from 'vue';
5
5
  import { ClientOptions, BetterAuthClientPlugin, IsSignal, InferClientAPI, InferActions, InferErrorCodes } from '../../types/index.mjs';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DFk-nDjL.mjs';
7
- import { h as BASE_ERROR_CODES } from '../../shared/better-auth.Y5QL3A6K.mjs';
7
+ import { h as BASE_ERROR_CODES } from '../../shared/better-auth.DKDLsukN.mjs';
8
8
  import 'better-call';
9
9
  import 'zod';
10
10
  import 'kysely';
11
- import '../../shared/better-auth.rjQjxKRY.mjs';
11
+ import '../../shared/better-auth.CFhZhhlI.mjs';
12
12
  import 'jose';
13
13
  import 'better-sqlite3';
14
14