n8n-nodes-zoho-desk 1.0.3 → 1.0.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.
@@ -477,7 +477,7 @@ class ZohoDesk {
477
477
  this.description = {
478
478
  displayName: 'Zoho Desk',
479
479
  name: 'zohoDesk',
480
- icon: 'file:zohoDesk.svg',
480
+ icon: 'file:zohoDesk.png',
481
481
  group: ['transform'],
482
482
  version: 1,
483
483
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
@@ -14,7 +14,7 @@ class ZohoDeskTrigger {
14
14
  this.description = {
15
15
  displayName: 'Zoho Desk Trigger',
16
16
  name: 'zohoDeskTrigger',
17
- icon: 'file:zohoDesk.svg',
17
+ icon: 'file:zohoDesk.png',
18
18
  group: ['trigger'],
19
19
  version: 1,
20
20
  subtitle: '={{$parameter["event"]}}',
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-zoho-desk",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",
@@ -30,7 +30,7 @@
30
30
  "main": "index.js",
31
31
  "scripts": {
32
32
  "build": "tsc && npm run copy:icons",
33
- "copy:icons": "cp nodes/ZohoDesk/*.svg dist/nodes/ZohoDesk/ 2>/dev/null || true",
33
+ "copy:icons": "cp nodes/ZohoDesk/*.svg nodes/ZohoDesk/*.png dist/nodes/ZohoDesk/ 2>/dev/null || true",
34
34
  "dev": "tsc --watch",
35
35
  "format": "prettier nodes credentials --write",
36
36
  "lint": "eslint 'nodes/**/*.ts' 'credentials/**/*.ts'",