fix(package): rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration

This commit is contained in:
2026-04-30 12:53:11 +00:00
parent 0c13bf6be4
commit 384964be30
9 changed files with 2194 additions and 3982 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartcontext',
version: '2.3.0',
version: '2.3.1',
description: 'A module providing advanced asynchronous context management to enrich logs with context and manage scope effectively in Node.js applications.'
}