@backstage/backend-openapi-utils 0.7.1-next.0 → 0.7.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
+ ## 0.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.10.0
9
+
3
10
  ## 0.7.1-next.0
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -82,7 +82,7 @@ This can happen when you have a `charset` defined in your `response.content` sec
82
82
  Router() as ApiRouter<typeof spec>
83
83
 
84
84
  // Not an interface like this,
85
- Router() as ApiRouter<DeepWriteable<typeof spec>>
85
+ Router() as ApiRouter<DeepWritable<typeof spec>>
86
86
  ...
87
87
  ```
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-openapi-utils",
3
- "version": "0.7.1-next.0",
3
+ "version": "0.7.1",
4
4
  "description": "OpenAPI typescript support.",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -54,9 +54,9 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@apidevtools/swagger-parser": "^10.1.0",
57
- "@backstage/backend-plugin-api": "1.10.0-next.0",
58
- "@backstage/errors": "1.3.1",
59
- "@backstage/types": "1.2.2",
57
+ "@backstage/backend-plugin-api": "^1.10.0",
58
+ "@backstage/errors": "^1.3.1",
59
+ "@backstage/types": "^1.2.2",
60
60
  "@types/express": "^4.17.6",
61
61
  "@types/express-serve-static-core": "^4.17.5",
62
62
  "ajv": "^8.16.0",
@@ -71,8 +71,8 @@
71
71
  "openapi3-ts": "^3.1.2"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "0.36.4",
75
- "@backstage/test-utils": "1.7.21-next.0",
74
+ "@backstage/cli": "^0.36.5",
75
+ "@backstage/test-utils": "^1.7.21",
76
76
  "msw": "^2.0.0",
77
77
  "supertest": "^7.0.0"
78
78
  }