fix(package): Fix duplicate node export in package.json

This commit is contained in:
2024-12-02 16:05:44 +01:00
parent 3e50547d91
commit de02e015e8
4 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-12-02 - 1.5.1 - fix(package)
Fix duplicate node export in package.json
- Resolved a duplication issue with the './node' export in package.json exports field.
## 2024-12-02 - 1.5.0 - feat(core)
Refactor project structure for better modularity and code organization