mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
fix: remove invalid empty version fields from workspace packages
Removes `"version": ""` from internal workspace packages to fix changesets validation errors. These private packages don't need explicit version fields as they use workspace protocol. Fixes validation errors: - Package "task-master-ai" must depend on the current version of "@tm/ai-sdk-provider-grok-cli": "" vs "*" - Package "task-master-ai" must depend on the current version of "@tm/cli": "" vs "*" - Package "@tm/cli" must depend on the current version of "@tm/core": "" vs "*" - Package "extension" must depend on the current version of "@tm/core": "" vs "*" - Package "@tm/mcp" must depend on the current version of "@tm/core": "" vs "*" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -49,6 +49,5 @@
|
||||
"*": {
|
||||
"*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"description": "Task Master MCP Tools - TypeScript MCP server tools for AI agent integration",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
|
||||
Reference in New Issue
Block a user