@kaban-board/cli 0.2.13 → 0.2.15

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
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.13",
2300
+ version: "0.2.15",
2301
2301
  description: "Terminal Kanban for AI Code Agents - CLI and MCP server",
2302
2302
  type: "module",
2303
2303
  bin: {
@@ -2330,7 +2330,7 @@ var package_default = {
2330
2330
  },
2331
2331
  repository: {
2332
2332
  type: "git",
2333
- url: "https://github.com/beshkenadze/kaban.git",
2333
+ url: "https://github.com/kaban-board/kaban.git",
2334
2334
  directory: "packages/cli"
2335
2335
  },
2336
2336
  homepage: "https://beshkenadze.github.io/kaban",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaban-board/cli",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
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.13",
21
+ "@kaban-board/core": "0.2.15",
22
22
  "@modelcontextprotocol/sdk": "^1.25.3",
23
23
  "chalk": "^5.6.2",
24
24
  "commander": "^14.0.2",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "https://github.com/beshkenadze/kaban.git",
36
+ "url": "https://github.com/kaban-board/kaban.git",
37
37
  "directory": "packages/cli"
38
38
  },
39
39
  "homepage": "https://beshkenadze.github.io/kaban",