export TechInsightsClient

Signed-off-by: Leon <leonvanginneken@gmail.com>
This commit is contained in:
Leon
2022-05-24 14:43:07 +02:00
parent 155ffbaf7f
commit 09d2f4d179
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights': patch
---
Export TechInsightsClient so it may be extended by custom implementations
+1
View File
@@ -15,3 +15,4 @@
*/
export * from './TechInsightsApi';
export * from './TechInsightsClient';
export * from './types';
+2 -3
View File
@@ -19,7 +19,6 @@ export {
EntityTechInsightsScorecardCard,
} from './plugin';
export { techInsightsApiRef } from './api/TechInsightsApi';
export type { TechInsightsApi } from './api/TechInsightsApi';
export type { Check } from './api/types';
export { techInsightsApiRef, TechInsightsClient } from './api';
export type { TechInsightsApi, Check } from './api';
export type { CheckResultRenderer } from './components/CheckResultRenderer';