@tpsdev-ai/n8n-nodes-flair 0.21.0 → 0.22.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,7 +22,7 @@ Full setup walkthrough, subject/sessionId patterns, and security guidance are in
22
22
 
23
23
  ## Credential setup
24
24
 
25
- 1. **Base URL** — your Flair instance, e.g. `http://localhost:9926`
25
+ 1. **Base URL** — your Flair instance, e.g. `http://localhost:19926`
26
26
  2. **Agent ID** — the logical identity that will own memories written from this n8n workspace. Workflows that share an Agent ID share memory ownership.
27
27
  3. **Admin Password** — your Flair (Harper) admin password. **This grants read/write access to the entire instance.** For production with untrusted workflow inputs, wait for Ed25519 per-agent auth (planned).
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpsdev-ai/n8n-nodes-flair",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
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.21.0",
51
+ "@tpsdev-ai/flair-client": "0.22.0",
52
52
  "zod": "3.25.76"
53
53
  },
54
54
  "peerDependencies": {