Skip to content

Commit

Permalink
update api-report
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Jeeyar <[email protected]>
  • Loading branch information
karthikjeeyar committed Oct 11, 2024
1 parent 2aaa938 commit a5575ef
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions workspaces/npm/plugins/npm/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import { RouteRef } from '@backstage/core-plugin-api';
// @public
export const isNpmAvailable: (entity: Entity) => boolean;

// @public
export function NpmInfoCard(): React_2.JSX.Element;
// Warning: (ae-forgotten-export) The symbol "NpmInfoCard_2" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const NpmInfoCard: NpmInfoCard_2;

// @public
export const npmPlugin: BackstagePlugin<
Expand All @@ -23,9 +25,13 @@ export const npmPlugin: BackstagePlugin<
{}
>;

// @public
export function NpmReleaseOverviewCard(): React_2.JSX.Element;
// Warning: (ae-forgotten-export) The symbol "NpmReleaseOverviewCard_2" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const NpmReleaseOverviewCard: NpmReleaseOverviewCard_2;

// @public
export function NpmReleaseTableCard(): React_2.JSX.Element;
// Warning: (ae-forgotten-export) The symbol "NpmReleaseTableCard_2" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const NpmReleaseTableCard: NpmReleaseTableCard_2;
```

0 comments on commit a5575ef

Please sign in to comment.