fix(deps): downgrade @push.rocks/smartinteract to ^2.0.16

This commit is contained in:
2026-01-24 11:39:18 +00:00
parent 721dc3b22c
commit 47cd9adc8e
4 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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",

2
pnpm-lock.yaml generated
View File

@@ -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

View File

@@ -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.'
}