@backstage/backend-openapi-utils 0.0.0-nightly-20230501022023 → 0.0.0-nightly-20230503021830

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 +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
- ## 0.0.0-nightly-20230501022023
3
+ ## 0.0.0-nightly-20230503021830
4
+
5
+ ### Patch Changes
6
+
7
+ - 27956d78671: Adjusted README accordingly after the generated output now has a `.generated.ts` extension
8
+
9
+ ## 0.0.2-next.0
4
10
 
5
11
  ### Patch Changes
6
12
 
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-20230501022023",
4
+ "version": "0.0.0-nightly-20230503021830",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,7 +24,7 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "devDependencies": {
27
- "@backstage/cli": "^0.0.0-nightly-20230501022023"
27
+ "@backstage/cli": "^0.0.0-nightly-20230503021830"
28
28
  },
29
29
  "files": [
30
30
  "dist"