@pluto90/n8n-nodes-gate1253 1.0.1 → 1.0.2

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.
@@ -0,0 +1,18 @@
1
+ <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- House Roof Lines -->
3
+ <path d="M10 35V28L30 15L50 28V35" stroke="#FFB800" stroke-width="2"/>
4
+ <path d="M14 36V30L30 19L46 30V36" stroke="#FFB800" stroke-width="2"/>
5
+ <path d="M18 37V32L30 23L42 32V37" stroke="#FFB800" stroke-width="2"/>
6
+ <path d="M22 38V34L30 27L38 34V38" stroke="#FFB800" stroke-width="2"/>
7
+
8
+ <!-- Vertical Left Post -->
9
+ <rect x="8" y="15" width="2" height="35" fill="#FFB800"/>
10
+
11
+ <!-- Gate/Door -->
12
+ <path d="M25 50V35H35V50" stroke="#FFB800" stroke-width="2"/>
13
+ <rect x="27" y="37" width="6" height="13" stroke="#FFB800" stroke-width="1.5"/>
14
+ <circle cx="32" cy="43" r="1" fill="#FFB800"/>
15
+
16
+ <!-- Bottom Line -->
17
+ <path d="M8 50H52" stroke="#FFB800" stroke-width="2"/>
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- House Roof Lines -->
3
+ <path d="M10 35V28L30 15L50 28V35" stroke="#FFB800" stroke-width="2"/>
4
+ <path d="M14 36V30L30 19L46 30V36" stroke="#FFB800" stroke-width="2"/>
5
+ <path d="M18 37V32L30 23L42 32V37" stroke="#FFB800" stroke-width="2"/>
6
+ <path d="M22 38V34L30 27L38 34V38" stroke="#FFB800" stroke-width="2"/>
7
+
8
+ <!-- Vertical Left Post -->
9
+ <rect x="8" y="15" width="2" height="35" fill="#FFB800"/>
10
+
11
+ <!-- Gate/Door -->
12
+ <path d="M25 50V35H35V50" stroke="#FFB800" stroke-width="2"/>
13
+ <rect x="27" y="37" width="6" height="13" stroke="#FFB800" stroke-width="1.5"/>
14
+ <circle cx="32" cy="43" r="1" fill="#FFB800"/>
15
+
16
+ <!-- Bottom Line -->
17
+ <path d="M8 50H52" stroke="#FFB800" stroke-width="2"/>
18
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluto90/n8n-nodes-gate1253",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "n8n node for Gate1253 URL shortener",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {