feat(TapNodeTools): Add ability to create HTTPS certificates with self-signed option

This commit is contained in:
2024-09-18 18:43:46 +02:00
parent 5a94f116e1
commit c712a9a09c
3 changed files with 13 additions and 2 deletions

View File

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