Version Packages (#1228)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-22 19:23:22 +02:00
committed by GitHub
parent a58719cf50
commit 05f6242f7e
23 changed files with 165 additions and 131 deletions

View File

@@ -1,5 +1,12 @@
# @tm/cli
## 0.27.0
### Patch Changes
- Updated dependencies []:
- @tm/core@0.26.1
## 0.27.0-rc.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@tm/cli",
"version": "0.27.0-rc.0",
"version": "0.27.0",
"description": "Task Master CLI - Command line interface for task management",
"type": "module",
"private": true,
@@ -9,7 +9,10 @@
"exports": {
".": "./src/index.ts"
},
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "biome check src",
@@ -42,12 +45,19 @@
"engines": {
"node": ">=18.0.0"
},
"keywords": ["task-master", "cli", "task-management", "productivity"],
"keywords": [
"task-master",
"cli",
"task-management",
"productivity"
],
"author": "",
"license": "MIT",
"typesVersions": {
"*": {
"*": ["src/*"]
"*": [
"src/*"
]
}
}
}