diff --git a/changelog.md b/changelog.md index 0eb7578..1793f0b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-23 - 8.4.6 - fix(deps) +bump @push.rocks/smartwatch to ^6.4.0 + +- Updates the @push.rocks/smartwatch dependency from ^6.3.1 to ^6.4.0 in package.json. + ## 2026-03-23 - 8.4.5 - fix(build) migrate build tooling to tsbuild v4 and tsbundle config while updating sitemap integration diff --git a/package.json b/package.json index fa308f8..bc2a11a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@push.rocks/smartsitemap": "^4.0.1", "@push.rocks/smartstream": "^3.4.0", "@push.rocks/smarttime": "^4.2.3", - "@push.rocks/smartwatch": "^6.3.1", + "@push.rocks/smartwatch": "^6.4.0", "@push.rocks/taskbuffer": "^8.0.0", "@push.rocks/webrequest": "^4.0.5", "@push.rocks/webstore": "^2.0.20", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3edb2a1..f632794 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,8 +96,8 @@ importers: specifier: ^4.2.3 version: 4.2.3 '@push.rocks/smartwatch': - specifier: ^6.3.1 - version: 6.3.1 + specifier: ^6.4.0 + version: 6.4.0 '@push.rocks/taskbuffer': specifier: ^8.0.0 version: 8.0.0 @@ -1355,8 +1355,8 @@ packages: '@push.rocks/smartversion@3.0.5': resolution: {integrity: sha512-8MZSo1yqyaKxKq0Q5N188l4un++9GFWVbhCAX5mXJwewZHn97ujffTeL+eOQYpWFTEpUhaq1QhL4NhqObBCt1Q==} - '@push.rocks/smartwatch@6.3.1': - resolution: {integrity: sha512-R5e1cPRr0eQd9qP9r4Zuzl4DQnzIAyEwumIERb/Rf737XLK6l0eMMJihVvoraFsunx6RYFAmv01dYkiwnWYY/g==} + '@push.rocks/smartwatch@6.4.0': + resolution: {integrity: sha512-KDswRgE/siBmZRCsRA07MtW5oF4c9uQEBkwTGPIWneHzksbCDsvs/7agKFEL7WnNifLNwo8w1K1qoiVWkX1fvw==} engines: {node: '>=20.0.0'} '@push.rocks/smartxml@2.0.0': @@ -5214,7 +5214,7 @@ snapshots: '@push.rocks/smartshell': 3.3.8 '@push.rocks/smartstorage': 6.3.1 '@push.rocks/smarttime': 4.2.3 - '@push.rocks/smartwatch': 6.3.1 + '@push.rocks/smartwatch': 6.4.0 '@types/ws': 8.18.1 figures: 6.1.0 ws: 8.20.0 @@ -6552,11 +6552,12 @@ snapshots: '@types/semver': 7.7.1 semver: 7.7.4 - '@push.rocks/smartwatch@6.3.1': + '@push.rocks/smartwatch@6.4.0': dependencies: '@push.rocks/lik': 6.4.0 '@push.rocks/smartenv': 6.0.0 '@push.rocks/smartpromise': 4.2.3 + '@push.rocks/smartrust': 1.3.2 '@push.rocks/smartrx': 3.0.10 chokidar: 5.0.0 picomatch: 4.0.3 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9aaaf9f..7b9bafb 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedserver', - version: '8.4.5', + version: '8.4.6', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' }