fix(core): Remove unused logcontext classes and update exports

This commit is contained in:
2025-01-25 01:23:27 +01:00
parent 8ba3b9085b
commit 842784f2ee
10 changed files with 7 additions and 236 deletions

View File

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