@erikey/react 0.4.2 → 0.4.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.
package/dist/ui/index.mjs CHANGED
@@ -38082,6 +38082,7 @@ export {
38082
38082
  AuthCallback,
38083
38083
  AuthForm,
38084
38084
  AuthLoading,
38085
+ AuthUIProvider as AuthProvider,
38085
38086
  AuthUIContext,
38086
38087
  AuthUIProvider,
38087
38088
  AuthView,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erikey/react",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "React SDK for Erikey - B2B authentication and user management. UI components based on better-auth-ui.",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",