fix(tapbundle): Add qenv package to dependencies for environment management

This commit is contained in:
2024-09-19 08:38:38 +02:00
parent 953957cae3
commit a61d87a9a0
6 changed files with 36 additions and 2 deletions

View File

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