@@ -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.
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user