Files
backstage/packages/backend-defaults
Fredrik Adelöw 4b4a614c5c Guard cache eviction on identity and use createDeferred in test
Only delete the cache entry on error if the map still holds the same
promise, preventing a stale rejection from evicting a newer entry.
Also switch the test to createDeferred for readability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2026-05-19 15:26:58 +02:00
..
2025-04-24 20:08:58 +02:00
2026-05-12 18:28:01 +00:00
2026-04-16 12:14:47 +02:00
2026-05-12 18:28:01 +00:00
2025-01-14 15:40:14 +01:00
2024-09-23 14:41:40 +02:00
2025-12-03 10:59:22 -05:00
2024-09-23 14:41:40 +02:00
2024-09-23 14:41:40 +02:00
2024-09-23 14:41:40 +02:00
2024-09-23 14:41:40 +02:00
2025-04-24 20:08:58 +02:00
2024-09-23 14:41:40 +02:00
2026-04-09 15:59:44 +01:00

@backstage/backend-defaults

This package provides the default implementations and setup for a standard Backstage backend app.

Installation

Add the library to your backend app package:

# From your Backstage root directory
yarn --cwd packages/backend add @backstage/backend-defaults

Documentation