Skip to content

Commit

Permalink
fix(cli): openrpc parser handles optional request parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 31, 2025
1 parent db9a03c commit 6c4cfcb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions packages/cli/cli/versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
- changelogEntry:
- summary: |
The OpenRPC parser now handles displaying optional parameters in the request.
type: fix
irVersion: 55
version: 0.51.16

- changelogEntry:
- summary: |
Updates `whatwg` so that users eliminate punycode deprecation warning.
type: fix
irVersion: 55
version: 0.51.15

- changelogEntry:
- summary: |
OpenAPI overrides now support resolving file references from the location of the
OpenAPI overrides file itself. Previously, relative paths were only resolved from
the OpenAPI source file.
Most users will experience no change, but this will enable a wider set of file
directory layouts depending on the user's preference.
type: fix
irVersion: 55
version: 0.51.14

- changelogEntry:
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/docs-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@fern-api/configuration-loader": "workspace:*",
"@fern-api/core-utils": "workspace:*",
"@fern-api/docs-markdown-utils": "workspace:*",
"@fern-api/docs-parsers": "^0.0.41",
"@fern-api/docs-parsers": "^0.0.43",
"@fern-api/fdr-sdk": "0.128.0-8c361ea2b",
"@fern-api/lazy-fern-workspace": "workspace:*",
"@fern-api/ui-core-utils": "0.127.5-c465d2cf0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c4cfcb

Please sign in to comment.