@n8n/n8n-nodes-langchain 1.62.0 → 1.62.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.62.0",
3
+ "version": "1.62.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -113,7 +113,7 @@
113
113
  "@types/html-to-text": "^9.0.1",
114
114
  "@types/json-schema": "^7.0.15",
115
115
  "@types/temp": "^0.9.1",
116
- "n8n-core": "1.62.0"
116
+ "n8n-core": "1.62.1"
117
117
  },
118
118
  "dependencies": {
119
119
  "@getzep/zep-cloud": "1.0.11",
@@ -167,8 +167,8 @@
167
167
  "tmp-promise": "3.0.3",
168
168
  "zod": "3.23.8",
169
169
  "zod-to-json-schema": "3.23.3",
170
- "n8n-workflow": "1.61.0",
171
- "n8n-nodes-base": "1.62.0"
170
+ "n8n-workflow": "1.61.1",
171
+ "n8n-nodes-base": "1.62.1"
172
172
  },
173
173
  "license": "SEE LICENSE IN LICENSE.md",
174
174
  "homepage": "https://n8n.io",