Expose BitbucketRepositoryParser

Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
This commit is contained in:
Mathias Åhsberg
2021-04-27 15:47:40 +00:00
parent 9a69a3877e
commit b219821a01
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -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';