Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-10-10 11:39:03 +00:00
parent 37d7585336
commit e43d3eb1b7
469 changed files with 6703 additions and 254 deletions
@@ -1,5 +1,17 @@
# @backstage/backend-openapi-utils
## 0.0.5-next.0
### Patch Changes
- 7c83975531: Adds new public utility types for common OpenAPI values, like request and response shapes and parameters available on an endpoint.
**deprecated** `internal` namespace
The internal namespace will continue to be exported but now uses OpenAPI format for path parameters. You should use the new utility types.
- Updated dependencies
- @backstage/errors@1.2.3-next.0
## 0.0.4
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-openapi-utils",
"description": "OpenAPI typescript support.",
"version": "0.0.4",
"version": "0.0.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",