fix(core): Improve scope handling in async contexts.

This commit is contained in:
2025-01-19 00:27:06 +01:00
parent 58b189c1c7
commit 9c0b53f373
6 changed files with 227 additions and 286 deletions

View File

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