diff --git a/changelog.md b/changelog.md index a0e0f67..f176b90 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-01-24 - 3.0.1 - fix(deps) +downgrade @push.rocks/smartinteract to ^2.0.16 + +- package.json: @push.rocks/smartinteract ^2.1.0 -> ^2.0.16 + ## 2026-01-24 - 3.0.0 - BREAKING CHANGE(tswatch) refactor tswatch to a config-driven design (load config from npmextra.json) and add interactive init wizard; change TsWatch public API and enhance Watcher behavior diff --git a/package.json b/package.json index 9f1e364..e5cb097 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@push.rocks/smartcli": "^4.0.20", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartfs": "^1.3.1", - "@push.rocks/smartinteract": "^2.1.0", + "@push.rocks/smartinteract": "^2.0.16", "@push.rocks/smartlog": "^3.1.10", "@push.rocks/smartlog-destination-local": "^9.0.2", "@push.rocks/smartshell": "^3.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a54447..ef71147 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,7 +36,7 @@ importers: specifier: ^1.3.1 version: 1.3.1 '@push.rocks/smartinteract': - specifier: ^2.1.0 + specifier: ^2.0.16 version: 2.0.16 '@push.rocks/smartlog': specifier: ^3.1.10 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b864941..a017128 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: '3.0.0', + version: '3.0.1', description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.' }