Skip to content

@gqlkit-ts/cli@0.7.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 04:14
· 65 commits to main since this release
Immutable release. Only release title and notes can be modified.
8f932cd

Patch Changes

  • #227 1656c9e Thanks @izumin5210! - fix: resolve nullable union type alias (T | null where T is a union) as a reference instead of an inline union

  • #230 f4a9695 Thanks @izumin5210! - fix: collect types from specifier-level type-only re-exports (export { type Foo } from "...")