n8n-nodes-tukimate 1.0.4 → 1.0.6

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,5 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
2
- <path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>
3
- <path d="M8 9h8"/>
4
- <path d="M8 13h6"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 6.24C0 2.79374 2.78578 0 6.22222 0H17.7094C21.1458 0 23.9316 2.79374 23.9316 6.24V17.76C23.9316 21.2063 21.1458 24 17.7094 24H6.22222C2.78578 24 0 21.2063 0 17.76V6.24Z" fill="#FFB500"/>
3
+ <path d="M17.7092 22.8V24H6.22245V22.8H17.7092ZM22.735 17.7598V6.24023C22.735 3.45672 20.4847 1.2 17.7092 1.2H6.22245C3.44687 1.2 1.19658 3.45672 1.19658 6.24023V17.7598C1.19658 20.5433 3.44687 22.8 6.22245 22.8V24L5.90227 23.9918C2.61453 23.8248 0 21.0984 0 17.7598V6.24023C0 2.90159 2.61453 0.175207 5.90227 0.00820313L6.22245 0H17.7092C21.1456 0 23.9316 2.79398 23.9316 6.24023V17.7598L23.9234 18.0809C23.7569 21.378 21.0383 24 17.7092 24V22.8C20.4847 22.8 22.735 20.5433 22.735 17.7598Z" fill="#1C1C1C"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.9231 4.16267C12.9008 7.6141 10.1053 10.4188 6.66683 10.44H6.66238C6.61789 10.44 6.58118 10.4087 6.58118 10.3641V7.29353C6.58118 7.24885 6.61232 7.22204 6.65682 7.22204C8.33546 7.20082 9.69483 5.83589 9.71151 4.15597C9.71151 4.11911 9.74266 4.08002 9.78716 4.08002H12.8418C12.8841 4.08002 12.9231 4.11799 12.9231 4.16156V4.16267Z" fill="#1C1C1C"/>
5
+ <path d="M12.9616 13.5494L12.9616 10.5287C12.9616 10.4839 12.9933 10.453 13.0387 10.453H16.0755C16.1209 10.453 16.1538 10.4197 16.1538 10.3739L16.1538 7.27912C16.1538 7.23326 16.1209 7.20001 16.0755 7.20001H12.9627C12.9174 7.20001 12.8845 7.23326 12.8845 7.27912L12.8845 10.2959C12.8845 10.3418 12.8527 10.3739 12.8074 10.3739H9.77053C9.72517 10.3739 9.69228 10.4071 9.69228 10.453L9.69226 13.5505C9.69226 17.1151 12.5477 20.0182 16.0698 20.04C16.1155 20.04 16.1526 20.003 16.1526 19.9572L16.1538 16.8162C16.1538 16.7724 16.1182 16.7368 16.0744 16.7368C14.353 16.7127 12.9616 15.2956 12.9616 13.5494Z" fill="#1C1C1C"/>
5
6
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tukimate",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "n8n community node for TukiMate API",
5
5
  "keywords": [
6
6
  "n8n",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "main": "dist/nodes/TukiMate/TukiMate.node.js",
26
26
  "scripts": {
27
- "build": "tsc && cp nodes/TukiMate/tukimate.svg dist/nodes/TukiMate/ && cp public/icons/android/Icono-maestro\\ 1024x1024.png dist/nodes/TukiMate/",
27
+ "build": "tsc && cp nodes/TukiMate/tukimate.svg dist/nodes/TukiMate/",
28
28
  "dev": "tsc --watch",
29
29
  "clean": "rm -rf dist"
30
30
  },