fix(exports): correct package.json exports field syntax
Some checks failed
Default (tags) / security (push) Successful in 32s
Default (tags) / test (push) Successful in 52s
Default (tags) / release (push) Failing after 57s
Default (tags) / metadata (push) Successful in 57s

This commit is contained in:
Juergen Kunz
2025-07-29 17:50:59 +00:00
parent 75acc4b768
commit f73ca7ac2f
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-07-29 - 2.2.1 - fix(exports)
Fix package.json exports field syntax
- Fixed exports field syntax from "./" to "." for proper module resolution
## 2025-07-29 - 2.2.0 - feat(exports)
Modernize package exports and expose watcher class