fix(deps): bump @git.zone/tsrun to ^2.0.3

This commit is contained in:
2026-04-30 13:02:34 +00:00
parent b873f0c90e
commit 3f982225f4
5 changed files with 15 additions and 9 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog # Changelog
## 2026-04-30 - 2.3.2 - fix(deps)
bump @git.zone/tsrun to ^2.0.3
- update @git.zone/tsrun from ^2.0.2 to ^2.0.3
- refresh license copyright holder information
## 2026-04-30 - 2.3.1 - fix(package) ## 2026-04-30 - 2.3.1 - fix(package)
rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration
+1 -1
View File
@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2016 Push.Rocks Copyright (c) 2016 Task Venture Capital GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -15,7 +15,7 @@
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^4.4.0", "@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2", "@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3", "@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0" "@types/node": "^25.6.0"
}, },
+6 -6
View File
@@ -12,8 +12,8 @@ importers:
specifier: ^4.4.0 specifier: ^4.4.0
version: 4.4.0 version: 4.4.0
'@git.zone/tsrun': '@git.zone/tsrun':
specifier: ^2.0.2 specifier: ^2.0.3
version: 2.0.2 version: 2.0.3
'@git.zone/tstest': '@git.zone/tstest':
specifier: ^3.6.3 specifier: ^3.6.3
version: 3.6.3(typescript@6.0.3) version: 3.6.3(typescript@6.0.3)
@@ -402,8 +402,8 @@ packages:
resolution: {integrity: sha512-3tCGhVbH6S/17n3A6Tc6H+ncRdxxbTT0ABcj8S1wRLA8YuBSj9bY7k6uj/iFRy/B/OepB94m1goCiaWESdcZYg==} resolution: {integrity: sha512-3tCGhVbH6S/17n3A6Tc6H+ncRdxxbTT0ABcj8S1wRLA8YuBSj9bY7k6uj/iFRy/B/OepB94m1goCiaWESdcZYg==}
hasBin: true hasBin: true
'@git.zone/tsrun@2.0.2': '@git.zone/tsrun@2.0.3':
resolution: {integrity: sha512-Rnp/wYHzI8A1pVBKOOePRJgQiBZdW+GEjpQk2uhvXz6A+ljUV2SXKc7NpQVVDsjEZaNFeAI9jMYOdk3lm3yMDA==} resolution: {integrity: sha512-QxSM8u+PFnO4jWul0MZpIVCk8XmafqnlPram68dgKuFBl86JM+29G1ag66QUAXSH13WWawbozAGcpCCpIWz7dQ==}
hasBin: true hasBin: true
'@git.zone/tstest@3.6.3': '@git.zone/tstest@3.6.3':
@@ -4177,7 +4177,7 @@ snapshots:
- supports-color - supports-color
- vue - vue
'@git.zone/tsrun@2.0.2': '@git.zone/tsrun@2.0.3':
dependencies: dependencies:
'@push.rocks/smartfile': 13.1.2 '@push.rocks/smartfile': 13.1.2
'@push.rocks/smartshell': 3.3.8 '@push.rocks/smartshell': 3.3.8
@@ -4186,7 +4186,7 @@ snapshots:
'@git.zone/tstest@3.6.3(typescript@6.0.3)': '@git.zone/tstest@3.6.3(typescript@6.0.3)':
dependencies: dependencies:
'@git.zone/tsbundle': 2.10.0 '@git.zone/tsbundle': 2.10.0
'@git.zone/tsrun': 2.0.2 '@git.zone/tsrun': 2.0.3
'@push.rocks/consolecolor': 2.0.3 '@push.rocks/consolecolor': 2.0.3
'@push.rocks/qenv': 6.1.3 '@push.rocks/qenv': 6.1.3
'@push.rocks/smartbrowser': 2.0.11(typescript@6.0.3) '@push.rocks/smartbrowser': 2.0.11(typescript@6.0.3)
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartcontext', name: '@push.rocks/smartcontext',
version: '2.3.1', version: '2.3.2',
description: 'A module providing advanced asynchronous context management to enrich logs with context and manage scope effectively in Node.js applications.' description: 'A module providing advanced asynchronous context management to enrich logs with context and manage scope effectively in Node.js applications.'
} }