feat(tests): Added a new test script to demonstrate and validate AsyncContext functionality

This commit is contained in:
2025-01-25 01:22:11 +01:00
parent 33e2d01aca
commit b0b4de3ab3
3 changed files with 117 additions and 1 deletions

View File

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