2.1.0
Some checks failed
Default (tags) / security (push) Successful in 1m6s
Default (tags) / test (push) Failing after 42s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
Philipp Kunz 2025-01-29 18:00:44 +01:00
parent 2d1c037301
commit 7605702ba7

View File

@ -1,6 +1,6 @@
{ {
"name": "@git.zone/tswatch", "name": "@git.zone/tswatch",
"version": "2.0.39", "version": "2.1.0",
"private": false, "private": false,
"description": "A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.", "description": "A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -84,4 +84,4 @@
"pnpm": { "pnpm": {
"overrides": {} "overrides": {}
} }
} }