Move ExtensionFactoryMiddleware from frontend-plugin-api to frontend-app-api

The `ExtensionFactoryMiddleware` type is only used by the app-level wiring
and has been moved to `@backstage/frontend-app-api` as its canonical location.

The type is preserved in `@backstage/frontend-plugin-api` with a `@deprecated`
tag pointing to the new location. All internal usages have been updated to
import from the new location.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-05 10:37:51 +01:00
parent d0b53e39fd
commit dab6c46168
12 changed files with 123 additions and 63 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`.