n8n-nodes-zoho-desk 1.0.0 → 1.0.2

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # n8n-nodes-zoho-desk-extended
1
+ # n8n-nodes-zoho-desk
2
2
 
3
3
  Production-ready n8n community node for integrating with [Zoho Desk](https://www.zoho.com/desk/) API. Manage support tickets, contacts, and accounts with comprehensive field support, dynamic resource loading, and automatic contact creation.
4
4
 
5
- [![npm version](https://badge.fury.io/js/n8n-nodes-zoho-desk-extended.svg)](https://www.npmjs.com/package/n8n-nodes-zoho-desk-extended)
5
+ [![npm version](https://badge.fury.io/js/n8n-nodes-zoho-desk.svg)](https://www.npmjs.com/package/n8n-nodes-zoho-desk)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  ## Features
@@ -29,13 +29,13 @@ Production-ready n8n community node for integrating with [Zoho Desk](https://www
29
29
  ### Community Node (Recommended)
30
30
 
31
31
  1. Go to **Settings** > **Community Nodes** in n8n
32
- 2. Search for `n8n-nodes-zoho-desk-extended`
32
+ 2. Search for `n8n-nodes-zoho-desk`
33
33
  3. Click **Install**
34
34
 
35
35
  ### Manual Installation
36
36
 
37
37
  ```bash
38
- npm install n8n-nodes-zoho-desk-extended
38
+ npm install n8n-nodes-zoho-desk
39
39
  ```
40
40
 
41
41
  ## Setup
@@ -336,4 +336,4 @@ If you encounter any issues or have questions:
336
336
  - [n8n Documentation](https://docs.n8n.io/)
337
337
  - [n8n Community Nodes](https://docs.n8n.io/integrations/community-nodes/)
338
338
  - [GitHub Repository](https://github.com/ron137/zoho-desk-n8n-integration)
339
- - [npm Package](https://www.npmjs.com/package/n8n-nodes-zoho-desk-extended)
339
+ - [npm Package](https://www.npmjs.com/package/n8n-nodes-zoho-desk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-zoho-desk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "n8n community node for Zoho Desk API integration - Tickets, Contacts, and Accounts management",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",