Merge pull request #26071 from backstage/nbs10/add-deprecated-message-to-backend-common
[NBS 1.0] Mark `backend-common` as deprecated
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
This package is marked as `deprecated` and will be removed in a near future, please follow the deprecated instructions for the exports you still use.
|
||||
@@ -1,5 +1,8 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
> [!CAUTION]
|
||||
> This package is deprecated and will be removed in a near future, so please follow the deprecated instructions for the exports you still use.
|
||||
|
||||
Common functionality library for Backstage backends, implementing logging,
|
||||
error handling and similar.
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
/**
|
||||
* Common functionality library for Backstage backends
|
||||
*
|
||||
* @remarks
|
||||
* This package is deprecated and will be removed in a near future, so please follow the deprecated instructions for the exports you still use.
|
||||
*
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user