From f93c43926a46f3e2ac522295f71504b84db1f2f2 Mon Sep 17 00:00:00 2001 From: Austin Pinkerton Date: Fri, 2 Feb 2024 10:07:15 -0500 Subject: [PATCH] update project names to match tags --- packages/approval/project.json | 2 +- packages/build-utils/project.json | 2 +- packages/catalog/project.json | 2 +- packages/config-manager/project.json | 2 +- packages/entitlements/project.json | 2 +- packages/host-inventory/project.json | 2 +- packages/insights/project.json | 2 +- packages/integrations/project.json | 2 +- packages/notifications/project.json | 2 +- packages/patch/project.json | 2 +- packages/policies/project.json | 2 +- packages/quickstarts/project.json | 2 +- packages/rbac/project.json | 2 +- packages/remediations/project.json | 2 +- packages/sources/project.json | 2 +- packages/topological-inventory/project.json | 2 +- packages/vulnerabilities/project.json | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/approval/project.json b/packages/approval/project.json index 2c22e86d..8e19b9aa 100644 --- a/packages/approval/project.json +++ b/packages/approval/project.json @@ -1,5 +1,5 @@ { - "name": "approval-client", + "name": "@redhat-cloud-services/approval-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/approval", "projectType": "library", diff --git a/packages/build-utils/project.json b/packages/build-utils/project.json index 7b7d902b..5bb7e119 100644 --- a/packages/build-utils/project.json +++ b/packages/build-utils/project.json @@ -1,5 +1,5 @@ { - "name": "build-utils", + "name": "@redhat-cloud-services/build-utils", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/build-utils/src", "projectType": "library", diff --git a/packages/catalog/project.json b/packages/catalog/project.json index d2385e70..435fac00 100644 --- a/packages/catalog/project.json +++ b/packages/catalog/project.json @@ -1,5 +1,5 @@ { - "name": "catalog-client", + "name": "@redhat-cloud-services/catalog-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/catalog", "projectType": "library", diff --git a/packages/config-manager/project.json b/packages/config-manager/project.json index db3ef74b..619fd625 100644 --- a/packages/config-manager/project.json +++ b/packages/config-manager/project.json @@ -1,5 +1,5 @@ { - "name": "config-manager-client", + "name": "@redhat-cloud-services/config-manager-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/config-manager", "projectType": "library", diff --git a/packages/entitlements/project.json b/packages/entitlements/project.json index 90175b7b..62b025bb 100644 --- a/packages/entitlements/project.json +++ b/packages/entitlements/project.json @@ -1,5 +1,5 @@ { - "name": "entitlements-client", + "name": "@redhat-cloud-services/entitlements-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/entitlements", "projectType": "library", diff --git a/packages/host-inventory/project.json b/packages/host-inventory/project.json index 8dee10a8..16c50cef 100644 --- a/packages/host-inventory/project.json +++ b/packages/host-inventory/project.json @@ -1,5 +1,5 @@ { - "name": "host-inventory-client", + "name": "@redhat-cloud-services/host-inventory-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/host-inventory", "projectType": "library", diff --git a/packages/insights/project.json b/packages/insights/project.json index 0214f3e4..68cde968 100644 --- a/packages/insights/project.json +++ b/packages/insights/project.json @@ -1,5 +1,5 @@ { - "name": "insights-client", + "name": "@redhat-cloud-services/insights-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/insights", "projectType": "library", diff --git a/packages/integrations/project.json b/packages/integrations/project.json index 1bad8cc7..57737ace 100644 --- a/packages/integrations/project.json +++ b/packages/integrations/project.json @@ -1,5 +1,5 @@ { - "name": "integrations-client", + "name": "@redhat-cloud-services/integrations-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/integrations", "projectType": "library", diff --git a/packages/notifications/project.json b/packages/notifications/project.json index 910eba34..28795840 100644 --- a/packages/notifications/project.json +++ b/packages/notifications/project.json @@ -1,5 +1,5 @@ { - "name": "notifications-client", + "name": "@redhat-cloud-services/notifications-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/notifications", "projectType": "library", diff --git a/packages/patch/project.json b/packages/patch/project.json index 29e6b4a7..3556bf59 100644 --- a/packages/patch/project.json +++ b/packages/patch/project.json @@ -1,5 +1,5 @@ { - "name": "patch-client", + "name": "@redhat-cloud-services/patch-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/patch", "projectType": "library", diff --git a/packages/policies/project.json b/packages/policies/project.json index 50509f3a..82591221 100644 --- a/packages/policies/project.json +++ b/packages/policies/project.json @@ -1,5 +1,5 @@ { - "name": "policies-client", + "name": "@redhat-cloud-services/policies-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/policies", "projectType": "library", diff --git a/packages/quickstarts/project.json b/packages/quickstarts/project.json index 7c6d0f20..da379b45 100644 --- a/packages/quickstarts/project.json +++ b/packages/quickstarts/project.json @@ -1,5 +1,5 @@ { - "name": "quickstarts-client", + "name": "@redhat-cloud-services/quickstarts-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/quickstarts", "projectType": "library", diff --git a/packages/rbac/project.json b/packages/rbac/project.json index 86b305ca..b341d597 100644 --- a/packages/rbac/project.json +++ b/packages/rbac/project.json @@ -1,5 +1,5 @@ { - "name": "rbac-client", + "name": "@redhat-cloud-services/rbac-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/rbac", "projectType": "library", diff --git a/packages/remediations/project.json b/packages/remediations/project.json index 8a0d392f..06f83d78 100644 --- a/packages/remediations/project.json +++ b/packages/remediations/project.json @@ -1,5 +1,5 @@ { - "name": "remediations-client", + "name": "@redhat-cloud-services/remediations-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/remediations", "projectType": "library", diff --git a/packages/sources/project.json b/packages/sources/project.json index c71214a6..65eb116f 100644 --- a/packages/sources/project.json +++ b/packages/sources/project.json @@ -1,5 +1,5 @@ { - "name": "sources-client", + "name": "@redhat-cloud-services/sources-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/sources", "projectType": "library", diff --git a/packages/topological-inventory/project.json b/packages/topological-inventory/project.json index 2171a4a9..430c87d4 100644 --- a/packages/topological-inventory/project.json +++ b/packages/topological-inventory/project.json @@ -1,5 +1,5 @@ { - "name": "topological-inventory-client", + "name": "@redhat-cloud-services/topological-inventory-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/topological-inventory", "projectType": "library", diff --git a/packages/vulnerabilities/project.json b/packages/vulnerabilities/project.json index 78bea8b7..8a883973 100644 --- a/packages/vulnerabilities/project.json +++ b/packages/vulnerabilities/project.json @@ -1,5 +1,5 @@ { - "name": "vulnerabilities-client", + "name": "@redhat-cloud-services/vulnerabilities-client", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/vulnerabilities", "projectType": "library",