fix(deps): bump @git.zone/tsrun to ^2.0.3
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# 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)
|
||||
rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^4.4.0",
|
||||
"@git.zone/tsrun": "^2.0.2",
|
||||
"@git.zone/tsrun": "^2.0.3",
|
||||
"@git.zone/tstest": "^3.6.3",
|
||||
"@types/node": "^25.6.0"
|
||||
},
|
||||
|
||||
Generated
+6
-6
@@ -12,8 +12,8 @@ importers:
|
||||
specifier: ^4.4.0
|
||||
version: 4.4.0
|
||||
'@git.zone/tsrun':
|
||||
specifier: ^2.0.2
|
||||
version: 2.0.2
|
||||
specifier: ^2.0.3
|
||||
version: 2.0.3
|
||||
'@git.zone/tstest':
|
||||
specifier: ^3.6.3
|
||||
version: 3.6.3(typescript@6.0.3)
|
||||
@@ -402,8 +402,8 @@ packages:
|
||||
resolution: {integrity: sha512-3tCGhVbH6S/17n3A6Tc6H+ncRdxxbTT0ABcj8S1wRLA8YuBSj9bY7k6uj/iFRy/B/OepB94m1goCiaWESdcZYg==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsrun@2.0.2':
|
||||
resolution: {integrity: sha512-Rnp/wYHzI8A1pVBKOOePRJgQiBZdW+GEjpQk2uhvXz6A+ljUV2SXKc7NpQVVDsjEZaNFeAI9jMYOdk3lm3yMDA==}
|
||||
'@git.zone/tsrun@2.0.3':
|
||||
resolution: {integrity: sha512-QxSM8u+PFnO4jWul0MZpIVCk8XmafqnlPram68dgKuFBl86JM+29G1ag66QUAXSH13WWawbozAGcpCCpIWz7dQ==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tstest@3.6.3':
|
||||
@@ -4177,7 +4177,7 @@ snapshots:
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
'@git.zone/tsrun@2.0.2':
|
||||
'@git.zone/tsrun@2.0.3':
|
||||
dependencies:
|
||||
'@push.rocks/smartfile': 13.1.2
|
||||
'@push.rocks/smartshell': 3.3.8
|
||||
@@ -4186,7 +4186,7 @@ snapshots:
|
||||
'@git.zone/tstest@3.6.3(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@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/qenv': 6.1.3
|
||||
'@push.rocks/smartbrowser': 2.0.11(typescript@6.0.3)
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user