Compare commits

..

6 Commits

Author SHA1 Message Date
0567d5433f 6.0.3
Some checks failed
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-05-01 08:59:42 +00:00
dd8c8b8e11 fix(smartexpect): Update @push.rocks/smartexpect dependency version from ^2.4.0 to ^2.4.2 2025-05-01 08:59:42 +00:00
6dc59c3157 6.0.2
Some checks failed
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-04-30 18:25:06 +00:00
955794f1d0 fix(dependencies/smartexpect): Update @push.rocks/smartexpect dependency to ^2.4.0 2025-04-30 18:25:06 +00:00
ae63a22202 6.0.1
Some checks failed
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-04-30 18:02:01 +00:00
62907ea111 fix(smartexpect): Update @push.rocks/smartexpect dependency version to ^2.3.2 in package.json 2025-04-30 18:02:01 +00:00
4 changed files with 23 additions and 8 deletions

View File

@ -1,5 +1,20 @@
# Changelog
## 2025-05-01 - 6.0.3 - fix(smartexpect)
Update @push.rocks/smartexpect dependency version from ^2.4.0 to ^2.4.2
- Bump @push.rocks/smartexpect package version in package.json to address minor bug fixes and improvements.
## 2025-04-30 - 6.0.2 - fix(dependencies/smartexpect)
Update @push.rocks/smartexpect dependency to ^2.4.0
- Upgraded @push.rocks/smartexpect from ^2.3.2 to ^2.4.0 in package.json to incorporate latest improvements.
## 2025-04-30 - 6.0.1 - fix(smartexpect)
Update @push.rocks/smartexpect dependency version to ^2.3.2 in package.json
- Bump @push.rocks/smartexpect from ^2.2.0 to ^2.3.2
## 2025-04-29 - 6.0.0 - BREAKING CHANGE(dependencies)
Upgrade @push.rocks/smartexpect to ^2.2.0 and bump @types/node version; remove unused expectAsync import from ts/index.ts

View File

@ -1,7 +1,7 @@
{
"name": "@push.rocks/tapbundle",
"private": false,
"version": "6.0.0",
"version": "6.0.3",
"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.",
"exports": {
".": "./dist_ts/index.js",
@ -30,7 +30,7 @@
"@push.rocks/smartcrypto": "^2.0.4",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartenv": "^5.0.12",
"@push.rocks/smartexpect": "^2.2.0",
"@push.rocks/smartexpect": "^2.4.2",
"@push.rocks/smartfile": "^11.2.0",
"@push.rocks/smartjson": "^5.0.20",
"@push.rocks/smartmongo": "^2.0.12",

10
pnpm-lock.yaml generated
View File

@ -27,8 +27,8 @@ importers:
specifier: ^5.0.12
version: 5.0.12
'@push.rocks/smartexpect':
specifier: ^2.2.0
version: 2.2.0
specifier: ^2.4.2
version: 2.4.2
'@push.rocks/smartfile':
specifier: ^11.2.0
version: 11.2.0
@ -921,8 +921,8 @@ packages:
'@push.rocks/smartexpect@1.6.1':
resolution: {integrity: sha512-NFQXEPkGiMNxyvFwKyzDWe3ADYdf8KNvIcV7TGNZZT3uPQtk65te4Q+a1cWErjP/61yE9XdYiQA66QQp+TV9IQ==}
'@push.rocks/smartexpect@2.2.0':
resolution: {integrity: sha512-0dxAwnsz0UME8rC8FaOImPhH1HKprVRCqpKj+3zZpoMKYe/Tn8qN5+PzTVdEHGMp8YdSlkpYjqj7GYnM00eLeQ==}
'@push.rocks/smartexpect@2.4.2':
resolution: {integrity: sha512-L+aS1n5rWhf/yOh5R3zPgwycYtDr5FfrDWgasy6ShhN6Zbn/z/AOPbWcF/OpeTmx0XabWB2h5d4xBcCKLl47cQ==}
'@push.rocks/smartfeed@1.0.11':
resolution: {integrity: sha512-02uhXxQamgfBo3T12FsAdfyElnpoWuDUb08B2AE60DbIaukVx/7Mi17xwobApY1flNSr5StZDt8N8vxPhBhIXw==}
@ -6383,7 +6383,7 @@ snapshots:
'@push.rocks/smartpromise': 4.2.3
fast-deep-equal: 3.1.3
'@push.rocks/smartexpect@2.2.0':
'@push.rocks/smartexpect@2.4.2':
dependencies:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.2.3

View File

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