add api report

Signed-off-by: Christopher Diaz <codingdiaz@icloud.com>
This commit is contained in:
Christopher Diaz
2024-06-07 12:22:25 -04:00
committed by Fredrik Adelöw
parent d9772b13cb
commit 4118216077
3 changed files with 6 additions and 4 deletions
@@ -10,6 +10,11 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/catalog-backend-module-logs"
},
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
@@ -16,9 +16,8 @@
/**
* The logs backend module for the catalog plugin.
*
* @packageDocumentation
* @public
* @packageDocumentation
*/
export { catalogModuleLogs as default } from './module';
@@ -16,8 +16,6 @@
/**
* Logs catalog errors from events.
*
* @public
*/
import {
coreServices,