Files
backstage/packages/frontend-plugin-api
Fredrik Adelöw 378784ebf0 fix: restore runtime dependencies incorrectly demoted to devDependencies
PR #33936 removed duplicate dependency entries, but in two cases moved
deps from dependencies to devDependencies that are still re-exported in
the published API reports:

- @backstage/catalog-client: @backstage/plugin-catalog-common
  (AnalyzeLocationRequest/AnalyzeLocationResponse types)
- @backstage/frontend-plugin-api: @backstage/config (Config type)

These need to be runtime dependencies so consumers can resolve the
types at build time.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2026-05-27 14:51:28 +02:00
..
2026-05-19 18:28:24 +00:00

@backstage/frontend-plugin-api

The new frontend system that this package is part of is in alpha, and we do not yet recommend using it for production deployments

This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in RFC: Frontend System Evolution.

Documentation