Merge pull request #58 from Gimanh/chore/vesrion-1-44

chore: version
This commit is contained in:
Nikolai Giman
2026-05-25 21:36:34 +02:00
committed by GitHub
5 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": [
+10 -1
View File
@@ -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",
+4 -4
View File
@@ -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"
},
+1 -1
View File
@@ -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",