fix(dependencies.@push.rocks/smartwatch): Bump @push.rocks/smartwatch dependency to ^6.1.0

This commit is contained in:
2025-12-08 17:54:39 +00:00
parent 6c30d35de7
commit 2c8ed46c9e
4 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-12-08 - 2.3.4 - fix(dependencies.@push.rocks/smartwatch)
Bump @push.rocks/smartwatch dependency to ^6.1.0
- Updated package.json dependency @push.rocks/smartwatch from ^6.0.0 to ^6.1.0
## 2025-12-08 - 2.3.3 - fix(dependencies)
Bump dependencies: @api.global/typedserver to ^7.11.1 and @push.rocks/smartwatch to ^6.0.0

View File

@@ -34,7 +34,7 @@
"@push.rocks/smartlog": "^3.1.10",
"@push.rocks/smartlog-destination-local": "^9.0.2",
"@push.rocks/smartshell": "^3.3.0",
"@push.rocks/smartwatch": "^6.0.0",
"@push.rocks/smartwatch": "^6.1.0",
"@push.rocks/taskbuffer": "^3.5.0"
},
"files": [

12
pnpm-lock.yaml generated
View File

@@ -42,8 +42,8 @@ importers:
specifier: ^3.3.0
version: 3.3.0
'@push.rocks/smartwatch':
specifier: ^6.0.0
version: 6.0.0
specifier: ^6.1.0
version: 6.1.0
'@push.rocks/taskbuffer':
specifier: ^3.5.0
version: 3.5.0
@@ -1291,8 +1291,8 @@ packages:
'@push.rocks/smartversion@3.0.5':
resolution: {integrity: sha512-8MZSo1yqyaKxKq0Q5N188l4un++9GFWVbhCAX5mXJwewZHn97ujffTeL+eOQYpWFTEpUhaq1QhL4NhqObBCt1Q==}
'@push.rocks/smartwatch@6.0.0':
resolution: {integrity: sha512-RVUpIP7rg+C3WFilFQ1W00oO93wA+ht9+Of2795rjFNc68skpSuQ93/1npGBliEHfFFLak2eO9vXBdngQM1N2A==}
'@push.rocks/smartwatch@6.1.0':
resolution: {integrity: sha512-dRZcgWAqxeGwF1Yrkewl0D0YIUMBKXA0TbdcJajm3VK1zC0Vejp7GeUoZiXut0cnAnmOtfym3JPvsEIiNN3iHg==}
engines: {node: '>=20.0.0'}
'@push.rocks/smartxml@2.0.0':
@@ -4841,7 +4841,7 @@ snapshots:
'@push.rocks/smartsitemap': 2.0.4
'@push.rocks/smartstream': 3.2.5
'@push.rocks/smarttime': 4.1.1
'@push.rocks/smartwatch': 6.0.0
'@push.rocks/smartwatch': 6.1.0
'@push.rocks/taskbuffer': 3.5.0
'@push.rocks/webrequest': 4.0.1
'@push.rocks/webstore': 2.0.20
@@ -7562,7 +7562,7 @@ snapshots:
'@types/semver': 7.7.0
semver: 7.7.2
'@push.rocks/smartwatch@6.0.0':
'@push.rocks/smartwatch@6.1.0':
dependencies:
'@push.rocks/lik': 6.2.2
'@push.rocks/smartenv': 6.0.0

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.3.3',
version: '2.3.4',
description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
}