v0.0.3-preview.3
Exports InferAuth<T> from @robelest/convex-auth/component so consumers can extract the full ctx.auth type from an AuthCtx result in one line: type MyAuth = InferAuth<typeof authCtx>; Also forces case-sensitive renames that were missed on macOS.