n8n-nodes-tembory 1.1.9 → 1.1.10

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.
@@ -2905,7 +2905,6 @@ class TemboryMemory {
2905
2905
  currentMessages = chatHistory;
2906
2906
  return {
2907
2907
  [memoryKey]: chatHistory,
2908
- chatHistory,
2909
2908
  };
2910
2909
  },
2911
2910
  saveContext: async (inputValues = {}, outputValues = {}) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tembory",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Tembory node for n8n AI Agents with operational memory, tool history and decision state",
5
5
  "license": "MIT",
6
6
  "homepage": "https://tembory.com",