From 308b1e96a997de5e8d800aec8e7dab03945a80c0 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+unredundant@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:43:15 -0600 Subject: [PATCH] regenerate api thingy Signed-off-by: Ryan Brink <5607577+unredundant@users.noreply.github.com> --- plugins/apollo-explorer/api-report.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/apollo-explorer/api-report.md b/plugins/apollo-explorer/api-report.md index 19828afe15..593f8f3004 100644 --- a/plugins/apollo-explorer/api-report.md +++ b/plugins/apollo-explorer/api-report.md @@ -9,9 +9,7 @@ import { BackstagePlugin } from '@backstage/core-plugin-api'; import { JSONObject } from '@apollo/explorer/src/helpers/types'; import { RouteRef } from '@backstage/core-plugin-api'; -// Warning: (ae-missing-release-tag) "ApolloExplorerPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) +// @public export const ApolloExplorerPage: ({ title, subtitle, @@ -38,9 +36,7 @@ export const ApolloExplorerPage: ({ }[]; }) => JSX.Element; -// Warning: (ae-missing-release-tag) "apolloExplorerPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) +// @public export const apolloExplorerPlugin: BackstagePlugin< { root: RouteRef;