fix(core): Enhanced debugging and improved dependency tracking

This commit is contained in:
2025-01-23 20:06:18 +01:00
parent 57d1dc3fe0
commit 6a373a93b3
7 changed files with 101 additions and 84 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-01-23 - 2.1.7 - fix(core)
Enhanced debugging and improved dependency tracking
- Updated @types/node to version ^22.10.10.
- Updated simple-async-context to version ^0.0.23.
- Enhanced the logDebug method to check for the existence of process and environment variables.
- Fixed dependency versions in package.json.
## 2025-01-19 - 2.1.6 - fix(core)
Updated dependencies and improved AsyncStore debugging and cleanup