From 38e28bd6f1ccc9644d47face7e46cac57d84f142 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 30 Jan 2023 14:21:18 +0100 Subject: [PATCH] change lighthouse-backend role and add more information about the changeset for @backstage/plugin-lighthouse Signed-off-by: Dominik Pfaffenbauer --- .changeset/young-beans-float.md | 23 +++++++++++++++++++++-- plugins/lighthouse-backend/package.json | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.changeset/young-beans-float.md b/.changeset/young-beans-float.md index 3adbbba692..7840718b73 100644 --- a/.changeset/young-beans-float.md +++ b/.changeset/young-beans-float.md @@ -1,5 +1,24 @@ --- -'@backstage/plugin-lighthouse': patch +'@backstage/plugin-lighthouse': minor --- -Require @backstage/plugin-lighthouse-common package where API implementation moved to +Require @backstage/plugin-lighthouse-common package where API implementation moved to. + +Following types have been moved to @backstage/plugin-lighthouse-common: + +- Audit = AuditRunning | AuditFailed | AuditCompleted +- AuditBase +- AuditCompleted +- AuditFailed +- AuditRunning +- FetchError +- LASListRequest +- LASListResponse +- LighthouseApi +- LighthouseCategoryAbbr +- LighthouseCategoryId +- LighthouseConfigSettings +- LighthouseRestApi +- TriggerAuditPayload +- Website +- WebsiteListResponse diff --git a/plugins/lighthouse-backend/package.json b/plugins/lighthouse-backend/package.json index f092d93202..560ed4e8f7 100644 --- a/plugins/lighthouse-backend/package.json +++ b/plugins/lighthouse-backend/package.json @@ -12,7 +12,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "common-library" + "role": "backend-plugin" }, "homepage": "https://backstage.io", "repository": {