Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:50:52 +02:00
parent 4565cda05e
commit f17c56de87
7 changed files with 25 additions and 301 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# @backstage/plugin-vault-node
# Deprecated
Houses types and utilities for building the vault modules
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-vault-node` instead.
+4 -2
View File
@@ -3,7 +3,8 @@
"version": "0.1.10",
"description": "Node.js library for the vault plugin",
"backstage": {
"role": "node-library"
"role": "node-library",
"moved": "@backstage-community/plugin-vault-node"
},
"publishConfig": {
"access": "public",
@@ -34,5 +35,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-vault-node instead."
}