From dd8c8b8e11ea0de3a3abd3a7477faf482ec7fa6b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 1 May 2025 08:59:42 +0000 Subject: [PATCH] fix(smartexpect): Update @push.rocks/smartexpect dependency version from ^2.4.0 to ^2.4.2 --- changelog.md | 5 +++++ package.json | 2 +- pnpm-lock.yaml | 10 +++++----- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 2b9b232..a55e0c3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # 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 diff --git a/package.json b/package.json index e065b5c..cd66e10 100644 --- a/package.json +++ b/package.json @@ -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.4.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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc4fb53..16938c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^5.0.12 version: 5.0.12 '@push.rocks/smartexpect': - specifier: ^2.4.0 - version: 2.4.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.4.0': - resolution: {integrity: sha512-FK1CAg6BBcTBHQjJ6WG/QlH1higWS6d0fu6mrM5xsfSATXG+WY9v5prBtalm85++YrK8Vhl/uDPBDc/+OHk1hw==} + '@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.4.0': + '@push.rocks/smartexpect@2.4.2': dependencies: '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartpromise': 4.2.3 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2580f59..fed7a07 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/tapbundle', - version: '6.0.2', + 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.' }