@voltagent/internal@0.0.7
Patch Changes
-
90a1316Thanks @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
publintscript to all packages for strict validation of package.json files to ensure proper publishing configuration - TypeScript Exports: Fixed
typesVersionsstructure in @voltagent/internal package and removed duplicate entries - Test Utilities: Refactored
createTrackedStoragefunction in core package by simplifying its API - removed thetestNameparameter 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.