fix(core): Fixed export paths in package configuration

This commit is contained in:
2024-12-18 20:39:44 +01:00
parent d53bc96947
commit 871ed4fc91
5 changed files with 7882 additions and 3952 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-18 - 1.0.8 - fix(core)
Fixed export paths in package configuration
- Updated exports paths in package.json for proper module resolution.
- Fixed export statement in ts/index.ts to reference the correct path for interface exports.
## 2024-12-18 - 1.0.7 - fix(project)
Corrected misalignment in file structure and package metadata.