@baseplate-dev/plugin-auth 2.0.1 → 2.0.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 (241) hide show
  1. package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts +88 -3
  2. package/dist/auth0/generators/react/auth0-pages/auth0-pages.generator.d.ts.map +1 -1
  3. package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts +176 -6
  4. package/dist/auth0/generators/react/auth0-pages/generated/index.d.ts.map +1 -1
  5. package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts +88 -3
  6. package/dist/auth0/generators/react/auth0-pages/generated/template-renderers.d.ts.map +1 -1
  7. package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts +176 -6
  8. package/dist/auth0/generators/react/auth0-pages/generated/typed-templates.d.ts.map +1 -1
  9. package/dist/auth0/generators/react/react-auth0/generated/index.d.ts +176 -6
  10. package/dist/auth0/generators/react/react-auth0/generated/index.d.ts.map +1 -1
  11. package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts +88 -3
  12. package/dist/auth0/generators/react/react-auth0/generated/template-renderers.d.ts.map +1 -1
  13. package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts +88 -3
  14. package/dist/auth0/generators/react/react-auth0/generated/typed-templates.d.ts.map +1 -1
  15. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +88 -3
  16. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +1 -1
  17. package/dist/local-auth/admin/common.d.ts +4 -0
  18. package/dist/local-auth/admin/common.d.ts.map +1 -0
  19. package/dist/local-auth/admin/common.js +30 -0
  20. package/dist/local-auth/admin/common.js.map +1 -0
  21. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +453 -0
  22. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -0
  23. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +121 -0
  24. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -0
  25. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +457 -0
  26. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -0
  27. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js +9 -0
  28. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +1 -0
  29. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts +13 -0
  30. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -0
  31. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +25 -0
  32. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -0
  33. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +235 -0
  34. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -0
  35. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js +48 -0
  36. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -0
  37. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +224 -0
  38. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -0
  39. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js +29 -0
  40. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -0
  41. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts +2 -0
  42. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +1 -0
  43. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js +2 -0
  44. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +1 -0
  45. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +21 -0
  46. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -0
  47. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.gql +7 -0
  48. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +59 -0
  49. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -0
  50. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +145 -0
  51. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +452 -0
  52. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -0
  53. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +107 -0
  54. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -0
  55. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +457 -0
  56. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -0
  57. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js +9 -0
  58. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +1 -0
  59. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts +13 -0
  60. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -0
  61. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +25 -0
  62. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -0
  63. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +235 -0
  64. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -0
  65. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js +48 -0
  66. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -0
  67. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +442 -0
  68. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -0
  69. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js +31 -0
  70. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -0
  71. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts +2 -0
  72. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +1 -0
  73. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js +2 -0
  74. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +1 -0
  75. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +21 -0
  76. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -0
  77. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.gql +7 -0
  78. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +73 -0
  79. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -0
  80. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +155 -0
  81. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +221 -0
  82. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -0
  83. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +58 -0
  84. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -0
  85. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts +2 -0
  86. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +1 -0
  87. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js +2 -0
  88. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +1 -0
  89. package/dist/local-auth/admin/node.d.ts +8 -0
  90. package/dist/local-auth/admin/node.d.ts.map +1 -0
  91. package/dist/local-auth/admin/node.js +60 -0
  92. package/dist/local-auth/admin/node.js.map +1 -0
  93. package/dist/local-auth/admin/schema/manage-role-action.d.ts +19 -0
  94. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +1 -0
  95. package/dist/local-auth/admin/schema/manage-role-action.js +6 -0
  96. package/dist/local-auth/admin/schema/manage-role-action.js.map +1 -0
  97. package/dist/local-auth/admin/schema/reset-password-action.d.ts +19 -0
  98. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +1 -0
  99. package/dist/local-auth/admin/schema/reset-password-action.js +6 -0
  100. package/dist/local-auth/admin/schema/reset-password-action.js.map +1 -0
  101. package/dist/local-auth/admin/schema/roles-column.d.ts +19 -0
  102. package/dist/local-auth/admin/schema/roles-column.d.ts.map +1 -0
  103. package/dist/local-auth/admin/schema/roles-column.js +6 -0
  104. package/dist/local-auth/admin/schema/roles-column.js.map +1 -0
  105. package/dist/local-auth/admin/web.d.ts +6 -0
  106. package/dist/local-auth/admin/web.d.ts.map +1 -0
  107. package/dist/local-auth/admin/web.js +43 -0
  108. package/dist/local-auth/admin/web.js.map +1 -0
  109. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -1
  110. package/dist/local-auth/core/components/local-auth-definition-editor.js +5 -2
  111. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -1
  112. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +5 -1
  113. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -1
  114. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +20 -5
  115. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -1
  116. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +4 -1
  117. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -1
  118. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +8 -2
  119. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -1
  120. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +1 -1
  121. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -1
  122. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +40 -1
  123. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -1
  124. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +47 -0
  125. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +31 -0
  126. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -1
  127. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +97 -1
  128. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -1
  129. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +133 -0
  130. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +2 -1
  131. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -1
  132. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +9 -3
  133. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -1
  134. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +26 -0
  135. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
  136. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +2 -0
  137. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -1
  138. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +2 -0
  139. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +1 -1
  140. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -1
  141. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +1 -0
  142. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -1
  143. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +52 -0
  144. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -1
  145. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +28 -0
  146. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -1
  147. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts +2 -0
  148. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +1 -0
  149. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js +23 -0
  150. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +1 -0
  151. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.ts +26 -0
  152. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts +15 -0
  153. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +1 -0
  154. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js +35 -0
  155. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +1 -0
  156. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.ts +47 -0
  157. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +88 -3
  158. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
  159. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +264 -9
  160. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
  161. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +88 -3
  162. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
  163. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +352 -12
  164. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
  165. package/dist/local-auth/core/generators/react-session/generated/index.d.ts +176 -6
  166. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -1
  167. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +88 -3
  168. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -1
  169. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +176 -6
  170. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -1
  171. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +88 -3
  172. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -1
  173. package/dist/local-auth/core/node.d.ts.map +1 -1
  174. package/dist/local-auth/core/node.js +5 -1
  175. package/dist/local-auth/core/node.js.map +1 -1
  176. package/dist/local-auth/core/schema/plugin-definition.d.ts +3 -0
  177. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -1
  178. package/dist/local-auth/core/schema/plugin-definition.js +4 -0
  179. package/dist/local-auth/core/schema/plugin-definition.js.map +1 -1
  180. package/dist/local-auth/plugin.json +1 -1
  181. package/dist/web/assets/{__federation_expose_auth0CoreCommon-lV5QSzvf.js → __federation_expose_auth0CoreCommon-Dd4OxG3J.js} +3 -3
  182. package/dist/web/assets/{__federation_expose_auth0CoreCommon-lV5QSzvf.js.map → __federation_expose_auth0CoreCommon-Dd4OxG3J.js.map} +1 -1
  183. package/dist/web/assets/{__federation_expose_auth0CoreWeb-5F0rTNis.js → __federation_expose_auth0CoreWeb-C_de43BE.js} +5 -5
  184. package/dist/web/assets/{__federation_expose_auth0CoreWeb-5F0rTNis.js.map → __federation_expose_auth0CoreWeb-C_de43BE.js.map} +1 -1
  185. package/dist/web/assets/{__federation_expose_authCoreCommon-C5cVmNCH.js → __federation_expose_authCoreCommon-BAF30G9e.js} +3 -3
  186. package/dist/web/assets/{__federation_expose_authCoreCommon-C5cVmNCH.js.map → __federation_expose_authCoreCommon-BAF30G9e.js.map} +1 -1
  187. package/dist/web/assets/{__federation_expose_authCoreWeb-CJxY8hZC.js → __federation_expose_authCoreWeb-B26BFarY.js} +6 -6
  188. package/dist/web/assets/{__federation_expose_authCoreWeb-CJxY8hZC.js.map → __federation_expose_authCoreWeb-B26BFarY.js.map} +1 -1
  189. package/dist/web/assets/__federation_expose_local-authAdminCommon-DLbuTALX.js +64 -0
  190. package/dist/web/assets/__federation_expose_local-authAdminCommon-DLbuTALX.js.map +1 -0
  191. package/dist/web/assets/__federation_expose_local-authAdminWeb-bT8Js4V6.js +58 -0
  192. package/dist/web/assets/__federation_expose_local-authAdminWeb-bT8Js4V6.js.map +1 -0
  193. package/dist/web/assets/{__federation_expose_local-authCoreCommon-Dr_ngV2l.js → __federation_expose_local-authCoreCommon-D9tovFrj.js} +3 -3
  194. package/dist/web/assets/{__federation_expose_local-authCoreCommon-Dr_ngV2l.js.map → __federation_expose_local-authCoreCommon-D9tovFrj.js.map} +1 -1
  195. package/dist/web/assets/{__federation_expose_local-authCoreWeb-B5iBudnh.js → __federation_expose_local-authCoreWeb-DKVkRzEo.js} +24 -7
  196. package/dist/web/assets/__federation_expose_local-authCoreWeb-DKVkRzEo.js.map +1 -0
  197. package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-l8knzO7I.js → __federation_expose_placeholder-authCoreCommon-D1fszuKq.js} +3 -3
  198. package/dist/web/assets/{__federation_expose_placeholder-authCoreCommon-l8knzO7I.js.map → __federation_expose_placeholder-authCoreCommon-D1fszuKq.js.map} +1 -1
  199. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-DbI_bZsk.js → __federation_expose_placeholder-authCoreWeb-tw3UiMLM.js} +5 -5
  200. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-DbI_bZsk.js.map → __federation_expose_placeholder-authCoreWeb-tw3UiMLM.js.map} +1 -1
  201. package/dist/web/assets/{__federation_fn_import-DReOsou_.js → __federation_fn_import-B_QMlAIe.js} +2 -2
  202. package/dist/web/assets/{__federation_fn_import-DReOsou_.js.map → __federation_fn_import-B_QMlAIe.js.map} +1 -1
  203. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-BlPKO2K7.js → web-DdrB9jrq.js} +74 -6
  204. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DdrB9jrq.js.map +1 -0
  205. package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-CGEZr0YI.js → project-builder-lib-BvG5Zcxb.js} +567 -184
  206. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-BvG5Zcxb.js.map +1 -0
  207. package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-RO_rk4f0.js → ui-components-CjIA8Av2.js} +873 -624
  208. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-CjIA8Av2.js.map +1 -0
  209. package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-BbU_EX7_.js → utils-LpAGNm5N.js} +2 -2
  210. package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-BbU_EX7_.js.map → utils-LpAGNm5N.js.map} +1 -1
  211. package/dist/web/assets/__federation_shared_@tanstack/{react-router-CNTPQj7N.js → react-router-CEcQRiV1.js} +2 -2
  212. package/dist/web/assets/__federation_shared_@tanstack/{react-router-CNTPQj7N.js.map → react-router-CEcQRiV1.js.map} +1 -1
  213. package/dist/web/assets/{get-auth-plugin-definition-CQ6mWMZk.js → get-auth-plugin-definition-BrApugiB.js} +2 -2
  214. package/dist/web/assets/{get-auth-plugin-definition-CQ6mWMZk.js.map → get-auth-plugin-definition-BrApugiB.js.map} +1 -1
  215. package/dist/web/assets/{index-BkOJzK_m.js → index-DAcyTb_o.js} +5 -3
  216. package/dist/web/assets/{index-BkOJzK_m.js.map → index-DAcyTb_o.js.map} +1 -1
  217. package/dist/web/assets/{index.esm-UnRzlLlr.js → index.esm-BFQQfZNu.js} +2 -2
  218. package/dist/web/assets/{index.esm-UnRzlLlr.js.map → index.esm-BFQQfZNu.js.map} +1 -1
  219. package/dist/web/assets/{model-merger-BLEOsCIp.js → model-merger-boZDknXa.js} +11 -4
  220. package/dist/web/assets/model-merger-boZDknXa.js.map +1 -0
  221. package/dist/web/assets/{plugin-definition-PCHsX2lR.js → plugin-definition-B7A-hS1o.js} +2 -2
  222. package/dist/web/assets/{plugin-definition-PCHsX2lR.js.map → plugin-definition-B7A-hS1o.js.map} +1 -1
  223. package/dist/web/assets/{plugin-definition-ChUKIqUg.js → plugin-definition-BeK0C-OP.js} +11 -2
  224. package/dist/web/assets/plugin-definition-BeK0C-OP.js.map +1 -0
  225. package/dist/web/assets/{plugin-definition-DH4QyCfv.js → plugin-definition-CyqVivit.js} +2 -2
  226. package/dist/web/assets/{plugin-definition-DH4QyCfv.js.map → plugin-definition-CyqVivit.js.map} +1 -1
  227. package/dist/web/assets/{plugin-definition-C935Xf1h.js → plugin-definition-DfsGhMRb.js} +2 -2
  228. package/dist/web/assets/{plugin-definition-C935Xf1h.js.map → plugin-definition-DfsGhMRb.js.map} +1 -1
  229. package/dist/web/assets/{react-ecPihYHK.js → react-CKjL52W8.js} +2 -2
  230. package/dist/web/assets/{react-ecPihYHK.js.map → react-CKjL52W8.js.map} +1 -1
  231. package/dist/web/assets/remoteEntry.js +14 -8
  232. package/dist/web/assets/remoteEntry.js.map +1 -1
  233. package/dist/web/assets/{styles-I6mpdfRm.js → styles-CyTaudys.js} +3 -3
  234. package/dist/web/assets/{styles-I6mpdfRm.js.map → styles-CyTaudys.js.map} +1 -1
  235. package/package.json +12 -12
  236. package/dist/web/assets/__federation_expose_local-authCoreWeb-B5iBudnh.js.map +0 -1
  237. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BlPKO2K7.js.map +0 -1
  238. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CGEZr0YI.js.map +0 -1
  239. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-RO_rk4f0.js.map +0 -1
  240. package/dist/web/assets/model-merger-BLEOsCIp.js.map +0 -1
  241. package/dist/web/assets/plugin-definition-ChUKIqUg.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.