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,6 +1,6 @@
{
"name": "@tm/core",
"version": "0.26.0",
"version": "0.26.1",
"private": true,
"description": "Core library for Task Master - TypeScript task management system",
"type": "module",
@@ -48,8 +48,18 @@
"engines": {
"node": ">=18.0.0"
},
"files": ["src", "README.md", "CHANGELOG.md"],
"keywords": ["task-management", "typescript", "ai", "prd", "parser"],
"files": [
"src",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"task-management",
"typescript",
"ai",
"prd",
"parser"
],
"author": "Task Master AI",
"license": "MIT"
}