fix(deps): bump @push.rocks/smartwatch to ^6.4.0

This commit is contained in:
2026-03-23 14:17:33 +00:00
parent 57937eca9d
commit 0e3f86b31f
4 changed files with 14 additions and 8 deletions

View File

@@ -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

View File

@@ -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",

13
pnpm-lock.yaml generated
View File

@@ -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

View File

@@ -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.'
}