fix(package): remove private flag to allow package publishing

This commit is contained in:
2026-05-09 12:38:55 +00:00
parent f8459c4de6
commit 46c10902a8
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2026-05-09 - 10.0.2 - fix(package)
remove private flag to allow package publishing
- Deletes the private field from package.json so the package can be published to the registry.
## 2026-05-09 - 10.0.1 - fix(docs)
refresh package documentation and align metadata with current project layout