fix(project): Corrected misalignment in file structure and package metadata.

This commit is contained in:
2024-12-18 20:31:19 +01:00
parent 12eba17c7c
commit 2078c6c7c8
7 changed files with 208 additions and 34 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2024-12-18 - 1.0.7 - fix(project)
Corrected misalignment in file structure and package metadata.
- Updated the file export path in ts/index.ts to correct interface export location.
- Transferred the interfaces from ts/interfaces/index.ts to ts_interfaces/index.ts maintaining consistency in folder structure.
- Synchronized package description and keywords between package.json and npmextra.json.
- Ensured proper build script path in package.json.
## 2024-12-18 - 1.0.6 - fix(core)
No code changes detected.