Merge pull request #33148 from backstage/rugvip/move-extensionFactoryMiddleware-to-frontend-app-api

Move `ExtensionFactoryMiddleware` from frontend-plugin-api to frontend-app-api
This commit is contained in:
Patrik Oldsberg
2026-03-05 13:56:01 +01:00
committed by GitHub
12 changed files with 73 additions and 8 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Added the `ExtensionFactoryMiddleware` type as a public export.
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Deprecated the `ExtensionFactoryMiddleware` type, which has been moved to `@backstage/frontend-app-api`.