Additional package export

Signed-off-by: Magnus Persson <magnus.persson@fortnox.se>
This commit is contained in:
Magnus Persson
2023-01-23 00:07:32 +01:00
parent 38c3232645
commit 6310eacc11
5 changed files with 38 additions and 2 deletions
@@ -23,6 +23,7 @@ import {
import { InstanceUrlWrapper, FindingsWrapper } from './types';
import { DiscoveryApi, IdentityApi } from '@backstage/core-plugin-api';
/** @alpha */
export class SonarQubeClient implements SonarQubeApi {
discoveryApi: DiscoveryApi;
identityApi: IdentityApi;
+1
View File
@@ -21,5 +21,6 @@
* @packageDocumentation
*/
export * from './api';
export * from './components';
export * from './plugin';