Add api-reports & include plugin into marketplace

Signed-off-by: ivgo <ivgo@spreadgroup.com>
This commit is contained in:
ivgo
2022-05-19 11:08:24 +02:00
parent 296bfcb1fd
commit 7b0b852fab
4 changed files with 151 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
## API Report File for "@backstage/plugin-vault"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/core-plugin-api';
// Warning: (ae-missing-release-tag) "EntityVaultCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const EntityVaultCard: () => JSX.Element;
// Warning: (ae-missing-release-tag) "vaultPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const vaultPlugin: BackstagePlugin<{}, {}>;
// (No @packageDocumentation comment for this package)
```