Patch Changes
-
90a1316
Thanks @omeraplak! - fix: improve code quality with biome linting and package configuration enhancementsThis 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 thetestName
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.
-
Updated dependencies [
90a1316
]:- @voltagent/internal@0.0.7