update api report & intial package versions
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# explore-common
|
||||
|
||||
Shared types for the `explore*` plugins.
|
||||
Shared types for the `explore` plugin.
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/***/
|
||||
/**
|
||||
* Common functionalities for the explore plugin.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user