From 3f982225f45c7f6fcebea7224ae25bb60b2ad197 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 30 Apr 2026 13:02:34 +0000 Subject: [PATCH] fix(deps): bump @git.zone/tsrun to ^2.0.3 --- changelog.md | 6 ++++++ license | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ ts/00_commitinfo_data.ts | 2 +- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index bcfd17d..d6a9213 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/license b/license index b249dfc..7583a48 100644 --- a/license +++ b/license @@ -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 diff --git a/package.json b/package.json index 2ab34de..24a1518 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7f90db..e447dd9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d7193c3..96a348a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }