@backstage/backend-openapi-utils 0.0.0-nightly-20230504021802 → 0.0.0-nightly-20230506021648

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,9 +1,10 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
- ## 0.0.0-nightly-20230504021802
3
+ ## 0.0.0-nightly-20230506021648
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - fe16bd39e83: Use permalinks for links including a line number reference
7
8
  - 27956d78671: Adjusted README accordingly after the generated output now has a `.generated.ts` extension
8
9
  - 021cfbb5152: Corrected resolution of parameter nested schema to use central schemas.
9
10
 
package/README.md CHANGED
@@ -42,4 +42,4 @@ Router() as ApiRouter<DeepWriteable<typeof spec>>
42
42
 
43
43
  ### Runtime validation
44
44
 
45
- Using a package like [`express-openapi-validator`](https://www.npmjs.com/package/express-openapi-validator), would allow us to remove [validation of request bodies with `AJV`](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/src/service/util.ts#L58). However, `AJV` currently doesn't have support for OpenAPI 3.1 and `express-openapi-validator` enforces full URL matching for paths, meaning it cannot be mounted at the router level.
45
+ Using a package like [`express-openapi-validator`](https://www.npmjs.com/package/express-openapi-validator), would allow us to remove [validation of request bodies with `AJV`](https://github.com/backstage/backstage/blob/e0506af8fc54074a160fb91c83d6cae8172d3bb3/plugins/catalog-backend/src/service/util.ts#L58). However, `AJV` currently doesn't have support for OpenAPI 3.1 and `express-openapi-validator` enforces full URL matching for paths, meaning it cannot be mounted at the router level.
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-20230504021802",
4
+ "version": "0.0.0-nightly-20230506021648",
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-20230504021802"
27
+ "@backstage/cli": "^0.0.0-nightly-20230506021648"
28
28
  },
29
29
  "files": [
30
30
  "dist"