n8n-nodes-pachca 2.0.5 → 2.0.6

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ Or install from archive (Docker, custom n8n images):
24
24
  # Download from GitHub Releases
25
25
  # Find the latest n8n-nodes-pachca.tgz at:
26
26
  # https://github.com/pachca/openapi/releases?q=n8n
27
- wget https://github.com/pachca/openapi/releases/download/n8n-v2.0.5/n8n-nodes-pachca.tgz
27
+ wget https://github.com/pachca/openapi/releases/download/n8n-v2.0.6/n8n-nodes-pachca.tgz
28
28
 
29
29
  # Via npm (recommended)
30
30
  cd ~/.n8n/nodes && npm install ./n8n-nodes-pachca.tgz
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-pachca",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Pachca node for n8n workflow automation",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -52,6 +52,7 @@
52
52
  },
53
53
  "scripts": {
54
54
  "generate-n8n": "tsx scripts/generate-n8n.ts && eslint --fix nodes/Pachca/V2/ nodes/Pachca/SharedRouter.ts nodes/Pachca/Pachca.node.ts credentials/ || true",
55
+ "prebuild": "rm -rf e2e/.n8n-test",
55
56
  "build": "n8n-node build",
56
57
  "dev:n8n": "n8n-node dev",
57
58
  "lint": "eslint .",