n8n-nodes-clientify 0.1.2 → 0.1.4

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://badge.fury.io/js/n8n-nodes-clientify.svg)](https://www.npmjs.com/package/n8n-nodes-clientify)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- N8N community node for integrating with Clientify CRM via Model Context Protocol (MCP). This node provides seamless access to all Clientify CRM operations including contacts, companies, deals, tasks, and more.
6
+ Official n8n node for integrating with Clientify CRM via Model Context Protocol (MCP). This node provides seamless access to all Clientify CRM operations including contacts, companies, deals, tasks, and more.
7
7
 
8
8
  ## Table of Contents
9
9
 
@@ -233,7 +233,7 @@ Retrieve deals that are in the "Negotiation" stage.
233
233
  **Problem:** The Clientify node doesn't show up in the node panel after installing.
234
234
 
235
235
  **Solution:**
236
- 1. **Restart n8n completely** (required for community nodes)
236
+ 1. **Restart n8n completely** (required for new nodes)
237
237
  2. Clear your browser cache (Ctrl+Shift+Delete or Cmd+Shift+Delete)
238
238
  3. Search for "Clientify" (not the package name) in the node search
239
239
  4. Verify installation in **Settings → Community Nodes**
@@ -273,7 +273,7 @@ Retrieve deals that are in the "Negotiation" stage.
273
273
  **Problem:** Node fails with "package not found" errors in Docker environments.
274
274
 
275
275
  **Solution:**
276
- 1. Ensure community nodes directory is persisted in volumes:
276
+ 1. Ensure nodes directory is persisted in volumes:
277
277
  ```yaml
278
278
  volumes:
279
279
  - n8n_data:/home/node/.n8n
@@ -373,6 +373,6 @@ Copyright (c) 2025 Clientify
373
373
 
374
374
  ---
375
375
 
376
- **Made with ❤️ for the n8n community**
376
+ **Made with ❤️ by Clientify**
377
377
 
378
378
  *This is an official Clientify node. n8n is a trademark of its respective owner.*
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-clientify",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "N8N node for Clientify CRM integration",
5
5
  "keywords": [
6
6
  "n8n-node",
@@ -12,7 +12,7 @@
12
12
  "homepage": "https://github.com/contacteitor/clientify_n8n#readme",
13
13
  "author": {
14
14
  "name": "Clientify",
15
- "email": "sebastianonearth@gmail.com"
15
+ "email": "develop@clientify.com"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-clientify",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "N8N node for Clientify CRM integration",
5
5
  "keywords": [
6
6
  "n8n-node",
@@ -12,7 +12,7 @@
12
12
  "homepage": "https://github.com/contacteitor/clientify_n8n#readme",
13
13
  "author": {
14
14
  "name": "Clientify",
15
- "email": "sebastianonearth@gmail.com"
15
+ "email": "develop@clientify.com"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",