Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-01-27 15:51:11 +00:00
parent 35c5b64344
commit d4b85dddee
387 changed files with 5533 additions and 194 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/backend-test-utils
## 1.10.4-next.0
### 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
- 69d880e: Bump to latest zod to ensure it has the latest features
- Updated dependencies
- @backstage/backend-plugin-api@1.7.0-next.0
- @backstage/backend-defaults@0.15.1-next.0
- @backstage/plugin-auth-node@0.6.12-next.0
- @backstage/backend-app-api@1.5.0-next.0
- @backstage/plugin-permission-common@0.9.5-next.0
- @backstage/plugin-events-node@0.4.19-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
## 1.10.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.10.3",
"version": "1.10.4-next.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"