@task-mcp/cli 1.0.23 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -563,7 +563,7 @@ async function inboxCountCmd() {
|
|
|
563
563
|
// package.json
|
|
564
564
|
var package_default = {
|
|
565
565
|
name: "@task-mcp/cli",
|
|
566
|
-
version: "1.0.
|
|
566
|
+
version: "1.0.23",
|
|
567
567
|
description: "Zero-dependency CLI for task-mcp with Bun native visualization",
|
|
568
568
|
type: "module",
|
|
569
569
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@task-mcp/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "Zero-dependency CLI for task-mcp with Bun native visualization",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"directory": "packages/cli"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@task-mcp/mcp-server": "
|
|
36
|
-
"@task-mcp/shared": "
|
|
35
|
+
"@task-mcp/mcp-server": "^1.0.27",
|
|
36
|
+
"@task-mcp/shared": "^1.0.22"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/bun": "^1.1.14",
|