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:
@@ -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
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"types": "dist/index.d.ts"
|
||||
},
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
"role": "backend-plugin"
|
||||
},
|
||||
"homepage": "https://backstage.io",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user