Version Packages
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user