diff --git a/plugins/humanitec-backend/package.json b/plugins/humanitec-backend/package.json index d9cfc9397a..5732a5c6f1 100644 --- a/plugins/humanitec-backend/package.json +++ b/plugins/humanitec-backend/package.json @@ -1,5 +1,6 @@ { "name": "@frontside/backstage-plugin-humanitec-backend", + "deprecate": "Deprecated in favor of @humanitec/backstage-plugin-backend", "version": "0.3.17", "main": "src/index.ts", "types": "src/index.ts", diff --git a/plugins/humanitec-common/package.json b/plugins/humanitec-common/package.json index 6a8c26e552..25b90cc7ec 100644 --- a/plugins/humanitec-common/package.json +++ b/plugins/humanitec-common/package.json @@ -1,5 +1,6 @@ { "name": "@frontside/backstage-plugin-humanitec-common", + "deprecate": "Deprecated in favor of @humanitec/backstage-plugin-common", "description": "Humanitec API Client", "version": "0.3.13", "main": "src/index.ts", diff --git a/plugins/humanitec/package.json b/plugins/humanitec/package.json index a3b212e066..713f9c2c04 100644 --- a/plugins/humanitec/package.json +++ b/plugins/humanitec/package.json @@ -1,5 +1,6 @@ { "name": "@frontside/backstage-plugin-humanitec", + "deprecate": "Deprecated in favor of @humanitec/backstage-plugin", "version": "0.3.15", "main": "src/index.ts", "types": "src/index.ts",