@backstage/backend-openapi-utils 0.0.0-nightly-20231107021551 → 0.0.0-nightly-20231116021557

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,35 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
- ## 0.0.0-nightly-20231107021551
3
+ ## 0.0.0-nightly-20231116021557
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231116021557
9
+ - @backstage/config@1.1.1
10
+ - @backstage/errors@1.2.3
11
+
12
+ ## 0.1.0
4
13
 
5
14
  ### Minor Changes
6
15
 
7
- - 785fb1ea758f: Adds a new route, `/openapi.json` to validated routers for displaying their full OpenAPI spec in a standard endpoint.
16
+ - 785fb1ea75: Adds a new route, `/openapi.json` to validated routers for displaying their full OpenAPI spec in a standard endpoint.
8
17
 
9
18
  ### Patch Changes
10
19
 
11
- - 6694b369a382: Adds a new function `wrapInOpenApiTestServer` that allows for proxied requests at runtime. This will support the new `yarn backstage-repo-tools schema openapi test` command.
20
+ - 6694b369a3: Adds a new function `wrapInOpenApiTestServer` that allows for proxied requests at runtime. This will support the new `yarn backstage-repo-tools schema openapi test` command.
12
21
  - Updated dependencies
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20231107021551
22
+ - @backstage/backend-plugin-api@0.6.7
14
23
  - @backstage/config@1.1.1
15
24
  - @backstage/errors@1.2.3
16
25
 
26
+ ## 0.1.0-next.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/backend-plugin-api@0.6.7-next.2
32
+
17
33
  ## 0.1.0-next.1
18
34
 
19
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-openapi-utils",
3
3
  "description": "OpenAPI typescript support.",
4
- "version": "0.0.0-nightly-20231107021551",
4
+ "version": "0.0.0-nightly-20231116021557",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,14 +30,14 @@
30
30
  "postpack": "backstage-cli package postpack"
31
31
  },
32
32
  "devDependencies": {
33
- "@backstage/cli": "^0.0.0-nightly-20231107021551",
33
+ "@backstage/cli": "^0.0.0-nightly-20231116021557",
34
34
  "supertest": "^6.1.3"
35
35
  },
36
36
  "files": [
37
37
  "dist"
38
38
  ],
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231107021551",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231116021557",
41
41
  "@backstage/config": "^1.1.1",
42
42
  "@backstage/errors": "^1.2.3",
43
43
  "@types/express": "^4.17.6",