n8n-nodes-federal-spending-forensic-api 1.0.0 → 1.0.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.
@@ -1,43 +1,35 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
2
- <defs>
3
- <linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#1a237e;stop-opacity:1" />
5
- <stop offset="100%" style="stop-color:#0d47a1;stop-opacity:1" />
6
- </linearGradient>
7
- <linearGradient id="goldGrad" x1="0%" y1="0%" x2="100%" y2="100%">
8
- <stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
9
- <stop offset="100%" style="stop-color:#ffb300;stop-opacity:1" />
10
- </linearGradient>
11
- </defs>
12
-
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
13
2
  <!-- Background circle -->
14
- <circle cx="50" cy="50" r="48" fill="url(#bgGrad)" stroke="#0d47a1" stroke-width="2"/>
3
+ <circle cx="50" cy="50" r="48" fill="#1a237e"/>
4
+
5
+ <!-- Capitol dome -->
6
+ <ellipse cx="50" cy="32" rx="18" ry="12" fill="#ffffff"/>
7
+ <rect x="32" y="32" width="36" height="8" fill="#ffffff"/>
15
8
 
16
- <!-- Capitol building dome -->
17
- <path d="M50 18 L50 25 M35 35 Q50 20 65 35 L65 45 L35 45 Z"
18
- fill="white" stroke="white" stroke-width="1"/>
9
+ <!-- Building body -->
10
+ <rect x="28" y="40" width="44" height="28" fill="#ffffff"/>
19
11
 
20
- <!-- Building columns -->
21
- <rect x="30" y="45" width="40" height="25" fill="white"/>
22
- <rect x="33" y="48" width="4" height="20" fill="url(#bgGrad)"/>
23
- <rect x="40" y="48" width="4" height="20" fill="url(#bgGrad)"/>
24
- <rect x="48" y="48" width="4" height="20" fill="url(#bgGrad)"/>
25
- <rect x="56" y="48" width="4" height="20" fill="url(#bgGrad)"/>
26
- <rect x="63" y="48" width="4" height="20" fill="url(#bgGrad)"/>
12
+ <!-- Columns (negative space) -->
13
+ <rect x="32" y="44" width="5" height="22" fill="#1a237e"/>
14
+ <rect x="40" y="44" width="5" height="22" fill="#1a237e"/>
15
+ <rect x="48" y="44" width="5" height="22" fill="#1a237e"/>
16
+ <rect x="56" y="44" width="5" height="22" fill="#1a237e"/>
17
+ <rect x="64" y="44" width="5" height="22" fill="#1a237e"/>
27
18
 
28
19
  <!-- Base -->
29
- <rect x="25" y="68" width="50" height="5" fill="white"/>
20
+ <rect x="24" y="66" width="52" height="6" fill="#ffffff"/>
30
21
 
31
22
  <!-- Magnifying glass -->
32
- <circle cx="68" cy="68" r="15" fill="none" stroke="url(#goldGrad)" stroke-width="4"/>
33
- <line x1="79" y1="79" x2="88" y2="88" stroke="url(#goldGrad)" stroke-width="4" stroke-linecap="round"/>
23
+ <circle cx="72" cy="72" r="14" fill="none" stroke="#ffd700" stroke-width="4"/>
24
+ <line x1="82" y1="82" x2="90" y2="90" stroke="#ffd700" stroke-width="5" stroke-linecap="round"/>
34
25
 
35
- <!-- Dollar sign inside magnifier -->
36
- <text x="68" y="73" font-family="Arial, sans-serif" font-size="16" font-weight="bold"
37
- fill="url(#goldGrad)" text-anchor="middle">$</text>
26
+ <!-- Dollar sign (simplified as shapes) -->
27
+ <rect x="69" y="64" width="6" height="16" rx="1" fill="#ffd700"/>
28
+ <rect x="66" y="67" width="12" height="4" rx="1" fill="#ffd700"/>
29
+ <rect x="66" y="77" width="12" height="4" rx="1" fill="#ffd700"/>
38
30
 
39
- <!-- Alert indicator -->
40
- <circle cx="78" cy="22" r="10" fill="#f44336"/>
41
- <text x="78" y="27" font-family="Arial, sans-serif" font-size="14" font-weight="bold"
42
- fill="white" text-anchor="middle">!</text>
31
+ <!-- Alert badge -->
32
+ <circle cx="82" cy="18" r="12" fill="#f44336"/>
33
+ <rect x="80" y="10" width="4" height="10" rx="1" fill="#ffffff"/>
34
+ <circle cx="82" cy="24" r="2" fill="#ffffff"/>
43
35
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-federal-spending-forensic-api",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "n8n community node for Federal Spending Forensic API - Uncover $195B USASpending blind spot with AI-powered forensic intelligence",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",