fix(build): remove allowimplicitany from build scripts and add explicit dependency map typing

This commit is contained in:
2026-04-30 12:55:52 +00:00
parent c89a917122
commit 0e84bb4b6e
4 changed files with 10 additions and 4 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2026-04-30 - 1.11.6 - fix(build)
remove allowimplicitany from build scripts and add explicit dependency map typing
- drops the --allowimplicitany flag from both root and generated package build commands
- adds an explicit Record<string, string> type for resolved dependency entries in PublishModule
## 2026-03-24 - 1.11.5 - fix(readme)
clarify usage examples and API documentation