kanban-lite 1.2.8 → 1.2.9

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/cli.js +5112 -22054
  2. package/package.json +32 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kanban-lite",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Kanban board manager - VSCode extension, CLI, MCP server, and standalone web app",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -131,5 +131,36 @@
131
131
  "release": "npm version patch && pnpm run build && pnpm run package && pnpm run publish:all",
132
132
  "release:minor": "npm version minor && pnpm run build && pnpm run package && pnpm run publish:all",
133
133
  "release:major": "npm version major && pnpm run build && pnpm run package && pnpm run publish:all"
134
+ },
135
+ "dependencies": {
136
+ "@aws-sdk/client-s3": "^3.1013.0",
137
+ "@fastify/swagger": "^9.7.0",
138
+ "@fastify/swagger-ui": "^5.2.5",
139
+ "@jsonforms/core": "^3.5.0",
140
+ "@jsonforms/react": "^3.5.0",
141
+ "@jsonforms/vanilla-renderers": "^3.5.0",
142
+ "@modelcontextprotocol/sdk": "^1.12.1",
143
+ "@tanstack/react-router": "^1.166.3",
144
+ "@tiptap/extension-placeholder": "^3.15.3",
145
+ "@tiptap/pm": "^3.15.3",
146
+ "@tiptap/react": "^3.15.3",
147
+ "@tiptap/starter-kit": "^3.15.3",
148
+ "chokidar": "^4.0.0",
149
+ "clsx": "^2.1.1",
150
+ "eventemitter2": "^6.4.9",
151
+ "fastify": "^5.8.2",
152
+ "fractional-indexing": "^3.2.0",
153
+ "fuse.js": "^7.1.0",
154
+ "js-yaml": "^4.1.1",
155
+ "lucide-react": "^0.562.0",
156
+ "marked": "^17.0.3",
157
+ "open": "^10.1.0",
158
+ "react": "^18.2.0",
159
+ "react-dom": "^18.2.0",
160
+ "tailwind-merge": "^2.2.0",
161
+ "tiptap-markdown": "^0.9.0",
162
+ "ws": "^8.18.0",
163
+ "zod": "^3.25.76",
164
+ "zustand": "^5.0.10"
134
165
  }
135
166
  }