Merge pull request #13510 from backstage/mob/factories

backend-next: incorporate options into createServiceFactory
This commit is contained in:
Patrik Oldsberg
2022-09-09 15:17:14 +02:00
committed by GitHub
12 changed files with 193 additions and 42 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-app-api': patch
'@backstage/backend-defaults': patch
'@backstage/backend-test-utils': patch
---
Updated to support new `ServiceFactory` formats.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
The `createServiceFactory` method has been updated to return a higher-order factory that can accept options.