export TechInsightsClient
Signed-off-by: Leon <leonvanginneken@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
---
|
||||
|
||||
Export TechInsightsClient so it may be extended by custom implementations
|
||||
@@ -15,3 +15,4 @@
|
||||
*/
|
||||
export * from './TechInsightsApi';
|
||||
export * from './TechInsightsClient';
|
||||
export * from './types';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user