Version Packages

This commit is contained in:
github-actions[bot]
2024-11-19 11:21:20 +00:00
parent 48e63ab901
commit 1552f03186
511 changed files with 5501 additions and 1734 deletions
@@ -1,5 +1,19 @@
# @backstage/backend-openapi-utils
## 0.3.0
### Minor Changes
- 1440232: Adds a new `createValidatedOpenApiRouterFromGeneratedEndpointMap` function that uses the new static server generation in `backstage-cli package schema openapi generate --server` to create a typed express router.
### Patch Changes
- f01787a: Moves msw from dependencies to devDependencies
- Updated dependencies
- @backstage/types@1.2.0
- @backstage/backend-plugin-api@1.0.2
- @backstage/errors@1.2.5
## 0.3.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-openapi-utils",
"version": "0.3.0-next.2",
"version": "0.3.0",
"description": "OpenAPI typescript support.",
"backstage": {
"role": "node-library"