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="
|
|
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
|
-
<!--
|
|
17
|
-
<
|
|
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
|
-
<!--
|
|
21
|
-
<rect x="
|
|
22
|
-
<rect x="
|
|
23
|
-
<rect x="
|
|
24
|
-
<rect x="
|
|
25
|
-
<rect x="
|
|
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="
|
|
20
|
+
<rect x="24" y="66" width="52" height="6" fill="#ffffff"/>
|
|
30
21
|
|
|
31
22
|
<!-- Magnifying glass -->
|
|
32
|
-
<circle cx="
|
|
33
|
-
<line x1="
|
|
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
|
|
36
|
-
<
|
|
37
|
-
|
|
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
|
|
40
|
-
<circle cx="
|
|
41
|
-
<
|
|
42
|
-
|
|
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.
|
|
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",
|