openapi-utils: changeset
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
'@backstage/backend-openapi-utils': minor
|
||||
---
|
||||
|
||||
_BREAKING_: The `wrapInOpenApiTestServer` and `wrapServer` functions are now exported via `/tests` subpath. If you were importing these functions directly from the root of the package, you will need to update your imports to use the `/tests` subpath:
|
||||
|
||||
```diff
|
||||
- import { wrapInOpenApiTestServer } from '@backstage/backend-openapi-utils';
|
||||
+ import { wrapInOpenApiTestServer } from '@backstage/backend-openapi-utils/tests';
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```diff
|
||||
- import { wrapServer } from '@backstage/backend-openapi-utils';
|
||||
+ import { wrapServer } from '@backstage/backend-openapi-utils/tests';
|
||||
```
|
||||
Reference in New Issue
Block a user