github VoltAgent/voltagent @voltagent/vercel-ai@0.1.17

Patch Changes

  • 90a1316 Thanks @omeraplak! - fix: improve code quality with biome linting and package configuration enhancements

    This update focuses on improving code quality and package configuration across the entire VoltAgent monorepo:

    Key improvements:

    • Biome Linting: Fixed numerous linting issues identified by Biome across all packages, ensuring consistent code style and catching potential bugs
    • Package Configuration: Added publint script to all packages for strict validation of package.json files to ensure proper publishing configuration
    • TypeScript Exports: Fixed typesVersions structure in @voltagent/internal package and removed duplicate entries
    • Test Utilities: Refactored createTrackedStorage function in core package by simplifying its API - removed the testName parameter for cleaner test setup
    • Type Checking: Enabled attw (Are The Types Wrong) checking to ensure TypeScript types are correctly exported

    These changes improve the overall maintainability and reliability of the VoltAgent framework without affecting the public API.

Don't miss a new voltagent release

NewReleases is sending notifications on new releases.