github-actions
released this
16 Oct 00:19
·
16 commits
to main
since this release
Major Changes
- 54fd011: Changed the exports from the schema file to include only the essential types:
$defs
,paths
,components
,operations
,webhooks
. This adjustment improves the development experience by preventing the export of all schema types, which could result in an excessive number of exported types, complicating development and reducing clarity.
Patch Changes
- 7ab718b: Enhanced the
--explicit-import-extensions
option to support.ts
in addition to.js
, making it easier for projects using TypeScript to explicitly specify import extensions.- @openapi-qraft/[email protected]