committed by
Fredrik Adelöw
parent
d9772b13cb
commit
4118216077
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user