@n8n/n8n-nodes-langchain 2.29.4 → 2.29.6
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": "2.29.
|
|
3
|
+
"version": "2.29.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -234,11 +234,13 @@
|
|
|
234
234
|
"@langchain/classic": "1.0.27",
|
|
235
235
|
"@langchain/cohere": "1.0.1",
|
|
236
236
|
"@langchain/community": "1.1.27",
|
|
237
|
-
"@langchain/core": "1.
|
|
237
|
+
"@langchain/core": "1.2.0",
|
|
238
238
|
"@langchain/google-common": "2.1.24",
|
|
239
239
|
"@langchain/google-genai": "2.1.24",
|
|
240
240
|
"@langchain/google-vertexai": "2.1.24",
|
|
241
241
|
"@langchain/groq": "1.0.2",
|
|
242
|
+
"@langchain/langgraph": "1.0.2",
|
|
243
|
+
"@langchain/langgraph-checkpoint": "1.0.0",
|
|
242
244
|
"@langchain/mistralai": "1.0.1",
|
|
243
245
|
"@langchain/mongodb": "1.0.1",
|
|
244
246
|
"@langchain/ollama": "1.2.6",
|
|
@@ -300,16 +302,16 @@
|
|
|
300
302
|
"weaviate-client": "3.9.0",
|
|
301
303
|
"zod": "3.25.67",
|
|
302
304
|
"zod-to-json-schema": "3.23.3",
|
|
303
|
-
"@n8n/ai-utilities": "0.22.
|
|
304
|
-
"@n8n/config": "2.27.
|
|
305
|
-
"@n8n/
|
|
306
|
-
"@n8n/client-oauth2": "1.11.0",
|
|
305
|
+
"@n8n/ai-utilities": "0.22.6",
|
|
306
|
+
"@n8n/config": "2.27.2",
|
|
307
|
+
"@n8n/client-oauth2": "1.11.1",
|
|
307
308
|
"@n8n/di": "0.14.0",
|
|
308
309
|
"@n8n/json-schema-to-zod": "1.12.0",
|
|
310
|
+
"@n8n/errors": "0.10.0",
|
|
309
311
|
"@n8n/typescript-config": "1.7.0",
|
|
310
|
-
"n8n
|
|
311
|
-
"n8n-
|
|
312
|
-
"
|
|
312
|
+
"@n8n/utils": "1.37.1",
|
|
313
|
+
"n8n-core": "2.29.6",
|
|
314
|
+
"n8n-nodes-base": "2.29.6",
|
|
313
315
|
"n8n-workflow": "2.29.2"
|
|
314
316
|
},
|
|
315
317
|
"license": "SEE LICENSE IN LICENSE.md",
|