Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:46:29 +02:00
parent 3242f69c8e
commit 2a5657eb9c
9 changed files with 32 additions and 381 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# explore-common
# Deprecated
Shared types for the `explore` plugin.
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-explore-common` instead.
+4 -2
View File
@@ -3,7 +3,8 @@
"version": "0.0.2",
"description": "Common functionalities for the explore plugin",
"backstage": {
"role": "common-library"
"role": "common-library",
"moved": "@backstage-community/plugin-explore-common"
},
"publishConfig": {
"access": "public",
@@ -36,5 +37,6 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^"
}
},
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-explore-common instead."
}