diff --git a/api/package.json b/api/package.json index 115f2a4..458650e 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-api-server", - "version": "1.43.0", + "version": "1.44.0", "scripts": { "dev": "bun run --watch ./server.ts", "start": "NODE_ENV=production node ./dist/taskview-server.js", diff --git a/package.json b/package.json index 04d9728..08fc848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-monorepo", - "version": "1.43.0", + "version": "1.44.0", "private": true, "description": "TaskView CE monorepo containing web, API, and packages", "workspaces": [ diff --git a/taskview-packages/taskview-api/package.json b/taskview-packages/taskview-api/package.json index 8d305be..f72ec86 100644 --- a/taskview-packages/taskview-api/package.json +++ b/taskview-packages/taskview-api/package.json @@ -1,8 +1,17 @@ { "name": "taskview-api", "private": false, - "version": "1.42.5", + "version": "1.44.0", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/Gimanh/taskview-community.git", + "directory": "taskview-packages/taskview-api" + }, + "homepage": "https://github.com/Gimanh/taskview-community/tree/main/taskview-packages/taskview-api#readme", + "bugs": { + "url": "https://github.com/Gimanh/taskview-community/issues" + }, "main": "./dist/taskview-api.umd.js", "module": "./dist/taskview-api.es.js", "types": "./dist/index.d.ts", diff --git a/taskview-packages/taskview-mcp/package.json b/taskview-packages/taskview-mcp/package.json index c1e551c..6028fb0 100644 --- a/taskview-packages/taskview-mcp/package.json +++ b/taskview-packages/taskview-mcp/package.json @@ -1,6 +1,6 @@ { "name": "taskview-mcp", - "version": "1.42.5", + "version": "1.44.0", "description": "MCP (Model Context Protocol) server for TaskView — lets AI assistants (Claude Code, Claude Desktop, etc.) manage projects and tasks via the TaskView API", "type": "module", "bin": { @@ -33,10 +33,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Gimanh/taskview-community", - "directory": "community/taskview-packages/taskview-mcp" + "url": "git+https://github.com/Gimanh/taskview-community.git", + "directory": "taskview-packages/taskview-mcp" }, - "homepage": "https://github.com/Gimanh/taskview-community", + "homepage": "https://github.com/Gimanh/taskview-community/tree/main/taskview-packages/taskview-mcp#readme", "bugs": { "url": "https://github.com/Gimanh/taskview-community/issues" }, diff --git a/web/package.json b/web/package.json index 5959399..7d0de5d 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "web-nuxt-ui", "private": true, "type": "module", - "version": "1.43.0", + "version": "1.44.0", "scripts": { "dev": "vite", "build:packages": "pnpm --filter taskview-db-schemas build && pnpm --filter taskview-api build",