v0.12.46
Patch Changes
-
b2b0f1c: Export the people-link types from the root barrel.
ActorCard,ProjectMemberCard,ProjectMemberView,ProjectRole, andPROJECT_ROLESshipped in 0.12.45 defined but not re-exported. They appear in the signatures of exported interfaces --ProfileProject.membersisProjectMemberCard[],ProjectView.membersisProjectMemberView[]-- so a consumer could hold the values but never name the types.Nothing caught it because the barrel tests only covered fetchers and hooks.
src/index.test.tsnow asserts each of these is nameable.