@wondai/n8n-nodes-nucleo 0.5.2 → 0.5.3

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.
@@ -133,7 +133,7 @@ class Nucleo {
133
133
  this.description = {
134
134
  displayName: "Núcleo Wondai",
135
135
  name: "nucleo",
136
- icon: "file:nucleo.png",
136
+ icon: "file:nucleo.svg",
137
137
  group: ["transform"],
138
138
  version: 1,
139
139
  subtitle: '={{ $parameter["operation"] + ": " + $parameter["resource"] }}',
@@ -0,0 +1,22 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" fill="none">
2
+ <g stroke-linecap="round" stroke-linejoin="round">
3
+ <path d="M30 4.7 17.1 12.2" stroke="#F8F2EA" stroke-width="2.7"/>
4
+ <path d="M30 4.7 42.9 12.2" stroke="#F8F2EA" stroke-width="2.7"/>
5
+ <path d="M8.2 43.8 17.1 49" stroke="#F8F2EA" stroke-width="2.7"/>
6
+ <path d="M51.8 43.8 42.9 49" stroke="#F8F2EA" stroke-width="2.7"/>
7
+ <path d="M7.5 40.2V20.1c0-4.7 2.3-7.6 6.8-8.7" stroke="#F8F2EA" stroke-width="2.7"/>
8
+ <path d="M52.5 40.2V20.1c0-4.7-2.3-7.6-6.8-8.7" stroke="#F8F2EA" stroke-width="2.7"/>
9
+ </g>
10
+
11
+ <path d="M8.8 14.1 23.8 22v31.1L8.8 44.6V14.1Z" fill="#F8F2EA"/>
12
+ <path d="M21 20.5 23.8 22v15.5l-2.8-2.1V20.5Z" fill="#F8F2EA"/>
13
+ <path d="M51.2 14.1 36.2 22v31.1l15-8.5V14.1Z" fill="#F8F2EA"/>
14
+ <path d="M39 20.5 36.2 22v15.5l2.8-2.1V20.5Z" fill="#F8F2EA"/>
15
+ <path d="M30 20.5 24.7 25.8v23.4L30 55.1l5.3-5.9V25.8L30 20.5Z" fill="#F8F2EA"/>
16
+
17
+ <g stroke="#F8F2EA" stroke-width="2.1">
18
+ <circle cx="30" cy="5.9" r="4.7" fill="#E53935"/>
19
+ <circle cx="7.5" cy="42.4" r="4.7" fill="#E53935"/>
20
+ <circle cx="52.5" cy="42.4" r="4.7" fill="#E53935"/>
21
+ </g>
22
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wondai/n8n-nodes-nucleo",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Node n8n para o Núcleo Wondai — atendimento de IA (gate liga/desliga, cliente, catálogo fuzzy, disponibilidade em rede, pedidos, contexto operacional, telemetria) com assinatura HMAC v1. Tenant vem do token (a parede, ADR-013).",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
Binary file