From 16c48006ff162274eede499718900aac75827929 Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 8 Jun 2023 18:30:10 -0400 Subject: [PATCH] Fix api-report Signed-off-by: josh --- plugins/nomad/api-report.md | 2 -- plugins/nomad/src/plugin.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/nomad/api-report.md b/plugins/nomad/api-report.md index 8c41b8791c..8420a6060e 100644 --- a/plugins/nomad/api-report.md +++ b/plugins/nomad/api-report.md @@ -24,8 +24,6 @@ export const isNomadAllocationsAvailable: (entity: Entity) => boolean; // @public (undocumented) export const isNomadJobIDAvailable: (entity: Entity) => boolean; -// Warning: (ae-missing-release-tag) "nomadPlugin" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// // @public (undocumented) export const nomadPlugin: BackstagePlugin< { diff --git a/plugins/nomad/src/plugin.ts b/plugins/nomad/src/plugin.ts index c97d5218a1..30dbff77d1 100644 --- a/plugins/nomad/src/plugin.ts +++ b/plugins/nomad/src/plugin.ts @@ -30,7 +30,7 @@ export const entityContentRouteRef = createRouteRef({ id: 'nomad:entity-content', }); -// @public +/** @public */ export const nomadPlugin = createPlugin({ id: 'nomad', apis: [