n8n-nodes-cala 0.4.14 → 0.4.15

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.
@@ -53,7 +53,7 @@ class Cala {
53
53
  {
54
54
  name: 'Get Entity',
55
55
  value: 'getEntity',
56
- action: 'Get an entity',
56
+ action: 'Get knowledge entity',
57
57
  description: 'Get the full profile of an entity by its numeric ID.',
58
58
  },
59
59
  {
@@ -71,7 +71,7 @@ class Cala {
71
71
  {
72
72
  name: 'Search Entities',
73
73
  value: 'searchEntities',
74
- action: 'Search entities',
74
+ action: 'Search knowledge entities',
75
75
  description: 'Find entities by name with fuzzy matching.',
76
76
  },
77
77
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-cala",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "n8n nodes for Cala AI knowledge search",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",