@openapi-qraft/react@2.15.0-beta.7
Pre-release
Pre-release
·
26 commits
to main
since this release
Minor Changes
- f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts
QueryFnOptions(e.g.signal,meta) without requiring aparametersargument. This matches how optional request fields are already handled for hooks and improves typing for directqraft.<service>.<operation>(…)calls. - 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.