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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartcontext',
version: '2.1.5',
version: '2.1.6',
description: 'A module providing advanced asynchronous context management to enrich logs with context and manage scope effectively in Node.js applications.'
}