fix(package.json): Add explicit packageManager field to package.json

This commit is contained in:
2025-04-03 21:46:40 +00:00
parent 5f9ffc7356
commit 0ac50d647d
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-04-03 - 0.5.3 - fix(package.json)
Add explicit packageManager field to package.json
- Include the packageManager property to specify the pnpm version and checksum.
- Align package metadata with current standards.
## 2025-04-03 - 0.5.2 - fix(readme)
Remove redundant conclusion section from README to streamline documentation.