n8n-nodes-perfexcrm 0.1.5 → 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.
@@ -1,13 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60" height="60">
2
- <!-- Background -->
3
- <rect x="0" y="0" width="60" height="60" rx="8" fill="#ffffff"/>
4
-
5
- <!-- Dark gray vertical bar (stem of P) -->
6
- <rect x="14" y="10" width="16" height="40" fill="#374151"/>
7
-
8
- <!-- Pink triangle (top-left) -->
9
- <polygon points="14,10 30,10 30,16 14,10" fill="#ec4899"/>
10
-
11
- <!-- Cyan quarter circle (top-right of P) -->
12
- <path d="M 30 10 L 40 10 A 15 15 0 0 1 40 28 L 30 28 L 30 16 Z" fill="#22d3ee"/>
13
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
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.5",
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",
@@ -58,6 +58,7 @@
58
58
  "n8n-core": "^1.0.0",
59
59
  "n8n-workflow": "^1.0.0",
60
60
  "prettier": "^2.7.1",
61
+ "sharp": "^0.34.3",
61
62
  "typescript": "^4.8.4"
62
63
  }
63
64
  }