Compare commits

...

2 Commits

Author SHA1 Message Date
814cc70a29 v2.3.7
Some checks failed
Default (tags) / security (push) Successful in 49s
Default (tags) / test (push) Failing after 40s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-12-10 17:18:08 +00:00
8508eee439 fix(smartwatch): Bump @push.rocks/smartwatch dependency to ^6.2.1 2025-12-10 17:18:08 +00:00
4 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-12-10 - 2.3.7 - fix(smartwatch)
Bump @push.rocks/smartwatch dependency to ^6.2.1
- Updated dependency @push.rocks/smartwatch from ^6.2.0 to ^6.2.1 in package.json
## 2025-12-10 - 2.3.6 - fix(dependencies)
Bump @types/node to ^24.10.2 and @push.rocks/smartwatch to ^6.2.0

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tswatch",
"version": "2.3.6",
"version": "2.3.7",
"private": false,
"description": "A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.",
"exports": {
@@ -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.2.0",
"@push.rocks/smartwatch": "^6.2.1",
"@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.2.0
version: 6.2.0
specifier: ^6.2.1
version: 6.2.1
'@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.2.0':
resolution: {integrity: sha512-cymWyhN+NbkneHuyzUlDm3ykH6tQPL2WQqXgEbEJ7vmt+RInDSOnxUROYtVXqou0fK7QzZBe++pGMQpAZ1H0Rg==}
'@push.rocks/smartwatch@6.2.1':
resolution: {integrity: sha512-mVLf3hFc9L73douQ6w3kRFTt2qSwM2cSncxByfSSxk9pFrEwUL0/+Ff4hw5OMg5lgaowFa5FGRJsXzZAVaZgEw==}
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.2.0
'@push.rocks/smartwatch': 6.2.1
'@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.2.0':
'@push.rocks/smartwatch@6.2.1':
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.6',
version: '2.3.7',
description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
}