n8n-nodes-chatflow 1.1.0 → 1.1.1

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.
@@ -113,7 +113,10 @@ class ChatflowMessage {
113
113
  ChatflowMessage.description = {
114
114
  displayName: 'Chatflow Message',
115
115
  name: 'chatflowMessage',
116
- icon: 'file:chatflow.png',
116
+ icon: {
117
+ light: 'file:black.svg',
118
+ dark: 'file:white.svg'
119
+ },
117
120
  group: ['output'],
118
121
  version: 2,
119
122
  subtitle: '={{$parameter["operation"]}} ({{$parameter["platform"]}})',
@@ -174,7 +174,10 @@ class ChatflowTrigger {
174
174
  ChatflowTrigger.description = {
175
175
  displayName: 'Chatflow Trigger',
176
176
  name: 'chatflowTrigger',
177
- icon: 'file:chatflow.png',
177
+ icon: {
178
+ light: 'file:black.svg',
179
+ dark: 'file:white.svg'
180
+ },
178
181
  group: ['trigger'],
179
182
  version: 1,
180
183
  subtitle: '={{$parameter["platform"]}}',
@@ -0,0 +1,10 @@
1
+ <svg width="144" height="130" viewBox="0 0 144 130" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="translate(72 65) scale(1.15) translate(-72 -65)">
3
+ <rect x="39.7617" y="19.8789" width="64.1613" height="15.3626" fill="black"/>
4
+ <rect x="64.1621" y="93.0762" width="39.762" height="15.3626" fill="black"/>
5
+ <rect x="64.1621" y="100.309" width="67.7761" height="15.3626" transform="rotate(-90 64.1621 100.309)" fill="black"/>
6
+ <rect x="93.9844" width="49.7025" height="56.0282" rx="4.29273" fill="black"/>
7
+ <rect width="49.7025" height="56.0282" rx="4.29273" fill="black"/>
8
+ <rect x="93.9844" y="73.1992" width="49.7025" height="56.0282" rx="4.29273" fill="black"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="144" height="130" viewBox="0 0 144 130" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g transform="translate(72 65) scale(1.15) translate(-72 -65)">
3
+ <rect x="39.7617" y="19.8789" width="64.1613" height="15.3626" fill="white"/>
4
+ <rect x="64.1621" y="93.0762" width="39.762" height="15.3626" fill="white"/>
5
+ <rect x="64.1621" y="100.309" width="67.7761" height="15.3626" transform="rotate(-90 64.1621 100.309)" fill="white"/>
6
+ <rect x="93.9844" width="49.7025" height="56.0282" rx="4.29273" fill="white"/>
7
+ <rect width="49.7025" height="56.0282" rx="4.29273" fill="white"/>
8
+ <rect x="93.9844" y="73.1992" width="49.7025" height="56.0282" rx="4.29273" fill="white"/>
9
+ </g>
10
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-chatflow",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "n8n community nodes for Chatflow — send WhatsApp & Telegram messages and receive triggers",
5
5
  "author": "Chatflow",
6
6
  "license": "MIT",