chore: moving @alpha types to @public

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-17 11:11:53 +01:00
parent e19c3ab155
commit e3e2c57272
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import {
import { InstanceUrlWrapper, FindingsWrapper } from './types';
import { DiscoveryApi, IdentityApi } from '@backstage/core-plugin-api';
/** @alpha */
/** @public */
export class SonarQubeClient implements SonarQubeApi {
discoveryApi: DiscoveryApi;
identityApi: IdentityApi;