Compare commits

..

1 Commits

Author SHA1 Message Date
Ralph Khreish
cf3ce7c27e Enter prerelease mode and version packages 2025-05-03 18:01:21 +02:00
5 changed files with 17 additions and 4 deletions

View File

@@ -21,6 +21,7 @@
"ninety-wombats-pull", "ninety-wombats-pull",
"public-cooks-fetch", "public-cooks-fetch",
"red-oranges-attend", "red-oranges-attend",
"red-suns-wash",
"tricky-papayas-hang", "tricky-papayas-hang",
"violet-papayas-see", "violet-papayas-see",
"violet-parrots-march" "violet-parrots-march"

View File

@@ -0,0 +1,5 @@
---
'task-master-ai': patch
---
Add src directory to exports

View File

@@ -1,5 +1,11 @@
# task-master-ai # task-master-ai
## 0.13.0-rc.2
### Patch Changes
- Add src directory to exports
## 0.13.0-rc.1 ## 0.13.0-rc.1
### Patch Changes ### Patch Changes

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "task-master-ai", "name": "task-master-ai",
"version": "0.13.0", "version": "0.13.0-rc.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "task-master-ai", "name": "task-master-ai",
"version": "0.13.0", "version": "0.13.0-rc.1",
"license": "MIT WITH Commons-Clause", "license": "MIT WITH Commons-Clause",
"dependencies": { "dependencies": {
"@ai-sdk/anthropic": "^1.2.10", "@ai-sdk/anthropic": "^1.2.10",

View File

@@ -1,6 +1,6 @@
{ {
"name": "task-master-ai", "name": "task-master-ai",
"version": "0.13.0-rc.1", "version": "0.13.0-rc.2",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",
@@ -90,7 +90,8 @@
"README-task-master.md", "README-task-master.md",
"index.js", "index.js",
"bin/**", "bin/**",
"mcp-server/**" "mcp-server/**",
"src/**"
], ],
"overrides": { "overrides": {
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",