@baseplate-dev/plugin-auth 0.6.9 → 0.6.10

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 (643) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/auth/core/web.js +31 -2
  3. package/dist/better-auth/constants/packages.d.ts +1 -1
  4. package/dist/better-auth/constants/packages.js +1 -1
  5. package/dist/better-auth/core/web.js +15 -2
  6. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +0 -1
  7. package/dist/local-auth/core/web.js +15 -2
  8. package/dist/placeholder-auth/core/web.js +13 -2
  9. package/dist/web/assets/_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-ClIdhDoz.js +218 -0
  10. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.mjs-DMKuehfC.js +100 -0
  11. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.mjs-D-Ap1aU9.js +38 -0
  12. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.mjs-BwkXxd-B.js +38 -0
  13. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__-D-_Nu6mi.js +2 -0
  14. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.mjs-CCE3BH4R.js +7061 -0
  15. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__react__loadShare__-Bed38hA6.js +3 -0
  16. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__react_mf_2_dom__loadShare__-Bixm3Wfj.js +2 -0
  17. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__-BArWH8PX.js +2 -0
  18. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.mjs-BalS-ZNe.js +13533 -0
  19. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild___mf_0_tanstack_mf_1_react_mf_2_router__prebuild__-C01b4AWM.js +2 -0
  20. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__react__prebuild__-D4n2cb00.js +3 -0
  21. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__react_mf_1_jsx_mf_2_runtime__prebuild__-BkswA-5f.js +2 -0
  22. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__react_mf_2_dom__prebuild__-CiX5bkAg.js +2 -0
  23. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__prebuild__zod__prebuild__-BnF6dd62.js +2 -0
  24. package/dist/web/assets/auth-B91ghZtH.js +1 -0
  25. package/dist/web/assets/common-C7yhhy8-.js +39 -0
  26. package/dist/web/assets/common-DiDohcsR.js +37 -0
  27. package/dist/web/assets/common-DpbhYjND.js +39 -0
  28. package/dist/web/assets/common-DsAJIAWm.js +63 -0
  29. package/dist/web/assets/common-ERn8TuKQ.js +37 -0
  30. package/dist/web/assets/common-KNIYXbku.js +18 -0
  31. package/dist/web/assets/dist-B0GpYPx6.js +18145 -0
  32. package/dist/web/assets/dist-BhvYza4J.js +69565 -0
  33. package/dist/web/assets/dist-CEUHjZe8.js +3017 -0
  34. package/dist/web/assets/get-auth-plugin-definition-Bu_lkrUz.js +14 -0
  35. package/dist/web/assets/hostInit-BeM6xnlw.js +72 -0
  36. package/dist/web/assets/index-D5GoD4M0.js +2 -0
  37. package/dist/web/assets/index.esm-iUXrvsTx.js +2003 -0
  38. package/dist/web/assets/md-BLjaL5ZD.js +439 -0
  39. package/dist/web/assets/model-names-BluImOzu.js +27 -0
  40. package/dist/web/assets/model-names-CUS5rSei.js +12 -0
  41. package/dist/web/assets/model-utils-BPfI0c3Y.js +1287 -0
  42. package/dist/web/assets/models-BTYxwDyB.js +304 -0
  43. package/dist/web/assets/models-BufWBHGv.js +285 -0
  44. package/dist/web/assets/plugin-definition-BTHzuXv5.js +78 -0
  45. package/dist/web/assets/plugin-definition-D5s4GTfd.js +11 -0
  46. package/dist/web/assets/react-B4hMnLhV.js +49 -0
  47. package/dist/web/assets/rolldown-runtime-_TIqcEvS.js +35 -0
  48. package/dist/web/assets/stringify-pretty-stable-ByfjYf8u.js +155 -0
  49. package/dist/web/assets/styles-BpmWykfT.js +174 -0
  50. package/dist/web/assets/{style-DiK_rD1L.css → styles-CAm3HyKx.css} +1 -1
  51. package/dist/web/assets/virtualExposes-Bru0eAhP.js +2 -0
  52. package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-DK03x1PZ.js +270 -0
  53. package/dist/web/assets/virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DBiKf3iL.js +168 -0
  54. package/dist/web/assets/web-BUa3uD-P.js +400 -0
  55. package/dist/web/assets/web-BmHd5WWD.js +124 -0
  56. package/dist/web/assets/web-CgosRRUN.js +119 -0
  57. package/dist/web/assets/web-DhTqWxxL.js +46 -0
  58. package/dist/web/assets/web-DlJyNEbj.js +357 -0
  59. package/dist/web/assets/web-ffSErgfF.js +46 -0
  60. package/dist/web/assets/web-nADEuz1b.js +107 -0
  61. package/dist/web/index.html +1 -1
  62. package/dist/web/mf-entry-bootstrap-0.js +17 -0
  63. package/dist/web/remoteEntry.js +2 -0
  64. package/package.json +23 -20
  65. package/dist/auth/core/common.d.ts.map +0 -1
  66. package/dist/auth/core/common.js.map +0 -1
  67. package/dist/auth/core/components/auth-definition-editor.d.ts.map +0 -1
  68. package/dist/auth/core/components/auth-definition-editor.js.map +0 -1
  69. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +0 -1
  70. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +0 -1
  71. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts.map +0 -1
  72. package/dist/auth/core/components/role-editor-form/role-editor-form.js.map +0 -1
  73. package/dist/auth/core/node.d.ts.map +0 -1
  74. package/dist/auth/core/node.js.map +0 -1
  75. package/dist/auth/core/schema/migrations.d.ts.map +0 -1
  76. package/dist/auth/core/schema/migrations.js.map +0 -1
  77. package/dist/auth/core/schema/plugin-definition.d.ts.map +0 -1
  78. package/dist/auth/core/schema/plugin-definition.js.map +0 -1
  79. package/dist/auth/core/schema/roles/constants.d.ts.map +0 -1
  80. package/dist/auth/core/schema/roles/constants.js.map +0 -1
  81. package/dist/auth/core/schema/roles/index.d.ts.map +0 -1
  82. package/dist/auth/core/schema/roles/index.js.map +0 -1
  83. package/dist/auth/core/schema/roles/schema.d.ts.map +0 -1
  84. package/dist/auth/core/schema/roles/schema.js.map +0 -1
  85. package/dist/auth/core/web.d.ts.map +0 -1
  86. package/dist/auth/core/web.js.map +0 -1
  87. package/dist/auth/index.d.ts.map +0 -1
  88. package/dist/auth/index.js.map +0 -1
  89. package/dist/auth/utils/get-auth-plugin-definition.d.ts.map +0 -1
  90. package/dist/auth/utils/get-auth-plugin-definition.js.map +0 -1
  91. package/dist/auth/utils/index.d.ts.map +0 -1
  92. package/dist/auth/utils/index.js.map +0 -1
  93. package/dist/better-auth/admin/common.d.ts.map +0 -1
  94. package/dist/better-auth/admin/common.js.map +0 -1
  95. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +0 -1
  96. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +0 -1
  97. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +0 -1
  98. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +0 -1
  99. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +0 -1
  100. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +0 -1
  101. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +0 -1
  102. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +0 -1
  103. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +0 -1
  104. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +0 -1
  105. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +0 -1
  106. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +0 -1
  107. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +0 -1
  108. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +0 -1
  109. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +0 -1
  110. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +0 -1
  111. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +0 -1
  112. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +0 -1
  113. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +0 -1
  114. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +0 -1
  115. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +0 -1
  116. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +0 -1
  117. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +0 -1
  118. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +0 -1
  119. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +0 -1
  120. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.js.map +0 -1
  121. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +0 -1
  122. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +0 -1
  123. package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +0 -1
  124. package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +0 -1
  125. package/dist/better-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +0 -1
  126. package/dist/better-auth/admin/generators/admin-crud-roles-column/index.js.map +0 -1
  127. package/dist/better-auth/admin/node.d.ts.map +0 -1
  128. package/dist/better-auth/admin/node.js.map +0 -1
  129. package/dist/better-auth/admin/schema/manage-role-action.d.ts.map +0 -1
  130. package/dist/better-auth/admin/schema/manage-role-action.js.map +0 -1
  131. package/dist/better-auth/admin/schema/reset-password-action.d.ts.map +0 -1
  132. package/dist/better-auth/admin/schema/reset-password-action.js.map +0 -1
  133. package/dist/better-auth/admin/schema/roles-column.d.ts.map +0 -1
  134. package/dist/better-auth/admin/schema/roles-column.js.map +0 -1
  135. package/dist/better-auth/admin/web.d.ts.map +0 -1
  136. package/dist/better-auth/admin/web.js.map +0 -1
  137. package/dist/better-auth/constants/model-names.d.ts.map +0 -1
  138. package/dist/better-auth/constants/model-names.js.map +0 -1
  139. package/dist/better-auth/constants/packages.d.ts.map +0 -1
  140. package/dist/better-auth/constants/packages.js.map +0 -1
  141. package/dist/better-auth/core/common.d.ts.map +0 -1
  142. package/dist/better-auth/core/common.js.map +0 -1
  143. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts.map +0 -1
  144. package/dist/better-auth/core/components/better-auth-definition-editor.js.map +0 -1
  145. package/dist/better-auth/core/index.d.ts.map +0 -1
  146. package/dist/better-auth/core/index.js.map +0 -1
  147. package/dist/better-auth/core/node.d.ts.map +0 -1
  148. package/dist/better-auth/core/node.js.map +0 -1
  149. package/dist/better-auth/core/schema/models.d.ts.map +0 -1
  150. package/dist/better-auth/core/schema/models.js.map +0 -1
  151. package/dist/better-auth/core/schema/plugin-definition.d.ts.map +0 -1
  152. package/dist/better-auth/core/schema/plugin-definition.js.map +0 -1
  153. package/dist/better-auth/core/schema/schema-issue-checker.d.ts.map +0 -1
  154. package/dist/better-auth/core/schema/schema-issue-checker.js.map +0 -1
  155. package/dist/better-auth/core/web.d.ts.map +0 -1
  156. package/dist/better-auth/core/web.js.map +0 -1
  157. package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts.map +0 -1
  158. package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.js.map +0 -1
  159. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts.map +0 -1
  160. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.js.map +0 -1
  161. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.d.ts.map +0 -1
  162. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.js.map +0 -1
  163. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts.map +0 -1
  164. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.js.map +0 -1
  165. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.d.ts.map +0 -1
  166. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.js.map +0 -1
  167. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts.map +0 -1
  168. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.js.map +0 -1
  169. package/dist/better-auth/generators/fastify/better-auth-admin-module/index.d.ts.map +0 -1
  170. package/dist/better-auth/generators/fastify/better-auth-admin-module/index.js.map +0 -1
  171. package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts.map +0 -1
  172. package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.js.map +0 -1
  173. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts.map +0 -1
  174. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.js.map +0 -1
  175. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.d.ts.map +0 -1
  176. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.js.map +0 -1
  177. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts.map +0 -1
  178. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.js.map +0 -1
  179. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts.map +0 -1
  180. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.js.map +0 -1
  181. package/dist/better-auth/generators/fastify/better-auth-email-templates/index.d.ts.map +0 -1
  182. package/dist/better-auth/generators/fastify/better-auth-email-templates/index.js.map +0 -1
  183. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts.map +0 -1
  184. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js.map +0 -1
  185. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts.map +0 -1
  186. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js.map +0 -1
  187. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts.map +0 -1
  188. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js.map +0 -1
  189. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts.map +0 -1
  190. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js.map +0 -1
  191. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts.map +0 -1
  192. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js.map +0 -1
  193. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts.map +0 -1
  194. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js.map +0 -1
  195. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts.map +0 -1
  196. package/dist/better-auth/generators/fastify/better-auth-module/index.js.map +0 -1
  197. package/dist/better-auth/generators/fastify/index.d.ts.map +0 -1
  198. package/dist/better-auth/generators/fastify/index.js.map +0 -1
  199. package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.d.ts.map +0 -1
  200. package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.js.map +0 -1
  201. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.d.ts.map +0 -1
  202. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.js.map +0 -1
  203. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.d.ts.map +0 -1
  204. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.js.map +0 -1
  205. package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.d.ts.map +0 -1
  206. package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.js.map +0 -1
  207. package/dist/better-auth/generators/fastify/seed-initial-user/index.d.ts.map +0 -1
  208. package/dist/better-auth/generators/fastify/seed-initial-user/index.js.map +0 -1
  209. package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.d.ts.map +0 -1
  210. package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.js.map +0 -1
  211. package/dist/better-auth/generators/index.d.ts.map +0 -1
  212. package/dist/better-auth/generators/index.js.map +0 -1
  213. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts.map +0 -1
  214. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js.map +0 -1
  215. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts.map +0 -1
  216. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js.map +0 -1
  217. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts.map +0 -1
  218. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js.map +0 -1
  219. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts.map +0 -1
  220. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js.map +0 -1
  221. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  222. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js.map +0 -1
  223. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts.map +0 -1
  224. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js.map +0 -1
  225. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts.map +0 -1
  226. package/dist/better-auth/generators/react/better-auth-hooks/index.js.map +0 -1
  227. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +0 -1
  228. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js.map +0 -1
  229. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +0 -1
  230. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js.map +0 -1
  231. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts.map +0 -1
  232. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js.map +0 -1
  233. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +0 -1
  234. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js.map +0 -1
  235. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +0 -1
  236. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +0 -1
  237. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts.map +0 -1
  238. package/dist/better-auth/generators/react/better-auth-pages/index.js.map +0 -1
  239. package/dist/better-auth/generators/react/index.d.ts.map +0 -1
  240. package/dist/better-auth/generators/react/index.js.map +0 -1
  241. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +0 -1
  242. package/dist/better-auth/generators/react/react-better-auth/generated/index.js.map +0 -1
  243. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts.map +0 -1
  244. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js.map +0 -1
  245. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +0 -1
  246. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js.map +0 -1
  247. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts.map +0 -1
  248. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js.map +0 -1
  249. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +0 -1
  250. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js.map +0 -1
  251. package/dist/better-auth/generators/react/react-better-auth/index.d.ts.map +0 -1
  252. package/dist/better-auth/generators/react/react-better-auth/index.js.map +0 -1
  253. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +0 -1
  254. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js.map +0 -1
  255. package/dist/better-auth/index.d.ts.map +0 -1
  256. package/dist/better-auth/index.js.map +0 -1
  257. package/dist/common/components/auth-config-tabs.d.ts.map +0 -1
  258. package/dist/common/components/auth-config-tabs.js.map +0 -1
  259. package/dist/local-auth/admin/common.d.ts.map +0 -1
  260. package/dist/local-auth/admin/common.js.map +0 -1
  261. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +0 -1
  262. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +0 -1
  263. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +0 -1
  264. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +0 -1
  265. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +0 -1
  266. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +0 -1
  267. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +0 -1
  268. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +0 -1
  269. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +0 -1
  270. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +0 -1
  271. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +0 -1
  272. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +0 -1
  273. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +0 -1
  274. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +0 -1
  275. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +0 -1
  276. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +0 -1
  277. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +0 -1
  278. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +0 -1
  279. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +0 -1
  280. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +0 -1
  281. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +0 -1
  282. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +0 -1
  283. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +0 -1
  284. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +0 -1
  285. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +0 -1
  286. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +0 -1
  287. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +0 -1
  288. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +0 -1
  289. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +0 -1
  290. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +0 -1
  291. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +0 -1
  292. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +0 -1
  293. package/dist/local-auth/admin/node.d.ts.map +0 -1
  294. package/dist/local-auth/admin/node.js.map +0 -1
  295. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +0 -1
  296. package/dist/local-auth/admin/schema/manage-role-action.js.map +0 -1
  297. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +0 -1
  298. package/dist/local-auth/admin/schema/reset-password-action.js.map +0 -1
  299. package/dist/local-auth/admin/schema/roles-column.d.ts.map +0 -1
  300. package/dist/local-auth/admin/schema/roles-column.js.map +0 -1
  301. package/dist/local-auth/admin/web.d.ts.map +0 -1
  302. package/dist/local-auth/admin/web.js.map +0 -1
  303. package/dist/local-auth/constants/model-names.d.ts.map +0 -1
  304. package/dist/local-auth/constants/model-names.js.map +0 -1
  305. package/dist/local-auth/core/common.d.ts.map +0 -1
  306. package/dist/local-auth/core/common.js.map +0 -1
  307. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +0 -1
  308. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +0 -1
  309. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +0 -1
  310. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js.map +0 -1
  311. package/dist/local-auth/core/generators/auth-apollo/index.d.ts.map +0 -1
  312. package/dist/local-auth/core/generators/auth-apollo/index.js.map +0 -1
  313. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +0 -1
  314. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js.map +0 -1
  315. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +0 -1
  316. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +0 -1
  317. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +0 -1
  318. package/dist/local-auth/core/generators/auth-email-password/generated/index.js.map +0 -1
  319. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +0 -1
  320. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +0 -1
  321. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +0 -1
  322. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +0 -1
  323. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +0 -1
  324. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +0 -1
  325. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +0 -1
  326. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +0 -1
  327. package/dist/local-auth/core/generators/auth-email-password/index.d.ts.map +0 -1
  328. package/dist/local-auth/core/generators/auth-email-password/index.js.map +0 -1
  329. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +0 -1
  330. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +0 -1
  331. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +0 -1
  332. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +0 -1
  333. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +0 -1
  334. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +0 -1
  335. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +0 -1
  336. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +0 -1
  337. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +0 -1
  338. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +0 -1
  339. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +0 -1
  340. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +0 -1
  341. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +0 -1
  342. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +0 -1
  343. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +0 -1
  344. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +0 -1
  345. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +0 -1
  346. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +0 -1
  347. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +0 -1
  348. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +0 -1
  349. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +0 -1
  350. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +0 -1
  351. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +0 -1
  352. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +0 -1
  353. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +0 -1
  354. package/dist/local-auth/core/generators/auth-email-templates/index.js.map +0 -1
  355. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +0 -1
  356. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +0 -1
  357. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +0 -1
  358. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +0 -1
  359. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +0 -1
  360. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +0 -1
  361. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +0 -1
  362. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +0 -1
  363. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +0 -1
  364. package/dist/local-auth/core/generators/auth-hooks/generated/index.js.map +0 -1
  365. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +0 -1
  366. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +0 -1
  367. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +0 -1
  368. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +0 -1
  369. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  370. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +0 -1
  371. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +0 -1
  372. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +0 -1
  373. package/dist/local-auth/core/generators/auth-hooks/index.d.ts.map +0 -1
  374. package/dist/local-auth/core/generators/auth-hooks/index.js.map +0 -1
  375. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +0 -1
  376. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +0 -1
  377. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +0 -1
  378. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +0 -1
  379. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +0 -1
  380. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +0 -1
  381. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +0 -1
  382. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +0 -1
  383. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +0 -1
  384. package/dist/local-auth/core/generators/auth-module/generated/index.js.map +0 -1
  385. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +0 -1
  386. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +0 -1
  387. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +0 -1
  388. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +0 -1
  389. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +0 -1
  390. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js.map +0 -1
  391. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +0 -1
  392. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +0 -1
  393. package/dist/local-auth/core/generators/auth-module/index.d.ts.map +0 -1
  394. package/dist/local-auth/core/generators/auth-module/index.js.map +0 -1
  395. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +0 -1
  396. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +0 -1
  397. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts.map +0 -1
  398. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js.map +0 -1
  399. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts.map +0 -1
  400. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js.map +0 -1
  401. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +0 -1
  402. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +0 -1
  403. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +0 -1
  404. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +0 -1
  405. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +0 -1
  406. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +0 -1
  407. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +0 -1
  408. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +0 -1
  409. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts.map +0 -1
  410. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js.map +0 -1
  411. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +0 -1
  412. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +0 -1
  413. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +0 -1
  414. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +0 -1
  415. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +0 -1
  416. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +0 -1
  417. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +0 -1
  418. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +0 -1
  419. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +0 -1
  420. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +0 -1
  421. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +0 -1
  422. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +0 -1
  423. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +0 -1
  424. package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +0 -1
  425. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +0 -1
  426. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +0 -1
  427. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +0 -1
  428. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +0 -1
  429. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +0 -1
  430. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +0 -1
  431. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +0 -1
  432. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +0 -1
  433. package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +0 -1
  434. package/dist/local-auth/core/generators/auth-routes/index.js.map +0 -1
  435. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +0 -1
  436. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +0 -1
  437. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +0 -1
  438. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +0 -1
  439. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +0 -1
  440. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +0 -1
  441. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +0 -1
  442. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +0 -1
  443. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +0 -1
  444. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +0 -1
  445. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +0 -1
  446. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +0 -1
  447. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +0 -1
  448. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +0 -1
  449. package/dist/local-auth/core/generators/index.d.ts.map +0 -1
  450. package/dist/local-auth/core/generators/index.js.map +0 -1
  451. package/dist/local-auth/core/generators/react-auth/index.d.ts.map +0 -1
  452. package/dist/local-auth/core/generators/react-auth/index.js.map +0 -1
  453. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts.map +0 -1
  454. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js.map +0 -1
  455. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +0 -1
  456. package/dist/local-auth/core/generators/react-session/generated/index.js.map +0 -1
  457. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +0 -1
  458. package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +0 -1
  459. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +0 -1
  460. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +0 -1
  461. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +0 -1
  462. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js.map +0 -1
  463. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +0 -1
  464. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +0 -1
  465. package/dist/local-auth/core/generators/react-session/index.d.ts.map +0 -1
  466. package/dist/local-auth/core/generators/react-session/index.js.map +0 -1
  467. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +0 -1
  468. package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +0 -1
  469. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +0 -1
  470. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +0 -1
  471. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +0 -1
  472. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +0 -1
  473. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +0 -1
  474. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +0 -1
  475. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts.map +0 -1
  476. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js.map +0 -1
  477. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +0 -1
  478. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js.map +0 -1
  479. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +0 -1
  480. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +0 -1
  481. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +0 -1
  482. package/dist/local-auth/core/generators/seed-initial-user/index.js.map +0 -1
  483. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +0 -1
  484. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +0 -1
  485. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts.map +0 -1
  486. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js.map +0 -1
  487. package/dist/local-auth/core/index.d.ts.map +0 -1
  488. package/dist/local-auth/core/index.js.map +0 -1
  489. package/dist/local-auth/core/node.d.ts.map +0 -1
  490. package/dist/local-auth/core/node.js.map +0 -1
  491. package/dist/local-auth/core/schema/models.d.ts.map +0 -1
  492. package/dist/local-auth/core/schema/models.js.map +0 -1
  493. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +0 -1
  494. package/dist/local-auth/core/schema/plugin-definition.js.map +0 -1
  495. package/dist/local-auth/core/schema/schema-issue-checker.d.ts.map +0 -1
  496. package/dist/local-auth/core/schema/schema-issue-checker.js.map +0 -1
  497. package/dist/local-auth/core/web.d.ts.map +0 -1
  498. package/dist/local-auth/core/web.js.map +0 -1
  499. package/dist/local-auth/index.d.ts.map +0 -1
  500. package/dist/local-auth/index.js.map +0 -1
  501. package/dist/placeholder-auth/constants/model-names.d.ts.map +0 -1
  502. package/dist/placeholder-auth/constants/model-names.js.map +0 -1
  503. package/dist/placeholder-auth/core/common.d.ts.map +0 -1
  504. package/dist/placeholder-auth/core/common.js.map +0 -1
  505. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +0 -1
  506. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +0 -1
  507. package/dist/placeholder-auth/core/generators/index.d.ts.map +0 -1
  508. package/dist/placeholder-auth/core/generators/index.js.map +0 -1
  509. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +0 -1
  510. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js.map +0 -1
  511. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +0 -1
  512. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +0 -1
  513. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +0 -1
  514. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +0 -1
  515. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  516. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +0 -1
  517. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +0 -1
  518. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +0 -1
  519. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts.map +0 -1
  520. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js.map +0 -1
  521. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +0 -1
  522. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +0 -1
  523. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts.map +0 -1
  524. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js.map +0 -1
  525. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts.map +0 -1
  526. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js.map +0 -1
  527. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +0 -1
  528. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +0 -1
  529. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +0 -1
  530. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js.map +0 -1
  531. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +0 -1
  532. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js.map +0 -1
  533. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts.map +0 -1
  534. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js.map +0 -1
  535. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +0 -1
  536. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js.map +0 -1
  537. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts.map +0 -1
  538. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js.map +0 -1
  539. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +0 -1
  540. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js.map +0 -1
  541. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts.map +0 -1
  542. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js.map +0 -1
  543. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts.map +0 -1
  544. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js.map +0 -1
  545. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts.map +0 -1
  546. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js.map +0 -1
  547. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts.map +0 -1
  548. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js.map +0 -1
  549. package/dist/placeholder-auth/core/index.d.ts.map +0 -1
  550. package/dist/placeholder-auth/core/index.js.map +0 -1
  551. package/dist/placeholder-auth/core/node.d.ts.map +0 -1
  552. package/dist/placeholder-auth/core/node.js.map +0 -1
  553. package/dist/placeholder-auth/core/schema/models.d.ts.map +0 -1
  554. package/dist/placeholder-auth/core/schema/models.js.map +0 -1
  555. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +0 -1
  556. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +0 -1
  557. package/dist/placeholder-auth/core/web.d.ts.map +0 -1
  558. package/dist/placeholder-auth/core/web.js.map +0 -1
  559. package/dist/placeholder-auth/index.d.ts.map +0 -1
  560. package/dist/placeholder-auth/index.js.map +0 -1
  561. package/dist/web/assets/__federation_expose_authCoreCommon-B9LFt4zi.js +0 -85
  562. package/dist/web/assets/__federation_expose_authCoreCommon-B9LFt4zi.js.map +0 -1
  563. package/dist/web/assets/__federation_expose_authCoreWeb-CRo6bfSQ.js +0 -453
  564. package/dist/web/assets/__federation_expose_authCoreWeb-CRo6bfSQ.js.map +0 -1
  565. package/dist/web/assets/__federation_expose_better-authAdminCommon-Drx1dj0K.js +0 -63
  566. package/dist/web/assets/__federation_expose_better-authAdminCommon-Drx1dj0K.js.map +0 -1
  567. package/dist/web/assets/__federation_expose_better-authAdminWeb-Zsc9mjjD.js +0 -41
  568. package/dist/web/assets/__federation_expose_better-authAdminWeb-Zsc9mjjD.js.map +0 -1
  569. package/dist/web/assets/__federation_expose_better-authCoreCommon-BTstKS5D.js +0 -54
  570. package/dist/web/assets/__federation_expose_better-authCoreCommon-BTstKS5D.js.map +0 -1
  571. package/dist/web/assets/__federation_expose_better-authCoreWeb-ClXucVm1.js +0 -157
  572. package/dist/web/assets/__federation_expose_better-authCoreWeb-ClXucVm1.js.map +0 -1
  573. package/dist/web/assets/__federation_expose_local-authAdminCommon-Drx1dj0K.js +0 -63
  574. package/dist/web/assets/__federation_expose_local-authAdminCommon-Drx1dj0K.js.map +0 -1
  575. package/dist/web/assets/__federation_expose_local-authAdminWeb-Ci30yAgH.js +0 -41
  576. package/dist/web/assets/__federation_expose_local-authAdminWeb-Ci30yAgH.js.map +0 -1
  577. package/dist/web/assets/__federation_expose_local-authCoreCommon-C13Qctt3.js +0 -54
  578. package/dist/web/assets/__federation_expose_local-authCoreCommon-C13Qctt3.js.map +0 -1
  579. package/dist/web/assets/__federation_expose_local-authCoreWeb-CLMjEvfQ.js +0 -167
  580. package/dist/web/assets/__federation_expose_local-authCoreWeb-CLMjEvfQ.js.map +0 -1
  581. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZPLUXY.js +0 -23
  582. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZPLUXY.js.map +0 -1
  583. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-DNuOQDyt.js +0 -177
  584. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-DNuOQDyt.js.map +0 -1
  585. package/dist/web/assets/__federation_fn_import-DvwH-J9J.js +0 -421
  586. package/dist/web/assets/__federation_fn_import-DvwH-J9J.js.map +0 -1
  587. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B2EK5IrR.js +0 -359
  588. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B2EK5IrR.js.map +0 -1
  589. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CueLW7vJ.js +0 -22532
  590. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CueLW7vJ.js.map +0 -1
  591. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Cs5voPoC.js +0 -78638
  592. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Cs5voPoC.js.map +0 -1
  593. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DH2Y7csi.js +0 -1855
  594. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DH2Y7csi.js.map +0 -1
  595. package/dist/web/assets/__federation_shared_@tanstack/react-router-CDlgRD7c.js +0 -6565
  596. package/dist/web/assets/__federation_shared_@tanstack/react-router-CDlgRD7c.js.map +0 -1
  597. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js +0 -8
  598. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js.map +0 -1
  599. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js +0 -251
  600. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js.map +0 -1
  601. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js +0 -13250
  602. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js.map +0 -1
  603. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js +0 -6
  604. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js.map +0 -1
  605. package/dist/web/assets/get-auth-plugin-definition-B2xRtRBt.js +0 -13
  606. package/dist/web/assets/get-auth-plugin-definition-B2xRtRBt.js.map +0 -1
  607. package/dist/web/assets/index-D2s6d88Y.js +0 -101
  608. package/dist/web/assets/index-D2s6d88Y.js.map +0 -1
  609. package/dist/web/assets/index-DUwCgkeV.js +0 -570
  610. package/dist/web/assets/index-DUwCgkeV.js.map +0 -1
  611. package/dist/web/assets/index-l0sNRNKZ.js.map +0 -1
  612. package/dist/web/assets/index.esm-CUhaqfEI.js +0 -2676
  613. package/dist/web/assets/index.esm-CUhaqfEI.js.map +0 -1
  614. package/dist/web/assets/isEqual-tnzoadW8.js +0 -242
  615. package/dist/web/assets/isEqual-tnzoadW8.js.map +0 -1
  616. package/dist/web/assets/jsx-runtime-XI9uIe3W.js +0 -60
  617. package/dist/web/assets/jsx-runtime-XI9uIe3W.js.map +0 -1
  618. package/dist/web/assets/mergeWith-VagwCqUi.js +0 -76
  619. package/dist/web/assets/mergeWith-VagwCqUi.js.map +0 -1
  620. package/dist/web/assets/model-names-D7UT0B8x.js +0 -10
  621. package/dist/web/assets/model-names-D7UT0B8x.js.map +0 -1
  622. package/dist/web/assets/model-names-DrcaRxt1.js +0 -25
  623. package/dist/web/assets/model-names-DrcaRxt1.js.map +0 -1
  624. package/dist/web/assets/model-utils-Ccvph4Ii.js +0 -840
  625. package/dist/web/assets/model-utils-Ccvph4Ii.js.map +0 -1
  626. package/dist/web/assets/plugin-definition-B6PqjUHm.js +0 -16
  627. package/dist/web/assets/plugin-definition-B6PqjUHm.js.map +0 -1
  628. package/dist/web/assets/plugin-definition-B6kOvigE.js +0 -315
  629. package/dist/web/assets/plugin-definition-B6kOvigE.js.map +0 -1
  630. package/dist/web/assets/plugin-definition-DDe2WhbZ.js +0 -93
  631. package/dist/web/assets/plugin-definition-DDe2WhbZ.js.map +0 -1
  632. package/dist/web/assets/plugin-definition-QKz1ZAYK.js +0 -304
  633. package/dist/web/assets/plugin-definition-QKz1ZAYK.js.map +0 -1
  634. package/dist/web/assets/react-D62wAwO5.js +0 -47
  635. package/dist/web/assets/react-D62wAwO5.js.map +0 -1
  636. package/dist/web/assets/registries-Tz_dluz3.js +0 -1119
  637. package/dist/web/assets/registries-Tz_dluz3.js.map +0 -1
  638. package/dist/web/assets/remoteEntry.js +0 -84
  639. package/dist/web/assets/remoteEntry.js.map +0 -1
  640. package/dist/web/assets/styles-BEU-uMT0.js +0 -69
  641. package/dist/web/assets/styles-BEU-uMT0.js.map +0 -1
  642. package/dist/web/assets/with-selector-DTXBONcE.js +0 -201
  643. package/dist/web/assets/with-selector-DTXBONcE.js.map +0 -1
