v0.14.3
Bug Fixes
- fix: include transitive $ref file targets in input hash computation —
collectInputFilesonly tracked primary OpenAPI spec and overlay files, missing files referenced via external$ref. Changes to indirectly referenced files (e.g. shared schema definitions) did not invalidate the generation cache. Added recursive$reftraversal for both OpenAPI specs and overlays.