@crm-kraft/n8n-nodes-close 2.0.6 → 2.0.7

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crm-kraft/n8n-nodes-close",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "The most complete Close CRM node for n8n. Manage leads, contacts, opportunities, tasks, calls, emails, and more. Includes a full webhook trigger node with all events — Lead Created/Updated, Opportunity Won, Custom Activity Published, and every Zapier-equivalent trigger. Maintained by CRM Kraft, a Close CRM specialist with 130+ implementations.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -48,7 +48,8 @@
48
48
  "typecheck": "tsc --noEmit"
49
49
  },
50
50
  "files": [
51
- "dist"
51
+ "dist",
52
+ "README.md"
52
53
  ],
53
54
  "n8n": {
54
55
  "n8nNodesApiVersion": 1,