fix(exports): stabilize published types and compatibility with updated dependencies

This commit is contained in:
2026-04-16 19:41:55 +00:00
parent cb6b3db15a
commit 40ffc2b355
25 changed files with 4539 additions and 5354 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-16 - 1.2.2 - fix(exports)
stabilize published types and compatibility with updated dependencies
- replace wildcard package exports with explicit runtime and type exports in the public entrypoint
- add a strict consumer type-check fixture and test script to verify published declaration files
- adapt filesystem, PDF, e-invoice, and signing integrations to updated dependency APIs
- harden error handling and initialization checks across API, chart of accounts, invoice, and journal workflows
## 2025-10-28 - 1.2.1 - fix(skr.classes.account)
Remove incorrect SKR04 automatic account 3300; improve VAT posting validation and test isolation; update readme hints and CI settings