fix(build): Fix tsbuild script to include missing flag

This commit is contained in:
2025-01-18 23:53:15 +01:00
parent 3d0fc6adc5
commit b246894060
3 changed files with 7 additions and 2 deletions

View File

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