fix(core): Updated dependencies and improved AsyncStore debugging and cleanup

This commit is contained in:
2025-01-19 20:06:18 +01:00
parent 8548ad9684
commit 98f6afec7e
8 changed files with 164 additions and 80 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-01-19 - 2.1.6 - fix(core)
Updated dependencies and improved AsyncStore debugging and cleanup
- Upgraded 'simple-async-context' dependency to version ^0.0.16 for consistency and improvements.
- Added detailed debugging information in AsyncStore when DEBUG environment variable is set.
- Enhanced cleanup process for deleted keys in AsyncStore.
- Removed redundant dependencies from package.json and logcontext.plugins.ts.
## 2025-01-19 - 2.1.5 - fix(dependencies)
Update dependencies for improved compatibility