fix(package): Update package metadata, scripts and dependency pins

This commit is contained in:
2025-11-29 15:27:27 +00:00
parent 9411b5ee49
commit cbe31cfc73
3 changed files with 432 additions and 3 deletions

16
changelog.md Normal file
View File

@@ -0,0 +1,16 @@
# Changelog
## 2025-11-29 - 1.0.2 - fix(package)
Update package metadata, scripts and dependency pins
- Set package exports entrypoint to ./dist_ts/index.js
- Add/adjust npm scripts: test, build and buildDocs
- Update devDependencies and runtime dependencies
- Add packageManager field with pnpm lock information and update repository/bugs/homepage fields
## 2025-11-29 - 1.0.1 - initial release
Initial project commit and repository bootstrap.
- Repository initialized (initial commit).
- Added base project scaffold and starter configuration.
- Added initial documentation placeholders (README) and basic metadata.