Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:50:44 +02:00
parent 506cd2c860
commit 4565cda05e
11 changed files with 39 additions and 704 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# Tech Insights Node
# Deprecated
Common types and functionalities for tech insights backend implementations to be shared between tech-insights-backend and individual implementations of FactRetrievers, FactCheckers and their persistence options.
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-tech-insights-node` instead.
+4 -2
View File
@@ -2,7 +2,8 @@
"name": "@backstage/plugin-tech-insights-node",
"version": "0.6.0",
"backstage": {
"role": "node-library"
"role": "node-library",
"moved": "@backstage-community/plugin-tech-insights-node"
},
"publishConfig": {
"access": "public",
@@ -45,5 +46,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-tech-insights-node instead."
}