Files
backstage/.changeset/cli-internalize-lib-modules.md
T
Patrik Oldsberg 2fcba39dea Internalize CLI lib utilities into consuming modules
Move typeDistProject.ts into the build module, duplicate optionsParser.ts
into build and lint modules, inline configOption in the build module,
and simplify the deprecated migrate package-exports command to remove
cross-module dependencies.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-25 15:43:26 +01:00

142 B

@backstage/cli
@backstage/cli
patch

Internal refactor to move shared utilities into their consuming modules, reducing cross-module dependencies.