n8n-nodes-perfexcrm 0.1.6 → 0.1.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.
@@ -12,7 +12,7 @@ class PerfexCrm {
12
12
  this.description = {
13
13
  displayName: 'PerfexCRM',
14
14
  name: 'perfexCrm',
15
- icon: 'file:perfexcrm.png',
15
+ icon: 'file:perfexcrm.svg',
16
16
  group: ['transform'],
17
17
  version: 1,
18
18
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
@@ -6,7 +6,7 @@ class PerfexCrmTrigger {
6
6
  this.description = {
7
7
  displayName: 'PerfexCRM Trigger',
8
8
  name: 'perfexCrmTrigger',
9
- icon: 'file:perfexcrm.png',
9
+ icon: 'file:perfexcrm.svg',
10
10
  group: ['trigger'],
11
11
  version: 1,
12
12
  subtitle: '={{$parameter["event"]}}',
@@ -1,9 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg">
3
- <g id="perfexcrm" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <rect fill="#FFFFFF" x="0" y="0" width="60" height="60" rx="8"></rect>
5
- <rect id="stem" fill="#374151" x="14" y="10" width="16" height="40"></rect>
6
- <polygon id="triangle" fill="#EC4899" points="14 10 30 10 30 16"></polygon>
7
- <path d="M30,10 L40,10 C40,10 46,10 46,20 C46,30 40,30 40,30 L30,30 L30,16 L30,10 Z" id="curve" fill="#22D3EE"></path>
8
- </g>
9
- </svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="221" height="48" viewBox="0 0 221 48">
3
+ <image href="https://www.perfexcrm.com/wp-content/uploads/2017/08/perfexcrm-logo.png" x="0" y="0" width="221" height="48" />
4
+ <title>Perfex CRM logo (PNG embedded in SVG)</title>
5
+ <desc>This SVG wraps the official PNG hosted on perfexcrm.com for convenience.</desc>
6
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-perfexcrm",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "n8n nodes for PerfexCRM API and Webhooks integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",