@erikey/react 0.4.3 → 0.4.4

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
@@ -38080,6 +38080,7 @@ export {
38080
38080
  ApiKeysCard,
38081
38081
  AppleIcon,
38082
38082
  AuthCallback,
38083
+ AuthView as AuthCard,
38083
38084
  AuthForm,
38084
38085
  AuthLoading,
38085
38086
  AuthUIProvider as AuthProvider,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erikey/react",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
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",