fix: Add missing tslib dependency to fix npx installation failures (#342) (#347)

This commit is contained in:
Romuald Członkowski
2025-10-22 00:14:37 +02:00
committed by GitHub
parent ab6b554692
commit 32a25e2706
3 changed files with 124 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.20.5",
"version": "2.20.6",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -151,6 +151,7 @@
"n8n-workflow": "^1.112.0",
"openai": "^4.77.0",
"sql.js": "^1.13.0",
"tslib": "^2.6.2",
"uuid": "^10.0.0",
"zod": "^3.24.1"
},