fix(dependencies): Fix missing jest dependency in package.json and update exports in ts_node/index.ts

This commit is contained in:
2025-03-08 14:28:35 +00:00
parent 84c5b85a3a
commit 1f68396aea
5 changed files with 821 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/tapbundle',
version: '5.5.8',
version: '5.5.9',
description: 'A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.'
}