@path58/p58-n8n 0.2.13 → 0.2.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@path58/p58-n8n",
3
- "version": "0.2.13",
3
+ "version": "0.2.16",
4
4
  "description": "The smartest and fastest n8n MCP server — validate, fix, and discover workflows inside your LLM",
5
5
  "keywords": [
6
6
  "mcp",
@@ -36,6 +36,7 @@
36
36
  "main": "dist/index.js",
37
37
  "scripts": {
38
38
  "build": "tsc -p tsconfig.build.json",
39
+ "deploy:vps": "bash scripts/deploy-vps.sh",
39
40
  "postbuild": "node scripts/fix-esm-imports.mjs dist && (head -1 dist/mcp/server.js | grep -q '^#!/usr/bin/env node' || (printf '#!/usr/bin/env node\\n' | cat - dist/mcp/server.js > dist/mcp/server.tmp && mv dist/mcp/server.tmp dist/mcp/server.js)) && chmod +x dist/mcp/server.js && node scripts/bundle-mcp.mjs",
40
41
  "lint": "eslint \"src/**/*.ts\" --ignore-pattern \"**/archive/**\" --ignore-pattern \"**/*archive*/**\"",
41
42
  "typecheck": "tsc --project tsconfig.ci.json --noEmit",
@@ -225,7 +226,7 @@
225
226
  "@anthropic-ai/sdk": "^0.79.0",
226
227
  "@faker-js/faker": "^9.9.0",
227
228
  "@modelcontextprotocol/sdk": "^1.25.3",
228
- "@rollup/rollup-darwin-arm64": "^4.59.0",
229
+ "@tsvika58/shared-utilities": "^1.10.0",
229
230
  "@types/cheerio": "^0.22.35",
230
231
  "@types/node-cache": "^4.1.3",
231
232
  "@types/swagger-jsdoc": "^6.0.4",
@@ -234,6 +235,7 @@
234
235
  "axios": "^1.13.2",
235
236
  "bcryptjs": "^2.4.3",
236
237
  "cheerio": "^1.1.2",
238
+ "compression": "^1.8.1",
237
239
  "cors": "^2.8.5",
238
240
  "csv-parse": "^5.6.0",
239
241
  "dotenv": "^16.4.5",
@@ -261,9 +263,9 @@
261
263
  "devDependencies": {
262
264
  "@mermaid-js/mermaid-cli": "^11.12.0",
263
265
  "@n8n/n8n-nodes-langchain": "^1.122.5",
264
- "@tsvika58/shared-utilities": "^1.10.0",
265
266
  "@types/bcrypt": "^6.0.0",
266
267
  "@types/bcryptjs": "^2.4.6",
268
+ "@types/compression": "^1.8.1",
267
269
  "@types/cors": "^2.8.19",
268
270
  "@types/express": "^5.0.5",
269
271
  "@types/ioredis": "^4.28.10",