@teqfw/di 2.5.1 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.6.1 - 2026-06-07 - Type declarations cleanup
4
+
5
+ * Removed stale `TeqFw_Di_Def_Parser` and `ExportSelector` aliases from `types.d.ts`.
6
+ * Updated the parser type alias to `TeqFw_Di_Parser` and aligned it with the moved `src/Parser.mjs` component.
7
+ * Updated package version metadata to `2.6.1`.
8
+
9
+ ## 2.6.0 - 2026-06-07 - Parser relocation and contract clarification
10
+
11
+ * Moved the parser component from the legacy `Def/` path to `src/Parser.mjs` and aligned the related unit test layout with the component structure.
12
+ * Removed the internal `ExportSelector` duplicate and kept the runtime orchestration behind a dedicated internal coordinator.
13
+ * Clarified and documented the CDC contract so the canonical `__default` form and shorthand lifecycle forms remain supported together.
14
+ * Updated the code and context documentation to separate public API, contract-internal modules, and component layout more explicitly.
15
+ * Updated package version metadata to `2.6.0`.
16
+
3
17
  ## 2.5.1 - 2026-04-12 - Documentation refresh and dependency fix
4
18
 
5
19
  * Fixed named-only `__deps__` resolution in the container and updated the related tests.