Address PR Comments

Signed-off-by: sblausten <sam@roadie.io>
This commit is contained in:
sblausten
2023-05-12 13:48:12 +01:00
parent 1c82a1ace9
commit a2cdf3796b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
'@backstage/plugin-events-backend': patch
---
Adds an optional `EventBroker` for sending an event when there are conflicts, and exports `InMemoryBroker` for use in other plugins.
Adds an optional `EventBroker` for sending an event when there are conflicts.
+1 -1
View File
@@ -115,7 +115,7 @@ export class BuiltinKindsEntityProcessor implements CatalogProcessor_2 {
}
// @public (undocumented)
export const CATALOG_CONFLICTS_TOPIC = 'catalog.conflict';
export const CATALOG_CONFLICTS_TOPIC = 'experimental.catalog.conflict';
// @public
export class CatalogBuilder {
+1 -1
View File
@@ -15,4 +15,4 @@
*/
/** @public */
export const CATALOG_CONFLICTS_TOPIC = 'catalog.conflict';
export const CATALOG_CONFLICTS_TOPIC = 'experimental.catalog.conflict';