Version Packages

This commit is contained in:
github-actions[bot]
2024-06-18 12:37:38 +00:00
parent a0013c33e3
commit 18a40424cb
519 changed files with 9008 additions and 2096 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/backend-test-utils
## 0.4.0
### Minor Changes
- 805cbe7: Added `TestCaches` that functions just like `TestDatabases`
### Patch Changes
- 78a0b08: Internal refactor to handle `BackendFeature` contract change.
- 9e63318: Made it possible to give access restrictions to `mockCredentials.service`
- 006b3e8: The type `MockDirectoryOptions` was renamed to `CreateMockDirectoryOptions` so that it's clear these options are exclusive to the mock directory factory.
- 0634fdc: Refactored `TestDatabases` to no longer depend on `backend-common`
- 6a576dc: Fix the logger service mock to prevent returning `undefined` from the `child` method.
- 6c11f6e: Use imports from backend-defaults instead of the deprecated ones from backend-app-api
- Updated dependencies
- @backstage/backend-app-api@0.7.6
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
- @backstage/backend-defaults@0.3.0
- @backstage/plugin-events-node@0.3.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 0.4.0-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "0.4.0-next.3",
"version": "0.4.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"