update api report & intial package versions

Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
This commit is contained in:
Andrew Thauer
2022-11-04 05:56:56 -04:00
parent 4dec6f16be
commit 3eaa4bdfbc
12 changed files with 62 additions and 40 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# explore-common
Shared types for the `explore*` plugins.
Shared types for the `explore` plugin.
-6
View File
@@ -28,10 +28,4 @@ export type GetExploreToolsRequest = {
export type GetExploreToolsResponse = {
tools: ExploreTool[];
};
// Warnings were encountered during analysis:
//
// src/index.d.ts:2:1 - (ae-misplaced-package-tag) The @packageDocumentation comment must appear at the top of entry point *.d.ts file
// (No @packageDocumentation comment for this package)
```
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-explore-common",
"description": "Common functionalities for the explore plugin",
"version": "0.1.0",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
-1
View File
@@ -14,7 +14,6 @@
* limitations under the License.
*/
/***/
/**
* Common functionalities for the explore plugin.
*