Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
62d1fe0a35 | |||
915bd67b6a |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-12-04 - 2.0.32 - fix(core)
|
||||||
|
Minor improvements and dependency updates
|
||||||
|
|
||||||
|
- Updated dependencies for improved performance
|
||||||
|
- Refined TypeScript project watching logic
|
||||||
|
|
||||||
## 2024-12-04 - 2.0.31 - fix(Watcher)
|
## 2024-12-04 - 2.0.31 - fix(Watcher)
|
||||||
Add missing logger message in Watcher class for start method
|
Add missing logger message in Watcher class for start method
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tswatch",
|
"name": "@git.zone/tswatch",
|
||||||
"version": "2.0.31",
|
"version": "2.0.32",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "watch typescript projects during development",
|
"description": "watch typescript projects during development",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tswatch',
|
name: '@git.zone/tswatch',
|
||||||
version: '2.0.31',
|
version: '2.0.32',
|
||||||
description: 'watch typescript projects during development'
|
description: 'watch typescript projects during development'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user