@tpsdev-ai/n8n-nodes-flair 0.25.0 → 0.25.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.
|
@@ -110,7 +110,7 @@ class FlairWrite {
|
|
|
110
110
|
{ name: "Standard (default)", value: "standard" },
|
|
111
111
|
{ name: "Persistent (key decisions)", value: "persistent" },
|
|
112
112
|
{ name: "Permanent (inviolable)", value: "permanent" },
|
|
113
|
-
{ name: "Ephemeral (auto-expires
|
|
113
|
+
{ name: "Ephemeral (auto-expires 24h)", value: "ephemeral" },
|
|
114
114
|
],
|
|
115
115
|
default: "standard",
|
|
116
116
|
description: "Durability tier. See Flair docs for the semantic differences.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tpsdev-ai/n8n-nodes-flair",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.2",
|
|
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.25.
|
|
51
|
+
"@tpsdev-ai/flair-client": "0.25.2",
|
|
52
52
|
"zod": "3.25.76"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|