feat: added api-report

Signed-off-by: Talita Gregory Nunes Freire <talita.freire@dazn.com>
This commit is contained in:
Talita Gregory Nunes Freire
2022-05-07 11:16:38 +02:00
parent 4a9fc43298
commit e9878f7e1e
2 changed files with 21 additions and 1 deletions
@@ -0,0 +1,21 @@
## API Report File for "@backstage/plugin-github-pull-requests-board"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { FunctionComponent } from 'react';
// Warning: (ae-missing-release-tag) "TeamPullRequestsBoard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const TeamPullRequestsBoard: FunctionComponent<{}>;
// Warning: (ae-missing-release-tag) "TeamPullRequestsPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const TeamPullRequestsPage: FunctionComponent<{}>;
// (No @packageDocumentation comment for this package)
```
@@ -50,7 +50,6 @@
},
"devDependencies": {
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",