@connectorx/n8n-nodes-cortex 0.1.15 → 0.1.16

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.
@@ -372,7 +372,7 @@ class Cortex {
372
372
  try {
373
373
  const response = await this.helpers.request(options);
374
374
  return response.map((c) => ({
375
- name: c.name || c.id,
375
+ name: c.title || c.name || c.id,
376
376
  value: c.id
377
377
  }));
378
378
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectorx/n8n-nodes-cortex",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "n8n nodes for Cortex API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"