Expose BitbucketRepositoryParser
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Expose `BitbucketRepositoryParser` introduced in [#5295](https://github.com/backstage/backstage/pull/5295)
|
||||
@@ -35,3 +35,7 @@ export * from './types';
|
||||
export { UrlReaderProcessor } from './UrlReaderProcessor';
|
||||
export { parseEntityYaml } from './util/parse';
|
||||
export { results };
|
||||
|
||||
export * from './bitbucket/types';
|
||||
export { BitbucketClient } from './bitbucket';
|
||||
export type { BitbucketRepositoryParser } from './bitbucket';
|
||||
|
||||
Reference in New Issue
Block a user