@@ -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.
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
*/
|
||||
|
||||
/** @public */
|
||||
export const CATALOG_CONFLICTS_TOPIC = 'catalog.conflict';
|
||||
export const CATALOG_CONFLICTS_TOPIC = 'experimental.catalog.conflict';
|
||||
|
||||
Reference in New Issue
Block a user