Skip to content

@openapi-qraft/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 00:19
· 16 commits to main since this release
b855034

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.