feat(TapNodeTools): Add getEnvVarOnDemand method to TapNodeTools

This commit is contained in:
2024-09-19 10:30:14 +02:00
parent 7f765c08e4
commit a551989f8b
3 changed files with 14 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/tapbundle',
version: '5.2.2',
version: '5.3.0',
description: 'A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.'
}