Baazar plugins: Fixed api warnings

"bazaar" and "baazar-backend" has been removed from the list of
"allowed warnings"."

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
This commit is contained in:
Niklas Aronsson
2022-07-15 12:40:22 +02:00
parent a3b9b7f012
commit 77abf50acf
8 changed files with 12 additions and 14 deletions
@@ -24,6 +24,7 @@ import { EntityBazaarInfoContent } from '../EntityBazaarInfoContent';
import { Card } from '@material-ui/core';
import { parseBazaarResponse } from '../../util/parseMethods';
/** @public */
export const EntityBazaarInfoCard = () => {
const { entity } = useEntity();
const bazaarApi = useApi(bazaarApiRef);
@@ -66,6 +66,7 @@ const getUnlinkedCatalogEntities = (
});
};
/** @public */
export const SortView = () => {
const bazaarApi = useApi(bazaarApiRef);
const catalogApi = useApi(catalogApiRef);
+2
View File
@@ -25,6 +25,7 @@ import {
} from '@backstage/core-plugin-api';
import { bazaarApiRef, BazaarClient } from './api';
/** @public */
export const bazaarPlugin = createPlugin({
id: 'bazaar',
routes: {
@@ -44,6 +45,7 @@ export const bazaarPlugin = createPlugin({
],
});
/** @public */
export const BazaarPage = bazaarPlugin.provide(
createRoutableExtension({
name: 'BazaarPage',