@astro-api/n8n-nodes-astrology 0.1.3 → 0.1.4
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,31 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
<!-- Inner circle -->
|
|
6
|
-
<circle cx="30" cy="30" r="20" stroke="#6366f1" stroke-width="1.5" fill="white"/>
|
|
7
|
-
|
|
8
|
-
<!-- Sun symbol in center -->
|
|
9
|
-
<circle cx="30" cy="30" r="8" fill="#f59e0b"/>
|
|
10
|
-
<circle cx="30" cy="30" r="4" fill="#fbbf24"/>
|
|
11
|
-
|
|
12
|
-
<!-- Sun rays -->
|
|
13
|
-
<g stroke="#f59e0b" stroke-width="2" stroke-linecap="round">
|
|
14
|
-
<line x1="30" y1="18" x2="30" y2="14"/>
|
|
15
|
-
<line x1="30" y1="42" x2="30" y2="46"/>
|
|
16
|
-
<line x1="18" y1="30" x2="14" y2="30"/>
|
|
17
|
-
<line x1="42" y1="30" x2="46" y2="30"/>
|
|
18
|
-
<line x1="21.5" y1="21.5" x2="18.7" y2="18.7"/>
|
|
19
|
-
<line x1="38.5" y1="38.5" x2="41.3" y2="41.3"/>
|
|
20
|
-
<line x1="21.5" y1="38.5" x2="18.7" y2="41.3"/>
|
|
21
|
-
<line x1="38.5" y1="21.5" x2="41.3" y2="18.7"/>
|
|
22
|
-
</g>
|
|
23
|
-
|
|
24
|
-
<!-- Stars decoration -->
|
|
25
|
-
<g fill="#6366f1">
|
|
26
|
-
<circle cx="12" cy="12" r="2"/>
|
|
27
|
-
<circle cx="48" cy="12" r="1.5"/>
|
|
28
|
-
<circle cx="10" cy="48" r="1.5"/>
|
|
29
|
-
<circle cx="50" cy="50" r="2"/>
|
|
30
|
-
</g>
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="21" cy="30" r="18" fill="#8b5cf5"/>
|
|
3
|
+
<rect x="42" y="12" width="15" height="15" rx="5" fill="#a5b5fd"/>
|
|
31
4
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astro-api/n8n-nodes-astrology",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "n8n community node for Astrology API - professional astrological calculations, charts, horoscopes, and interpretations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|