@kaban-board/cli 0.2.11 → 0.2.12
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -2297,7 +2297,7 @@ import { Command as Command14 } from "commander";
|
|
|
2297
2297
|
// package.json
|
|
2298
2298
|
var package_default = {
|
|
2299
2299
|
name: "@kaban-board/cli",
|
|
2300
|
-
version: "0.2.
|
|
2300
|
+
version: "0.2.12",
|
|
2301
2301
|
description: "Terminal Kanban for AI Code Agents - CLI and MCP server",
|
|
2302
2302
|
type: "module",
|
|
2303
2303
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaban-board/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Terminal Kanban for AI Code Agents - CLI and MCP server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@clack/prompts": "^0.11.0",
|
|
21
|
-
"@kaban-board/core": "0.2.
|
|
21
|
+
"@kaban-board/core": "0.2.12",
|
|
22
22
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
23
23
|
"chalk": "^5.6.2",
|
|
24
24
|
"commander": "^14.0.2",
|