@n8n/n8n-nodes-langchain 2.28.5 → 2.28.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 +9 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -207,8 +207,8 @@
|
|
|
207
207
|
"fast-glob": "3.2.12",
|
|
208
208
|
"vitest": "^4.1.1",
|
|
209
209
|
"vitest-mock-extended": "^3.1.0",
|
|
210
|
-
"@n8n/
|
|
211
|
-
"@n8n/
|
|
210
|
+
"@n8n/vitest-config": "1.15.0",
|
|
211
|
+
"@n8n/eslint-plugin-community-nodes": "0.22.0"
|
|
212
212
|
},
|
|
213
213
|
"dependencies": {
|
|
214
214
|
"@aws-sdk/client-bedrock-runtime": "3.938.0",
|
|
@@ -231,6 +231,8 @@
|
|
|
231
231
|
"@langchain/google-genai": "2.1.24",
|
|
232
232
|
"@langchain/google-vertexai": "2.1.24",
|
|
233
233
|
"@langchain/groq": "1.0.2",
|
|
234
|
+
"@langchain/langgraph": "1.0.2",
|
|
235
|
+
"@langchain/langgraph-checkpoint": "1.0.0",
|
|
234
236
|
"@langchain/mistralai": "1.0.1",
|
|
235
237
|
"@langchain/mongodb": "1.0.1",
|
|
236
238
|
"@langchain/ollama": "1.2.6",
|
|
@@ -289,16 +291,16 @@
|
|
|
289
291
|
"weaviate-client": "3.9.0",
|
|
290
292
|
"zod": "3.25.67",
|
|
291
293
|
"zod-to-json-schema": "3.23.3",
|
|
292
|
-
"@n8n/ai-utilities": "0.21.4",
|
|
293
294
|
"@n8n/client-oauth2": "1.10.0",
|
|
294
|
-
"@n8n/
|
|
295
|
+
"@n8n/ai-utilities": "0.21.4",
|
|
295
296
|
"@n8n/di": "0.14.0",
|
|
297
|
+
"@n8n/config": "2.26.0",
|
|
296
298
|
"@n8n/errors": "0.10.0",
|
|
297
299
|
"@n8n/typescript-config": "1.6.1",
|
|
298
300
|
"n8n-core": "2.28.5",
|
|
299
|
-
"n8n-nodes-base": "2.28.4",
|
|
300
301
|
"@n8n/json-schema-to-zod": "1.11.0",
|
|
301
|
-
"n8n-workflow": "2.28.4"
|
|
302
|
+
"n8n-workflow": "2.28.4",
|
|
303
|
+
"n8n-nodes-base": "2.28.4"
|
|
302
304
|
},
|
|
303
305
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
304
306
|
"homepage": "https://n8n.io",
|