kanban-lite 1.2.20 → 1.2.21

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kanban-lite",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "description": "Kanban board manager - VSCode extension, CLI, MCP server, and standalone web app",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -132,10 +132,12 @@
132
132
  "release:minor": "pnpm --dir ../.. run release:minor",
133
133
  "release:major": "pnpm --dir ../.. run release:major"
134
134
  },
135
- "dependencies": {
135
+ "devDependencies": {
136
136
  "kl-plugin-auth": "workspace:*",
137
137
  "kl-plugin-callback": "workspace:*",
138
- "kl-plugin-webhook": "workspace:*",
138
+ "kl-plugin-webhook": "workspace:*"
139
+ },
140
+ "dependencies": {
139
141
  "@aws-sdk/client-s3": "^3.1013.0",
140
142
  "@codemirror/lang-javascript": "^6.2.5",
141
143
  "@fastify/swagger": "^9.7.0",