fix(TapNodeTools): Fix server port default value in createSmarts3 method

This commit is contained in:
2024-11-06 03:16:44 +01:00
parent f3f05b89d9
commit 8ec3d593c1
3 changed files with 7 additions and 1 deletions

View File

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