Version Packages
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 1.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 42abfb1: Added `createServiceMock`, a public utility for creating `ServiceMock` instances for custom service refs. This allows plugin authors to define mock creators for their own services following the same pattern as the built-in `mockServices` mocks.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f1d29b4: Updated `startTestBackend` to support factory-based extension points (v1.1 format) in addition to the existing direct implementation format.
|
||||
- 7455dae: Use node prefix on native imports
|
||||
- 68eb322: Added `@types/jest` as an optional peer dependency, since jest types are exposed in the public API surface.
|
||||
- 69d880e: Bump to latest zod to ensure it has the latest features
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@1.5.0
|
||||
- @backstage/backend-plugin-api@1.7.0
|
||||
- @backstage/backend-defaults@0.15.2
|
||||
- @backstage/plugin-auth-node@0.6.13
|
||||
- @backstage/plugin-permission-common@0.9.6
|
||||
- @backstage/plugin-events-node@0.4.19
|
||||
|
||||
## 1.11.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"version": "1.11.0-next.1",
|
||||
"version": "1.11.0",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
Reference in New Issue
Block a user