tapbundle/ts/00_commitinfo_data.ts

9 lines
351 B
TypeScript
Raw Normal View History

2022-07-24 14:03:29 +02:00
/**
2024-08-17 07:30:11 +02:00
* autocreated commitinfo by @push.rocks/commitinfo
2022-07-24 14:03:29 +02:00
*/
export const commitinfo = {
2023-07-13 02:09:53 +02:00
name: '@push.rocks/tapbundle',
version: '5.5.4',
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.'
2022-07-24 14:03:29 +02:00
}