change lighthouse-backend role and add more information about the changeset for @backstage/plugin-lighthouse

Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik Pfaffenbauer
2023-01-30 14:21:18 +01:00
parent a6560422c9
commit 38e28bd6f1
2 changed files with 22 additions and 3 deletions
+21 -2
View File
@@ -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
+1 -1
View File
@@ -12,7 +12,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
"role": "backend-plugin"
},
"homepage": "https://backstage.io",
"repository": {