| @fuels/react | minor |
|---|---|
| @fuel-connectors/common | patch |
refactor: Move Privy provider to @fuels/react package
- Add
PrivyInternalProvidercomponent for managing Privy app initialization and configuration - Add
PrivyEventsWatchercomponent for monitoring Privy authentication state changes - Implement
PrivyAuthObserverfor subscribing to Privy login/logout events - Add Privy type definitions and configuration constants to
@fuels/react - Export Privy types from
@fuel-connectors/common:PrivyAuthEventTypesenum andIPrivyAuthObserverinterface - Simplify
FuelProviderto conditionally render Privy providers based onsocialLoginconfiguration - Improve provider hierarchy and separation of concerns