@tpsdev-ai/n8n-nodes-flair 0.8.2 → 0.8.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.
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">
2
+ <!-- Background circle: Flair's charcoal -->
3
+ <circle cx="30" cy="30" r="28" fill="#1a1a2e"/>
4
+ <!-- Spark/flair: stylized lightning + memory dots -->
5
+ <path d="M28 14 L20 34 L28 34 L26 46 L40 24 L32 24 L34 14 Z"
6
+ fill="#f59e0b" stroke="#fff" stroke-width="1"/>
7
+ <!-- Memory rings: three small circles representing persistent memories -->
8
+ <circle cx="14" cy="20" r="2.5" fill="#60a5fa"/>
9
+ <circle cx="46" cy="20" r="2.5" fill="#60a5fa"/>
10
+ <circle cx="46" cy="42" r="2.5" fill="#60a5fa"/>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">
2
+ <!-- Background circle: Flair's charcoal -->
3
+ <circle cx="30" cy="30" r="28" fill="#1a1a2e"/>
4
+ <!-- Spark/flair: stylized lightning + memory dots -->
5
+ <path d="M28 14 L20 34 L28 34 L26 46 L40 24 L32 24 L34 14 Z"
6
+ fill="#f59e0b" stroke="#fff" stroke-width="1"/>
7
+ <!-- Memory rings: three small circles representing persistent memories -->
8
+ <circle cx="14" cy="20" r="2.5" fill="#60a5fa"/>
9
+ <circle cx="46" cy="20" r="2.5" fill="#60a5fa"/>
10
+ <circle cx="46" cy="42" r="2.5" fill="#60a5fa"/>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">
2
+ <!-- Background circle: Flair's charcoal -->
3
+ <circle cx="30" cy="30" r="28" fill="#1a1a2e"/>
4
+ <!-- Spark/flair: stylized lightning + memory dots -->
5
+ <path d="M28 14 L20 34 L28 34 L26 46 L40 24 L32 24 L34 14 Z"
6
+ fill="#f59e0b" stroke="#fff" stroke-width="1"/>
7
+ <!-- Memory rings: three small circles representing persistent memories -->
8
+ <circle cx="14" cy="20" r="2.5" fill="#60a5fa"/>
9
+ <circle cx="46" cy="20" r="2.5" fill="#60a5fa"/>
10
+ <circle cx="46" cy="42" r="2.5" fill="#60a5fa"/>
11
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpsdev-ai/n8n-nodes-flair",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "n8n community node — use Flair as your AI Agent's memory backend. Includes FlairChatMemory (Memory port) and FlairSearch (Tool port).",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -48,7 +48,7 @@
48
48
  "langchain"
49
49
  ],
50
50
  "dependencies": {
51
- "@tpsdev-ai/flair-client": "0.8.2",
51
+ "@tpsdev-ai/flair-client": "0.8.3",
52
52
  "zod": "3.25.76"
53
53
  },
54
54
  "peerDependencies": {