V2.0.3
v2.0.3 π
What's Changed π
- π§Ή Removed unused
axios
property fromAxcacheOptions
interface type definition - π Simplified type declarations while maintaining full TypeScript support
- π Updated package version to 2.0.3
Technical Details π οΈ
The AxcacheOptions
interface has been simplified by removing the unused axios: AxiosInstance
property. This type was never utilized in the actual implementation as the library handles Axios instances internally.
Migration π
No migration steps required as this is a non-breaking change that only removes an unused type definition.
Dependencies π¦
- No dependency changes
- Maintains compatibility with axios ^1.7.7
Full Changelog: v2.0.2...v2.0.3