chore: update API reports

Signed-off-by: Sanchit2662 <sanchit2662@gmail.com>
This commit is contained in:
Sanchit2662
2026-01-16 01:32:54 +05:30
parent 5a71e7a270
commit 6bb2f2149d
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Fixed memory leak by properly cleaning up process event listeners on backend shutdown.
+1
View File
@@ -276,6 +276,7 @@ export class AppThemeSelector implements AppThemeApi {
activeThemeId$(): Observable<string | undefined>;
// (undocumented)
static createWithStorage(themes: AppTheme[]): AppThemeSelector;
dispose(): void;
// (undocumented)
getActiveThemeId(): string | undefined;
// (undocumented)