Enter prerelease mode and version packages

This commit is contained in:
Ralph Khreish
2025-05-03 18:01:21 +02:00
parent 74bbc48c8b
commit cf3ce7c27e
5 changed files with 17 additions and 4 deletions

View File

@@ -21,6 +21,7 @@
"ninety-wombats-pull",
"public-cooks-fetch",
"red-oranges-attend",
"red-suns-wash",
"tricky-papayas-hang",
"violet-papayas-see",
"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
## 0.13.0-rc.2
### Patch Changes
- Add src directory to exports
## 0.13.0-rc.1
### Patch Changes

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"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.",
"main": "index.js",
"type": "module",
@@ -90,7 +90,8 @@
"README-task-master.md",
"index.js",
"bin/**",
"mcp-server/**"
"mcp-server/**",
"src/**"
],
"overrides": {
"node-fetch": "^3.3.2",