Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/backend-test-utils
## 1.11.2
### Patch Changes
- 4559806: Added support for typed `examples` on actions registered via the actions registry. Action authors can now provide examples with compile-time-checked `input` and `output` values that match their schema definitions.
- f44c6bd: Deduplicated internal readiness-polling helpers used by the database and cache test infrastructure.
- Updated dependencies
- @backstage/backend-plugin-api@1.9.0
- @backstage/backend-defaults@0.17.0
- @backstage/errors@1.3.0
- @backstage/plugin-auth-node@0.7.0
- @backstage/backend-app-api@1.6.1
- @backstage/config@1.3.7
- @backstage/plugin-events-node@0.4.21
- @backstage/plugin-permission-common@0.9.8
## 1.11.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.11.2-next.2",
"version": "1.11.2",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"