microsoft / FluidFramework

Library for building distributed, real-time collaborative web applications
https://fluidframework.com
MIT License
4.73k stars 532 forks source link

Restore patch for API-Extractor #22484

Closed CraigMacomber closed 1 month ago

CraigMacomber commented 1 month ago

Description

https://github.com/microsoft/FluidFramework/pull/22474 Updated API-Extractor including its patch. Some packages (like common-utils) referenced that patch, while others (like server/routerlicious) duplicated it.

This change failed to trigger CI builds for common-utils, thus allowing a break for its install step to slip into main.

This restores the patch, fixing the install step and thus build.

Reviewer Guidance

The review process is outlined on this wiki page.