@@ -1,242 +0,0 @@
1
- function noop() { }
2
-
3
- function getSymbols(object) {
4
- return Object.getOwnPropertySymbols(object).filter(symbol => Object.prototype.propertyIsEnumerable.call(object, symbol));
5
- }
6
-
7
- function getTag(value) {
8
- if (value == null) {
9
- return value === undefined ? '[object Undefined]' : '[object Null]';
10
- }
11
- return Object.prototype.toString.call(value);
12
- }
13
-
14
- const regexpTag = '[object RegExp]';
15
- const stringTag = '[object String]';
16
- const numberTag = '[object Number]';
17
- const booleanTag = '[object Boolean]';
18
- const argumentsTag = '[object Arguments]';
19
- const symbolTag = '[object Symbol]';
20
- const dateTag = '[object Date]';
21
- const mapTag = '[object Map]';
22
- const setTag = '[object Set]';
23
- const arrayTag = '[object Array]';
24
- const functionTag = '[object Function]';
25
- const arrayBufferTag = '[object ArrayBuffer]';
26
- const objectTag = '[object Object]';
27
- const errorTag = '[object Error]';
28
- const dataViewTag = '[object DataView]';
29
- const uint8ArrayTag = '[object Uint8Array]';
30
- const uint8ClampedArrayTag = '[object Uint8ClampedArray]';
31
- const uint16ArrayTag = '[object Uint16Array]';
32
- const uint32ArrayTag = '[object Uint32Array]';
33
- const bigUint64ArrayTag = '[object BigUint64Array]';
34
- const int8ArrayTag = '[object Int8Array]';
35
- const int16ArrayTag = '[object Int16Array]';
36
- const int32ArrayTag = '[object Int32Array]';
37
- const bigInt64ArrayTag = '[object BigInt64Array]';
38
- const float32ArrayTag = '[object Float32Array]';
39
- const float64ArrayTag = '[object Float64Array]';
40
-
41
- function isPlainObject(value) {
42
- if (!value || typeof value !== 'object') {
43
- return false;
44
- }
45
- const proto = Object.getPrototypeOf(value);
46
- const hasObjectPrototype = proto === null ||
47
- proto === Object.prototype ||
48
- Object.getPrototypeOf(proto) === null;
49
- if (!hasObjectPrototype) {
50
- return false;
51
- }
52
- return Object.prototype.toString.call(value) === '[object Object]';
53
- }
54
-
55
- function isEqualsSameValueZero(value, other) {
56
- return value === other || (Number.isNaN(value) && Number.isNaN(other));
57
- }
58
-
59
- function isEqualWith(a, b, areValuesEqual) {
60
- return isEqualWithImpl(a, b, undefined, undefined, undefined, undefined, areValuesEqual);
61
- }
62
- function isEqualWithImpl(a, b, property, aParent, bParent, stack, areValuesEqual) {
63
- const result = areValuesEqual(a, b, property, aParent, bParent, stack);
64
- if (result !== undefined) {
65
- return result;
66
- }
67
- if (typeof a === typeof b) {
68
- switch (typeof a) {
69
- case 'bigint':
70
- case 'string':
71
- case 'boolean':
72
- case 'symbol':
73
- case 'undefined': {
74
- return a === b;
75
- }
76
- case 'number': {
77
- return a === b || Object.is(a, b);
78
- }
79
- case 'function': {
80
- return a === b;
81
- }
82
- case 'object': {
83
- return areObjectsEqual(a, b, stack, areValuesEqual);
84
- }
85
- }
86
- }
87
- return areObjectsEqual(a, b, stack, areValuesEqual);
88
- }
89
- function areObjectsEqual(a, b, stack, areValuesEqual) {
90
- if (Object.is(a, b)) {
91
- return true;
92
- }
93
- let aTag = getTag(a);
94
- let bTag = getTag(b);
95
- if (aTag === argumentsTag) {
96
- aTag = objectTag;
97
- }
98
- if (bTag === argumentsTag) {
99
- bTag = objectTag;
100
- }
101
- if (aTag !== bTag) {
102
- return false;
103
- }
104
- switch (aTag) {
105
- case stringTag:
106
- return a.toString() === b.toString();
107
- case numberTag: {
108
- const x = a.valueOf();
109
- const y = b.valueOf();
110
- return isEqualsSameValueZero(x, y);
111
- }
112
- case booleanTag:
113
- case dateTag:
114
- case symbolTag:
115
- return Object.is(a.valueOf(), b.valueOf());
116
- case regexpTag: {
117
- return a.source === b.source && a.flags === b.flags;
118
- }
119
- case functionTag: {
120
- return a === b;
121
- }
122
- }
123
- stack = stack ?? new Map();
124
- const aStack = stack.get(a);
125
- const bStack = stack.get(b);
126
- if (aStack != null && bStack != null) {
127
- return aStack === b;
128
- }
129
- stack.set(a, b);
130
- stack.set(b, a);
131
- try {
132
- switch (aTag) {
133
- case mapTag: {
134
- if (a.size !== b.size) {
135
- return false;
136
- }
137
- for (const [key, value] of a.entries()) {
138
- if (!b.has(key) || !isEqualWithImpl(value, b.get(key), key, a, b, stack, areValuesEqual)) {
139
- return false;
140
- }
141
- }
142
- return true;
143
- }
144
- case setTag: {
145
- if (a.size !== b.size) {
146
- return false;
147
- }
148
- const aValues = Array.from(a.values());
149
- const bValues = Array.from(b.values());
150
- for (let i = 0; i < aValues.length; i++) {
151
- const aValue = aValues[i];
152
- const index = bValues.findIndex(bValue => {
153
- return isEqualWithImpl(aValue, bValue, undefined, a, b, stack, areValuesEqual);
154
- });
155
- if (index === -1) {
156
- return false;
157
- }
158
- bValues.splice(index, 1);
159
- }
160
- return true;
161
- }
162
- case arrayTag:
163
- case uint8ArrayTag:
164
- case uint8ClampedArrayTag:
165
- case uint16ArrayTag:
166
- case uint32ArrayTag:
167
- case bigUint64ArrayTag:
168
- case int8ArrayTag:
169
- case int16ArrayTag:
170
- case int32ArrayTag:
171
- case bigInt64ArrayTag:
172
- case float32ArrayTag:
173
- case float64ArrayTag: {
174
- if (typeof Buffer !== 'undefined' && Buffer.isBuffer(a) !== Buffer.isBuffer(b)) {
175
- return false;
176
- }
177
- if (a.length !== b.length) {
178
- return false;
179
- }
180
- for (let i = 0; i < a.length; i++) {
181
- if (!isEqualWithImpl(a[i], b[i], i, a, b, stack, areValuesEqual)) {
182
- return false;
183
- }
184
- }
185
- return true;
186
- }
187
- case arrayBufferTag: {
188
- if (a.byteLength !== b.byteLength) {
189
- return false;
190
- }
191
- return areObjectsEqual(new Uint8Array(a), new Uint8Array(b), stack, areValuesEqual);
192
- }
193
- case dataViewTag: {
194
- if (a.byteLength !== b.byteLength || a.byteOffset !== b.byteOffset) {
195
- return false;
196
- }
197
- return areObjectsEqual(new Uint8Array(a), new Uint8Array(b), stack, areValuesEqual);
198
- }
199
- case errorTag: {
200
- return a.name === b.name && a.message === b.message;
201
- }
202
- case objectTag: {
203
- const areEqualInstances = areObjectsEqual(a.constructor, b.constructor, stack, areValuesEqual) ||
204
- (isPlainObject(a) && isPlainObject(b));
205
- if (!areEqualInstances) {
206
- return false;
207
- }
208
- const aKeys = [...Object.keys(a), ...getSymbols(a)];
209
- const bKeys = [...Object.keys(b), ...getSymbols(b)];
210
- if (aKeys.length !== bKeys.length) {
211
- return false;
212
- }
213
- for (let i = 0; i < aKeys.length; i++) {
214
- const propKey = aKeys[i];
215
- const aProp = a[propKey];
216
- if (!Object.hasOwn(b, propKey)) {
217
- return false;
218
- }
219
- const bProp = b[propKey];
220
- if (!isEqualWithImpl(aProp, bProp, propKey, a, b, stack, areValuesEqual)) {
221
- return false;
222
- }
223
- }
224
- return true;
225
- }
226
- default: {
227
- return false;
228
- }
229
- }
230
- }
231
- finally {
232
- stack.delete(a);
233
- stack.delete(b);
234
- }
235
- }
236
-
237
- function isEqual(a, b) {
238
- return isEqualWith(a, b, noop);
239
- }
240
-
241
- export { isEqual as A, getTag as a, uint16ArrayTag as b, uint8ClampedArrayTag as c, uint8ArrayTag as d, stringTag as e, setTag as f, getSymbols as g, int16ArrayTag as h, int32ArrayTag as i, int8ArrayTag as j, float64ArrayTag as k, float32ArrayTag as l, mapTag as m, numberTag as n, objectTag as o, dateTag as p, booleanTag as q, regexpTag as r, symbolTag as s, dataViewTag as t, uint32ArrayTag as u, arrayBufferTag as v, arrayTag as w, argumentsTag as x, isPlainObject as y, isEqualsSameValueZero as z };
242
- //# sourceMappingURL=isEqual-tnzoadW8.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isEqual-tnzoadW8.js","sources":["../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/function/noop.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/compat/_internal/tags.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/_internal/isEqualsSameValueZero.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/predicate/isEqualWith.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/predicate/isEqual.mjs"],"sourcesContent":["function noop() { }\n\nexport { noop };\n","function getSymbols(object) {\n return Object.getOwnPropertySymbols(object).filter(symbol => Object.prototype.propertyIsEnumerable.call(object, symbol));\n}\n\nexport { getSymbols };\n","function getTag(value) {\n if (value == null) {\n return value === undefined ? '[object Undefined]' : '[object Null]';\n }\n return Object.prototype.toString.call(value);\n}\n\nexport { getTag };\n","const regexpTag = '[object RegExp]';\nconst stringTag = '[object String]';\nconst numberTag = '[object Number]';\nconst booleanTag = '[object Boolean]';\nconst argumentsTag = '[object Arguments]';\nconst symbolTag = '[object Symbol]';\nconst dateTag = '[object Date]';\nconst mapTag = '[object Map]';\nconst setTag = '[object Set]';\nconst arrayTag = '[object Array]';\nconst functionTag = '[object Function]';\nconst arrayBufferTag = '[object ArrayBuffer]';\nconst objectTag = '[object Object]';\nconst errorTag = '[object Error]';\nconst dataViewTag = '[object DataView]';\nconst uint8ArrayTag = '[object Uint8Array]';\nconst uint8ClampedArrayTag = '[object Uint8ClampedArray]';\nconst uint16ArrayTag = '[object Uint16Array]';\nconst uint32ArrayTag = '[object Uint32Array]';\nconst bigUint64ArrayTag = '[object BigUint64Array]';\nconst int8ArrayTag = '[object Int8Array]';\nconst int16ArrayTag = '[object Int16Array]';\nconst int32ArrayTag = '[object Int32Array]';\nconst bigInt64ArrayTag = '[object BigInt64Array]';\nconst float32ArrayTag = '[object Float32Array]';\nconst float64ArrayTag = '[object Float64Array]';\n\nexport { argumentsTag, arrayBufferTag, arrayTag, bigInt64ArrayTag, bigUint64ArrayTag, booleanTag, dataViewTag, dateTag, errorTag, float32ArrayTag, float64ArrayTag, functionTag, int16ArrayTag, int32ArrayTag, int8ArrayTag, mapTag, numberTag, objectTag, regexpTag, setTag, stringTag, symbolTag, uint16ArrayTag, uint32ArrayTag, uint8ArrayTag, uint8ClampedArrayTag };\n","function isPlainObject(value) {\n if (!value || typeof value !== 'object') {\n return false;\n }\n const proto = Object.getPrototypeOf(value);\n const hasObjectPrototype = proto === null ||\n proto === Object.prototype ||\n Object.getPrototypeOf(proto) === null;\n if (!hasObjectPrototype) {\n return false;\n }\n return Object.prototype.toString.call(value) === '[object Object]';\n}\n\nexport { isPlainObject };\n","function isEqualsSameValueZero(value, other) {\n return value === other || (Number.isNaN(value) && Number.isNaN(other));\n}\n\nexport { isEqualsSameValueZero };\n","import { isPlainObject } from './isPlainObject.mjs';\nimport { getSymbols } from '../compat/_internal/getSymbols.mjs';\nimport { getTag } from '../compat/_internal/getTag.mjs';\nimport { functionTag, regexpTag, symbolTag, dateTag, booleanTag, numberTag, stringTag, objectTag, errorTag, dataViewTag, arrayBufferTag, float64ArrayTag, float32ArrayTag, bigInt64ArrayTag, int32ArrayTag, int16ArrayTag, int8ArrayTag, bigUint64ArrayTag, uint32ArrayTag, uint16ArrayTag, uint8ClampedArrayTag, uint8ArrayTag, arrayTag, setTag, mapTag, argumentsTag } from '../compat/_internal/tags.mjs';\nimport { isEqualsSameValueZero } from '../_internal/isEqualsSameValueZero.mjs';\n\nfunction isEqualWith(a, b, areValuesEqual) {\n return isEqualWithImpl(a, b, undefined, undefined, undefined, undefined, areValuesEqual);\n}\nfunction isEqualWithImpl(a, b, property, aParent, bParent, stack, areValuesEqual) {\n const result = areValuesEqual(a, b, property, aParent, bParent, stack);\n if (result !== undefined) {\n return result;\n }\n if (typeof a === typeof b) {\n switch (typeof a) {\n case 'bigint':\n case 'string':\n case 'boolean':\n case 'symbol':\n case 'undefined': {\n return a === b;\n }\n case 'number': {\n return a === b || Object.is(a, b);\n }\n case 'function': {\n return a === b;\n }\n case 'object': {\n return areObjectsEqual(a, b, stack, areValuesEqual);\n }\n }\n }\n return areObjectsEqual(a, b, stack, areValuesEqual);\n}\nfunction areObjectsEqual(a, b, stack, areValuesEqual) {\n if (Object.is(a, b)) {\n return true;\n }\n let aTag = getTag(a);\n let bTag = getTag(b);\n if (aTag === argumentsTag) {\n aTag = objectTag;\n }\n if (bTag === argumentsTag) {\n bTag = objectTag;\n }\n if (aTag !== bTag) {\n return false;\n }\n switch (aTag) {\n case stringTag:\n return a.toString() === b.toString();\n case numberTag: {\n const x = a.valueOf();\n const y = b.valueOf();\n return isEqualsSameValueZero(x, y);\n }\n case booleanTag:\n case dateTag:\n case symbolTag:\n return Object.is(a.valueOf(), b.valueOf());\n case regexpTag: {\n return a.source === b.source && a.flags === b.flags;\n }\n case functionTag: {\n return a === b;\n }\n }\n stack = stack ?? new Map();\n const aStack = stack.get(a);\n const bStack = stack.get(b);\n if (aStack != null && bStack != null) {\n return aStack === b;\n }\n stack.set(a, b);\n stack.set(b, a);\n try {\n switch (aTag) {\n case mapTag: {\n if (a.size !== b.size) {\n return false;\n }\n for (const [key, value] of a.entries()) {\n if (!b.has(key) || !isEqualWithImpl(value, b.get(key), key, a, b, stack, areValuesEqual)) {\n return false;\n }\n }\n return true;\n }\n case setTag: {\n if (a.size !== b.size) {\n return false;\n }\n const aValues = Array.from(a.values());\n const bValues = Array.from(b.values());\n for (let i = 0; i < aValues.length; i++) {\n const aValue = aValues[i];\n const index = bValues.findIndex(bValue => {\n return isEqualWithImpl(aValue, bValue, undefined, a, b, stack, areValuesEqual);\n });\n if (index === -1) {\n return false;\n }\n bValues.splice(index, 1);\n }\n return true;\n }\n case arrayTag:\n case uint8ArrayTag:\n case uint8ClampedArrayTag:\n case uint16ArrayTag:\n case uint32ArrayTag:\n case bigUint64ArrayTag:\n case int8ArrayTag:\n case int16ArrayTag:\n case int32ArrayTag:\n case bigInt64ArrayTag:\n case float32ArrayTag:\n case float64ArrayTag: {\n if (typeof Buffer !== 'undefined' && Buffer.isBuffer(a) !== Buffer.isBuffer(b)) {\n return false;\n }\n if (a.length !== b.length) {\n return false;\n }\n for (let i = 0; i < a.length; i++) {\n if (!isEqualWithImpl(a[i], b[i], i, a, b, stack, areValuesEqual)) {\n return false;\n }\n }\n return true;\n }\n case arrayBufferTag: {\n if (a.byteLength !== b.byteLength) {\n return false;\n }\n return areObjectsEqual(new Uint8Array(a), new Uint8Array(b), stack, areValuesEqual);\n }\n case dataViewTag: {\n if (a.byteLength !== b.byteLength || a.byteOffset !== b.byteOffset) {\n return false;\n }\n return areObjectsEqual(new Uint8Array(a), new Uint8Array(b), stack, areValuesEqual);\n }\n case errorTag: {\n return a.name === b.name && a.message === b.message;\n }\n case objectTag: {\n const areEqualInstances = areObjectsEqual(a.constructor, b.constructor, stack, areValuesEqual) ||\n (isPlainObject(a) && isPlainObject(b));\n if (!areEqualInstances) {\n return false;\n }\n const aKeys = [...Object.keys(a), ...getSymbols(a)];\n const bKeys = [...Object.keys(b), ...getSymbols(b)];\n if (aKeys.length !== bKeys.length) {\n return false;\n }\n for (let i = 0; i < aKeys.length; i++) {\n const propKey = aKeys[i];\n const aProp = a[propKey];\n if (!Object.hasOwn(b, propKey)) {\n return false;\n }\n const bProp = b[propKey];\n if (!isEqualWithImpl(aProp, bProp, propKey, a, b, stack, areValuesEqual)) {\n return false;\n }\n }\n return true;\n }\n default: {\n return false;\n }\n }\n }\n finally {\n stack.delete(a);\n stack.delete(b);\n }\n}\n\nexport { isEqualWith };\n","import { isEqualWith } from './isEqualWith.mjs';\nimport { noop } from '../function/noop.mjs';\n\nfunction isEqual(a, b) {\n return isEqualWith(a, b, noop);\n}\n\nexport { isEqual };\n"],"names":[],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7]}
@@ -1,60 +0,0 @@
1
- var jsxRuntime = {exports: {}};
2
-
3
- var reactJsxRuntime_production = {};
4
-
5
- /**
6
- * @license React
7
- * react-jsx-runtime.production.js
8
- *
9
- * Copyright (c) Meta Platforms, Inc. and affiliates.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
-
15
- var hasRequiredReactJsxRuntime_production;
16
-
17
- function requireReactJsxRuntime_production () {
18
- if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
19
- hasRequiredReactJsxRuntime_production = 1;
20
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
21
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
22
- function jsxProd(type, config, maybeKey) {
23
- var key = null;
24
- void 0 !== maybeKey && (key = "" + maybeKey);
25
- void 0 !== config.key && (key = "" + config.key);
26
- if ("key" in config) {
27
- maybeKey = {};
28
- for (var propName in config)
29
- "key" !== propName && (maybeKey[propName] = config[propName]);
30
- } else maybeKey = config;
31
- config = maybeKey.ref;
32
- return {
33
- $$typeof: REACT_ELEMENT_TYPE,
34
- type: type,
35
- key: key,
36
- ref: void 0 !== config ? config : null,
37
- props: maybeKey
38
- };
39
- }
40
- reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
41
- reactJsxRuntime_production.jsx = jsxProd;
42
- reactJsxRuntime_production.jsxs = jsxProd;
43
- return reactJsxRuntime_production;
44
- }
45
-
46
- var hasRequiredJsxRuntime;
47
-
48
- function requireJsxRuntime () {
49
- if (hasRequiredJsxRuntime) return jsxRuntime.exports;
50
- hasRequiredJsxRuntime = 1;
51
- {
52
- jsxRuntime.exports = requireReactJsxRuntime_production();
53
- }
54
- return jsxRuntime.exports;
55
- }
56
-
57
- var jsxRuntimeExports = requireJsxRuntime();
58
-
59
- export { jsxRuntimeExports as j };
60
- //# sourceMappingURL=jsx-runtime-XI9uIe3W.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jsx-runtime-XI9uIe3W.js","sources":["../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react-jsx-runtime.production.js","../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/jsx-runtime.js"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\");\nfunction jsxProd(type, config, maybeKey) {\n var key = null;\n void 0 !== maybeKey && (key = \"\" + maybeKey);\n void 0 !== config.key && (key = \"\" + config.key);\n if (\"key\" in config) {\n maybeKey = {};\n for (var propName in config)\n \"key\" !== propName && (maybeKey[propName] = config[propName]);\n } else maybeKey = config;\n config = maybeKey.ref;\n return {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n ref: void 0 !== config ? config : null,\n props: maybeKey\n };\n}\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsxProd;\nexports.jsxs = jsxProd;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n"],"names":["jsxRuntimeModule","require$$0"],"mappings":";;;;;;;;;;;;;;;;;;;AAWA,CAAA,IAAI,kBAAkB,GAAG,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC;AACjE,GAAE,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC;AACpD,CAAA,SAAS,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE;GACvC,IAAI,GAAG,GAAG,IAAI;GACd,MAAM,KAAK,QAAQ,KAAK,GAAG,GAAG,EAAE,GAAG,QAAQ,CAAC;AAC9C,GAAE,MAAM,KAAK,MAAM,CAAC,GAAG,KAAK,GAAG,GAAG,EAAE,GAAG,MAAM,CAAC,GAAG,CAAC;AAClD,GAAE,IAAI,KAAK,IAAI,MAAM,EAAE;KACnB,QAAQ,GAAG,EAAE;AACjB,KAAI,KAAK,IAAI,QAAQ,IAAI,MAAM;AAC/B,OAAM,KAAK,KAAK,QAAQ,KAAK,QAAQ,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;GACnE,CAAG,MAAM,QAAQ,GAAG,MAAM;AAC1B,GAAE,MAAM,GAAG,QAAQ,CAAC,GAAG;AACvB,GAAE,OAAO;KACL,QAAQ,EAAE,kBAAkB;KAC5B,IAAI,EAAE,IAAI;KACV,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,IAAI;AAC1C,KAAI,KAAK,EAAE;IACR;AACH,CAAA;AACA,CAAA,0BAAA,CAAA,QAAgB,GAAG,mBAAmB;AACtC,CAAA,0BAAA,CAAA,GAAW,GAAG,OAAO;AACrB,CAAA,0BAAA,CAAA,IAAY,GAAG,OAAO;;;;;;;;;AC/BtB,CAA2C;GACzCA,UAAA,CAAA,OAAO,GAAUC,iCAAA,EAA+C;CAClE;;;;;;;;","x_google_ignoreList":[0,1]}
@@ -1,76 +0,0 @@
1
- import { y as isPlainObject } from './isEqual-tnzoadW8.js';
2
-
3
- function compareValues(a, b, order) {
4
- if (a < b) {
5
- return order === 'asc' ? -1 : 1;
6
- }
7
- if (a > b) {
8
- return order === 'asc' ? 1 : -1;
9
- }
10
- return 0;
11
- }
12
-
13
- function orderBy(arr, criteria, orders) {
14
- return arr.slice().sort((a, b) => {
15
- const ordersLength = orders.length;
16
- for (let i = 0; i < criteria.length; i++) {
17
- const order = ordersLength > i ? orders[i] : orders[ordersLength - 1];
18
- const criterion = criteria[i];
19
- const criterionIsFunction = typeof criterion === 'function';
20
- const valueA = criterionIsFunction ? criterion(a) : a[criterion];
21
- const valueB = criterionIsFunction ? criterion(b) : b[criterion];
22
- const result = compareValues(valueA, valueB, order);
23
- if (result !== 0) {
24
- return result;
25
- }
26
- }
27
- return 0;
28
- });
29
- }
30
-
31
- function sortBy(arr, criteria) {
32
- return orderBy(arr, criteria, ['asc']);
33
- }
34
-
35
- function isUnsafeProperty(key) {
36
- return key === '__proto__';
37
- }
38
-
39
- function mergeWith(target, source, merge) {
40
- const sourceKeys = Object.keys(source);
41
- for (let i = 0; i < sourceKeys.length; i++) {
42
- const key = sourceKeys[i];
43
- if (isUnsafeProperty(key)) {
44
- continue;
45
- }
46
- const sourceValue = source[key];
47
- const targetValue = target[key];
48
- const merged = merge(targetValue, sourceValue, key, target, source);
49
- if (merged !== undefined) {
50
- target[key] = merged;
51
- }
52
- else if (Array.isArray(sourceValue)) {
53
- if (Array.isArray(targetValue)) {
54
- target[key] = mergeWith(targetValue, sourceValue, merge);
55
- }
56
- else {
57
- target[key] = mergeWith([], sourceValue, merge);
58
- }
59
- }
60
- else if (isPlainObject(sourceValue)) {
61
- if (isPlainObject(targetValue)) {
62
- target[key] = mergeWith(targetValue, sourceValue, merge);
63
- }
64
- else {
65
- target[key] = mergeWith({}, sourceValue, merge);
66
- }
67
- }
68
- else if (targetValue === undefined || sourceValue !== undefined) {
69
- target[key] = sourceValue;
70
- }
71
- }
72
- return target;
73
- }
74
-
75
- export { isUnsafeProperty as i, mergeWith as m, sortBy as s };
76
- //# sourceMappingURL=mergeWith-VagwCqUi.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mergeWith-VagwCqUi.js","sources":["../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/_internal/compareValues.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/array/orderBy.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/array/sortBy.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs","../../../../../node_modules/.pnpm/es-toolkit@1.44.0/node_modules/es-toolkit/dist/object/mergeWith.mjs"],"sourcesContent":["function compareValues(a, b, order) {\n if (a < b) {\n return order === 'asc' ? -1 : 1;\n }\n if (a > b) {\n return order === 'asc' ? 1 : -1;\n }\n return 0;\n}\n\nexport { compareValues };\n","import { compareValues } from '../_internal/compareValues.mjs';\n\nfunction orderBy(arr, criteria, orders) {\n return arr.slice().sort((a, b) => {\n const ordersLength = orders.length;\n for (let i = 0; i < criteria.length; i++) {\n const order = ordersLength > i ? orders[i] : orders[ordersLength - 1];\n const criterion = criteria[i];\n const criterionIsFunction = typeof criterion === 'function';\n const valueA = criterionIsFunction ? criterion(a) : a[criterion];\n const valueB = criterionIsFunction ? criterion(b) : b[criterion];\n const result = compareValues(valueA, valueB, order);\n if (result !== 0) {\n return result;\n }\n }\n return 0;\n });\n}\n\nexport { orderBy };\n","import { orderBy } from './orderBy.mjs';\n\nfunction sortBy(arr, criteria) {\n return orderBy(arr, criteria, ['asc']);\n}\n\nexport { sortBy };\n","function isUnsafeProperty(key) {\n return key === '__proto__';\n}\n\nexport { isUnsafeProperty };\n","import { isUnsafeProperty } from '../_internal/isUnsafeProperty.mjs';\nimport { isPlainObject } from '../predicate/isPlainObject.mjs';\n\nfunction mergeWith(target, source, merge) {\n const sourceKeys = Object.keys(source);\n for (let i = 0; i < sourceKeys.length; i++) {\n const key = sourceKeys[i];\n if (isUnsafeProperty(key)) {\n continue;\n }\n const sourceValue = source[key];\n const targetValue = target[key];\n const merged = merge(targetValue, sourceValue, key, target, source);\n if (merged !== undefined) {\n target[key] = merged;\n }\n else if (Array.isArray(sourceValue)) {\n if (Array.isArray(targetValue)) {\n target[key] = mergeWith(targetValue, sourceValue, merge);\n }\n else {\n target[key] = mergeWith([], sourceValue, merge);\n }\n }\n else if (isPlainObject(sourceValue)) {\n if (isPlainObject(targetValue)) {\n target[key] = mergeWith(targetValue, sourceValue, merge);\n }\n else {\n target[key] = mergeWith({}, sourceValue, merge);\n }\n }\n else if (targetValue === undefined || sourceValue !== undefined) {\n target[key] = sourceValue;\n }\n }\n return target;\n}\n\nexport { mergeWith };\n"],"names":[],"mappings":"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","x_google_ignoreList":[0,1,2,3,4]}
@@ -1,10 +0,0 @@
1
- const BETTER_AUTH_MODELS = {
2
- user: "User",
3
- session: "Session",
4
- account: "Account",
5
- verification: "Verification",
6
- userRole: "UserRole"
7
- };
8
-
9
- export { BETTER_AUTH_MODELS as B };
10
- //# sourceMappingURL=model-names-D7UT0B8x.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"model-names-D7UT0B8x.js","sources":["../../../src/better-auth/constants/model-names.ts"],"sourcesContent":["export const BETTER_AUTH_MODELS = {\n user: 'User',\n session: 'Session',\n account: 'Account',\n verification: 'Verification',\n userRole: 'UserRole',\n} as const;\n"],"names":[],"mappings":"AAAO,MAAM,kBAAA,GAAqB;AAAA,EAChC,IAAA,EAAM,MAAA;AAAA,EACN,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,YAAA,EAAc,cAAA;AAAA,EACd,QAAA,EAAU;AACZ;;;;"}
@@ -1,25 +0,0 @@
1
- const LOCAL_AUTH_MODELS = {
2
- /**
3
- * Model name for the user model that represents a user in the local auth system.
4
- */
5
- user: "User",
6
- /**
7
- * Model name for the user account model that represents a user account in the local auth system, e.g. email / password.
8
- */
9
- userAccount: "UserAccount",
10
- /**
11
- * Model name for the user role model that represents a user role in the local auth system.
12
- */
13
- userRole: "UserRole",
14
- /**
15
- * Model name for the user session model that represents a user session in the local auth system.
16
- */
17
- userSession: "UserSession",
18
- /**
19
- * Model name for the auth verification model used for secure token-based verification flows (e.g. password reset, email verification).
20
- */
21
- authVerification: "AuthVerification"
22
- };
23
-
24
- export { LOCAL_AUTH_MODELS as L };
25
- //# sourceMappingURL=model-names-DrcaRxt1.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"model-names-DrcaRxt1.js","sources":["../../../src/local-auth/constants/model-names.ts"],"sourcesContent":["export const LOCAL_AUTH_MODELS = {\n /**\n * Model name for the user model that represents a user in the local auth system.\n */\n user: 'User',\n /**\n * Model name for the user account model that represents a user account in the local auth system, e.g. email / password.\n */\n userAccount: 'UserAccount',\n /**\n * Model name for the user role model that represents a user role in the local auth system.\n */\n userRole: 'UserRole',\n /**\n * Model name for the user session model that represents a user session in the local auth system.\n */\n userSession: 'UserSession',\n /**\n * Model name for the auth verification model used for secure token-based verification flows (e.g. password reset, email verification).\n */\n authVerification: 'AuthVerification',\n} as const;\n"],"names":[],"mappings":"AAAO,MAAM,iBAAA,GAAoB;AAAA;AAAA;AAAA;AAAA,EAI/B,IAAA,EAAM,MAAA;AAAA;AAAA;AAAA;AAAA,EAIN,WAAA,EAAa,aAAA;AAAA;AAAA;AAAA;AAAA,EAIb,QAAA,EAAU,UAAA;AAAA;AAAA;AAAA;AAAA,EAIV,WAAA,EAAa,aAAA;AAAA;AAAA;AAAA;AAAA,EAIb,gBAAA,EAAkB;AACpB;;;;"}