@backstage/backend-openapi-utils 0.0.0-nightly-20241116023418 → 0.0.0-nightly-20241117023529

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
- ## 0.0.0-nightly-20241116023418
3
+ ## 0.0.0-nightly-20241117023529
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,9 +10,9 @@
10
10
 
11
11
  - f01787a: Moves msw from dependencies to devDependencies
12
12
  - Updated dependencies
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20241116023418
14
- - @backstage/errors@1.2.4
15
- - @backstage/types@1.1.1
13
+ - @backstage/types@0.0.0-nightly-20241117023529
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241117023529
15
+ - @backstage/errors@0.0.0-nightly-20241117023529
16
16
 
17
17
  ## 0.3.0-next.2
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-openapi-utils",
3
- "version": "0.0.0-nightly-20241116023418",
3
+ "version": "0.0.0-nightly-20241117023529",
4
4
  "description": "OpenAPI typescript support.",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -34,9 +34,9 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@apidevtools/swagger-parser": "^10.1.0",
37
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241116023418",
38
- "@backstage/errors": "1.2.4",
39
- "@backstage/types": "1.1.1",
37
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241117023529",
38
+ "@backstage/errors": "0.0.0-nightly-20241117023529",
39
+ "@backstage/types": "0.0.0-nightly-20241117023529",
40
40
  "@types/express": "^4.17.6",
41
41
  "@types/express-serve-static-core": "^4.17.5",
42
42
  "ajv": "^8.16.0",
@@ -51,8 +51,8 @@
51
51
  "openapi3-ts": "^3.1.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "0.0.0-nightly-20241116023418",
55
- "@backstage/test-utils": "0.0.0-nightly-20241116023418",
54
+ "@backstage/cli": "0.0.0-nightly-20241117023529",
55
+ "@backstage/test-utils": "0.0.0-nightly-20241117023529",
56
56
  "msw": "^1.0.0",
57
57
  "supertest": "^7.0.0"
58
58
  },