这是indexloc提供的服务,不要输入任何密码
Skip to content

Version Packages #2240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged

Version Packages #2240

merged 1 commit into from
Jun 24, 2025

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@hey-api/openapi-ts@0.77.0

Minor Changes

  • #2227 4ea6f24 Thanks @mrlubos! - refactor(plugin): add DefinePlugin utility types

    Updated Plugin API

    Please refer to the custom plugin tutorial for the latest guide.

  • #2227 4ea6f24 Thanks @mrlubos! - feat(sdk): update validator option

    Updated sdk.validator option

    Clients can now validate both request and response data. As a result, passing a boolean or string to validator will control both of these options. To preserve the previous behavior, set validator.request to false and validator.response to your previous configuration.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: 'src/client',
      plugins: [
        // ...other plugins
        {
          name: '@hey-api/sdk',
          validator: {
            request: false,
            response: true,
          },
        },
      ],
    };

Patch Changes

Copy link

vercel bot commented Jun 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2025 7:45pm

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 9dcda96 to fe7db9d Compare June 24, 2025 19:42
@mrlubos mrlubos merged commit 3a39e0d into main Jun 24, 2025
2 checks passed
@mrlubos mrlubos deleted the changeset-release/main branch June 24, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant