@wondai/n8n-nodes-nucleo 0.5.0 → 0.5.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.
package/README.md CHANGED
@@ -133,7 +133,7 @@ v1
133
133
 
134
134
  ```bash
135
135
  npm install
136
- npm run build # tsc → dist/ + copia ícones
136
+ npm run build # tsc → dist/ + copia ícones SVG/PNG
137
137
  ```
138
138
 
139
139
  ## Licença
@@ -133,7 +133,7 @@ class Nucleo {
133
133
  this.description = {
134
134
  displayName: "Núcleo Wondai",
135
135
  name: "nucleo",
136
- icon: "file:nucleo.svg",
136
+ icon: "file:nucleo.png",
137
137
  group: ["transform"],
138
138
  version: 1,
139
139
  subtitle: '={{ $parameter["operation"] + ": " + $parameter["resource"] }}',
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wondai/n8n-nodes-nucleo",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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",
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" fill="none">
2
- <rect width="60" height="60" rx="13" fill="#6D28D9"/>
3
- <ellipse cx="30" cy="30" rx="20" ry="9" stroke="#C4B5FD" stroke-width="2.5" transform="rotate(-30 30 30)"/>
4
- <ellipse cx="30" cy="30" rx="20" ry="9" stroke="#C4B5FD" stroke-width="2.5" transform="rotate(30 30 30)"/>
5
- <circle cx="30" cy="30" r="7.5" fill="#FFFFFF"/>
6
- <circle cx="48" cy="20" r="2.6" fill="#C4B5FD"/>
7
- </svg>