@tpsdev-ai/n8n-nodes-flair 0.47.1 → 0.49.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.
@@ -31,9 +31,9 @@ class FlairApi {
31
31
  displayName: 'Base URL',
32
32
  name: 'baseUrl',
33
33
  type: 'string',
34
- default: 'http://localhost:9926',
34
+ default: 'http://localhost:19926',
35
35
  required: true,
36
- description: 'The Flair instance URL. Use http://localhost:9926 for local installs.',
36
+ description: 'The Flair instance URL. Use http://localhost:19926 for local installs (the port a stock `flair init` serves). Spoke deployments commonly use :9926.',
37
37
  },
38
38
  {
39
39
  displayName: 'Agent ID',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpsdev-ai/n8n-nodes-flair",
3
- "version": "0.47.1",
3
+ "version": "0.49.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.47.1",
51
+ "@tpsdev-ai/flair-client": "0.49.0",
52
52
  "zod": "3.25.76"
53
53
  },
54
54
  "peerDependencies": {