fix(dependencies): Update dependencies to the latest versions to address multiple fixes.

This commit is contained in:
2025-01-19 18:09:47 +01:00
parent a21ce29a15
commit fd4e60e020
6 changed files with 151 additions and 126 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/tapbundle',
version: '5.5.4',
version: '5.5.5',
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.'
}

View File

@ -60,5 +60,9 @@ export class TapTools {
return plugins.smartpromise.defer();
}
public cumulativeDefer() {
return plugins.smartpromise.cumulativeDefer();
}
public smartjson = plugins.smartjson;
}