Manual changes
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
parent
2e3a946660
commit
e71dda09eb
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
'@backstage-community/plugin-lighthouse-backend': patch
|
||||
'@backstage-community/plugin-lighthouse-common': patch
|
||||
'@backstage-community/plugin-lighthouse': patch
|
||||
---
|
||||
|
||||
version:bump to v1.29.1
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
```ts
|
||||
import { AuthService } from '@backstage/backend-plugin-api';
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
import { BackendFeatureCompat } from '@backstage/backend-plugin-api';
|
||||
import { CatalogApi } from '@backstage/catalog-client';
|
||||
import { Config } from '@backstage/config';
|
||||
import { DiscoveryService } from '@backstage/backend-plugin-api';
|
||||
|
|
@ -36,7 +36,7 @@ export function createScheduler(
|
|||
): Promise<void>;
|
||||
|
||||
// @public
|
||||
const lighthousePlugin: () => BackendFeature;
|
||||
const lighthousePlugin: BackendFeatureCompat;
|
||||
export default lighthousePlugin;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,13 @@
|
|||
"version": "0.4.11",
|
||||
"description": "Backend functionalities for lighthouse",
|
||||
"backstage": {
|
||||
"role": "backend-plugin"
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "lighthouse",
|
||||
"pluginPackages": [
|
||||
"@backstage-community/plugin-lighthouse",
|
||||
"@backstage-community/plugin-lighthouse-backend",
|
||||
"@backstage-community/plugin-lighthouse-common"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,13 @@
|
|||
"version": "0.1.6",
|
||||
"description": "Common functionalities for lighthouse, to be shared between lighthouse and lighthouse-backend plugin",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
"role": "common-library",
|
||||
"pluginId": "lighthouse",
|
||||
"pluginPackages": [
|
||||
"@backstage-community/plugin-lighthouse",
|
||||
"@backstage-community/plugin-lighthouse-backend",
|
||||
"@backstage-community/plugin-lighthouse-common"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,13 @@
|
|||
"version": "0.4.20",
|
||||
"description": "A Backstage plugin that integrates towards Lighthouse",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin"
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "lighthouse",
|
||||
"pluginPackages": [
|
||||
"@backstage-community/plugin-lighthouse",
|
||||
"@backstage-community/plugin-lighthouse-backend",
|
||||
"@backstage-community/plugin-lighthouse-common"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
|
|||
|
|
@ -23329,14 +23329,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"triple-beam@npm:^1.3.0":
|
||||
version: 1.3.0
|
||||
resolution: "triple-beam@npm:1.3.0"
|
||||
checksum: 7d7b77d8625fb252c126c24984a68de462b538a8fcd1de2abd0a26421629cf3527d48e23b3c2264f08f4a6c3bc40a478a722176f4d7b6a1acc154cb70c359f2b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"triple-beam@npm:^1.4.1":
|
||||
"triple-beam@npm:^1.3.0, triple-beam@npm:^1.4.1":
|
||||
version: 1.4.1
|
||||
resolution: "triple-beam@npm:1.4.1"
|
||||
checksum: 2e881a3e8e076b6f2b85b9ec9dd4a900d3f5016e6d21183ed98e78f9abcc0149e7d54d79a3f432b23afde46b0885bdcdcbff789f39bc75de796316961ec07f61
|
||||
|
|
@ -24746,7 +24739,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ws@npm:8.17.0":
|
||||
"ws@npm:8.17.0, ws@npm:^8.11.0, ws@npm:^8.16.0, ws@npm:^8.8.0":
|
||||
version: 8.17.0
|
||||
resolution: "ws@npm:8.17.0"
|
||||
peerDependencies:
|
||||
|
|
@ -24761,21 +24754,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ws@npm:^8.11.0, ws@npm:^8.16.0, ws@npm:^8.8.0":
|
||||
version: 8.16.0
|
||||
resolution: "ws@npm:8.16.0"
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
utf-8-validate: ">=5.0.2"
|
||||
peerDependenciesMeta:
|
||||
bufferutil:
|
||||
optional: true
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
checksum: feb3eecd2bae82fa8a8beef800290ce437d8b8063bdc69712725f21aef77c49cb2ff45c6e5e7fce622248f9c7abaee506bae0a9064067ffd6935460c7357321b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"xml-name-validator@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "xml-name-validator@npm:4.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue