From a5fc44d8809ab7c60a33457da1f5509a70578105 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 22 Jan 2022 18:21:56 +0100 Subject: [PATCH] tweak incorrectly detected package roles Signed-off-by: Patrik Oldsberg --- packages/config-loader/package.json | 2 +- packages/integration-react/package.json | 2 +- packages/search-common/package.json | 2 +- plugins/cicd-statistics/package.json | 2 +- plugins/search-backend-node/package.json | 2 +- plugins/tech-insights-common/package.json | 2 +- plugins/todo-backend/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index 6839465cf4..10e9b447ae 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -10,7 +10,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "common-library" + "role": "node-library" }, "homepage": "https://backstage.io", "repository": { diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json index e86d7777cb..ed26937f7e 100644 --- a/packages/integration-react/package.json +++ b/packages/integration-react/package.json @@ -12,7 +12,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "plugin-frontend" + "role": "web-library" }, "scripts": { "build": "backstage-cli plugin:build", diff --git a/packages/search-common/package.json b/packages/search-common/package.json index 503e0dd9f3..2f885ca874 100644 --- a/packages/search-common/package.json +++ b/packages/search-common/package.json @@ -11,7 +11,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "node-library" + "role": "common-library" }, "homepage": "https://backstage.io", "repository": { diff --git a/plugins/cicd-statistics/package.json b/plugins/cicd-statistics/package.json index 8af45db80a..272472916a 100644 --- a/plugins/cicd-statistics/package.json +++ b/plugins/cicd-statistics/package.json @@ -12,7 +12,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "web-library" + "role": "plugin-frontend" }, "homepage": "https://backstage.io", "repository": { diff --git a/plugins/search-backend-node/package.json b/plugins/search-backend-node/package.json index d59881c87a..82af4f79df 100644 --- a/plugins/search-backend-node/package.json +++ b/plugins/search-backend-node/package.json @@ -11,7 +11,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "plugin-backend" + "role": "node-library" }, "scripts": { "start": "backstage-cli backend:dev", diff --git a/plugins/tech-insights-common/package.json b/plugins/tech-insights-common/package.json index 7f0d4ab64a..bc77a4b1f5 100644 --- a/plugins/tech-insights-common/package.json +++ b/plugins/tech-insights-common/package.json @@ -11,7 +11,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "plugin-backend" + "role": "common-library" }, "homepage": "https://backstage.io", "repository": { diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json index 54b1e6e085..85d49a5a78 100644 --- a/plugins/todo-backend/package.json +++ b/plugins/todo-backend/package.json @@ -11,7 +11,7 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "node-library" + "role": "plugin-backend" }, "homepage": "https://backstage.io", "repository": {