feat(data-loading): load fee schedule catalogs and data from generated JSON payloads instead of bundled Germany TypeScript exports

This commit is contained in:
2026-05-14 12:41:31 +00:00
parent 04248e0629
commit d79e013ebf
34 changed files with 90609 additions and 90525 deletions
+8
View File
@@ -7,6 +7,14 @@
### Features
- load fee schedule catalogs and data from generated JSON payloads instead of bundled Germany TypeScript exports (data-loading)
- adds runtime payload loading with remote, browser-local, and node-local fallbacks
- replaces hardcoded Germany catalog exports with generic payload-based catalogs and supported country codes
- moves generation output to git-only .onlygit JSON files and removes generated ts/germany data modules
- updates package contents, exports, tests, and README to reflect the new payload-based API
## 2026-05-14 - 1.0.4
### Fixes