feat(ts_node): Add support for HTTPS certificate creation

This commit is contained in:
2024-09-18 00:41:14 +02:00
parent 4358e1d64d
commit 61c493ce72
6 changed files with 69 additions and 22 deletions

View File

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