Move known plugin package constants from cli-common to cli-internal

The known plugin package ID mappings don't need to be part of the
public API surface. Move them to @internal/cli and update consumers.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 20:55:10 +01:00
parent a0bc38b83c
commit b46970c880
8 changed files with 11 additions and 22 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
---
'@backstage/cli-module-maintenance': patch
'@backstage/cli-common': patch
---
Exposes `knownBackendPluginPackageNameByPluginId` and `knownFrontendPluginPackageNameByPluginId` from `@backstage/cli-common` for auto-filling plugin package names.
Added auto-fill of `backstage.pluginPackage` metadata for known plugins during `repo fix`.