backend-plugin-api: Remove deprecated exports

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2024-08-21 14:25:06 +02:00
parent 3bfbda0f28
commit f6870508a8
3 changed files with 9 additions and 27 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/backend-plugin-api': minor
---
Removed the following deprecated exports
- `BackendPluginConfig` use `CreateBackendPluginOptions`
- `BackendModuleConfig` use `CreateBackendModuleOptions`
- `ExtensionPointConfig` use `CreateExtensionPointOptions`