github hey-api/hey-api @hey-api/openapi-ts@0.67.0

latest releases: 2026-06-22, @hey-api/vite-plugin@0.3.2, @hey-api/shared@0.5.0...
13 months ago

Minor Changes

  • #2003 1504a06 Thanks @mrlubos! - feat: respect moduleResolution value in tsconfig.json

    Respecting moduleResolution value in tsconfig.json

    This release introduces functionality related to your tsconfig.json file. The initial feature properly respects the value of your moduleResolution field. If you're using nodenext, the relative module paths in your output will be appended with .js. To preserve the previous behavior where we never appended .js to relative module paths, set output.tsConfigPath to off.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: {
        path: 'src/client',
        tsConfigPath: 'off',
      },
    };

Patch Changes

  • #2006 aa10522 Thanks @Liooo! - fix: make discriminator field required when used with oneOf keyword

  • #2009 f45ba8e Thanks @mrlubos! - fix: avoid including underscore for appended types (e.g. data, error, response) when preserving identifier case

Don't miss a new hey-api release

NewReleases is sending notifications on new releases.