feat(core): Refactor TypeScript interfaces and improve module exports

This commit is contained in:
2024-12-14 00:30:35 +01:00
parent 470f4fe730
commit 5d0d125e43
7 changed files with 76 additions and 59 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-14 - 1.5.0 - feat(core)
Refactor TypeScript interfaces and improve module exports
- Moved TypeScript interfaces to a dedicated file (ts/interfaces/index.ts).
- Updated import/export structure to improve code readability and maintainability.
- Enhanced the package.json to utilize a module exports field for better resolution.
## 2024-12-13 - 1.4.1 - fix(core)
Corrected log formatting for commit information output in CodeFeed