2.0.0
elm bump computes this as a MAJOR change (1.4.4 => 2.0.0): State.Connecting gained a RequestId argument and Msg.WalletConnected now leads with a Maybe RequestId, so consumers pattern-matching on Connecting / WalletConnected must update. Also exposes ConnectedInfo (with the doc comment the package docs require), RequestId, ConnectFailureReason, and the isConnecting / connectingRequestId / timeoutConnect helpers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>