diff --git a/changelog.md b/changelog.md index dd35865..c8530a2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-12-08 - 2.3.5 - fix(dependencies) +Update @push.rocks/smartwatch dependency to ^6.1.1 + +- Bump @push.rocks/smartwatch from ^6.1.0 to ^6.1.1 in package.json +- Only package.json changed; no source code modifications + ## 2025-12-08 - 2.3.4 - fix(dependencies.@push.rocks/smartwatch) Bump @push.rocks/smartwatch dependency to ^6.1.0 diff --git a/package.json b/package.json index b3201bc..bf0b27e 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.1.0", + "@push.rocks/smartwatch": "^6.1.1", "@push.rocks/taskbuffer": "^3.5.0" }, "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a3d7bd..58523f4 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.1.0 - version: 6.1.0 + specifier: ^6.1.1 + version: 6.1.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.1.0': - resolution: {integrity: sha512-dRZcgWAqxeGwF1Yrkewl0D0YIUMBKXA0TbdcJajm3VK1zC0Vejp7GeUoZiXut0cnAnmOtfym3JPvsEIiNN3iHg==} + '@push.rocks/smartwatch@6.1.1': + resolution: {integrity: sha512-wmhLKu9bdpvRcjOfitJOi4jsNKD7S2hVlVq6fAv3IhB2ZbRlSB+Hai4DwOlrdUZaWrg+dFIZU+/ifTOozOPiMg==} 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.1.0 + '@push.rocks/smartwatch': 6.1.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.1.0': + '@push.rocks/smartwatch@6.1.1': 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 ddd28a9..cba8d0e 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.4', + version: '2.3.5', description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.' }