diff --git a/changelog.md b/changelog.md index 63614e3..95e3044 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-12-11 - 2.3.8 - fix(@push.rocks/smartwatch) +Bump @push.rocks/smartwatch dependency to ^6.2.2 + +- package.json: updated @push.rocks/smartwatch from ^6.2.1 to ^6.2.2 + ## 2025-12-10 - 2.3.7 - fix(smartwatch) Bump @push.rocks/smartwatch dependency to ^6.2.1 diff --git a/package.json b/package.json index 29a5996..591ef3d 100644 --- a/package.json +++ b/package.json @@ -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.1", + "@push.rocks/smartwatch": "^6.2.2", "@push.rocks/taskbuffer": "^3.5.0" }, "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 461b218..77bb78f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@push.rocks/smartwatch': - specifier: ^6.2.1 - version: 6.2.1 + specifier: ^6.2.2 + version: 6.2.2 '@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.1': - resolution: {integrity: sha512-mVLf3hFc9L73douQ6w3kRFTt2qSwM2cSncxByfSSxk9pFrEwUL0/+Ff4hw5OMg5lgaowFa5FGRJsXzZAVaZgEw==} + '@push.rocks/smartwatch@6.2.2': + resolution: {integrity: sha512-QSsyQuedK7KAKGLTqJQzU7Bklmu3mwMfIDTJFk5uELyMvnzsC33gHYv0RO+7LmJxZ6htX9TzTq7+qC18dLbTmw==} 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.1 + '@push.rocks/smartwatch': 6.2.2 '@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.1': + '@push.rocks/smartwatch@6.2.2': dependencies: '@push.rocks/lik': 6.2.2 '@push.rocks/smartenv': 6.0.0 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4cd91b1..4526e5b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tswatch', - version: '2.3.7', + version: '2.3.8', description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.' }