Compare commits

...

1 Commits

Author SHA1 Message Date
Ralph Khreish
b876d0fb43 fix: npm i breaking 2025-04-02 00:30:06 +02:00
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Remove non-existent package `@model-context-protocol/sdk`

2
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"": { "": {
"name": "task-master-ai", "name": "task-master-ai",
"version": "0.9.30", "version": "0.9.30",
"license": "MIT", "license": "(BSL-1.1 AND Apache-2.0)",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "^0.39.0", "@anthropic-ai/sdk": "^0.39.0",
"boxen": "^8.0.1", "boxen": "^8.0.1",

View File

@@ -37,7 +37,6 @@
"license": "MIT WITH Commons-Clause", "license": "MIT WITH Commons-Clause",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "^0.39.0", "@anthropic-ai/sdk": "^0.39.0",
"@model-context-protocol/sdk": "^1.20.5",
"boxen": "^8.0.1", "boxen": "^8.0.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cli-table3": "^0.6.5", "cli-table3": "^0.6.5",