@n8n/n8n-nodes-langchain 2.37.0 → 2.37.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "2.37.
|
|
3
|
+
"version": "2.37.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -305,14 +305,14 @@
|
|
|
305
305
|
"zod": "3.25.76",
|
|
306
306
|
"zod-to-json-schema": "3.23.3",
|
|
307
307
|
"@n8n/ai-utilities": "0.30.0",
|
|
308
|
-
"@n8n/client-oauth2": "1.19.0",
|
|
309
|
-
"@n8n/di": "0.16.0",
|
|
310
|
-
"@n8n/errors": "0.13.0",
|
|
311
308
|
"@n8n/config": "2.35.0",
|
|
309
|
+
"@n8n/client-oauth2": "1.19.1",
|
|
310
|
+
"@n8n/errors": "0.13.0",
|
|
311
|
+
"@n8n/typescript-config": "1.10.0",
|
|
312
312
|
"@n8n/json-schema-to-zod": "1.15.0",
|
|
313
|
+
"@n8n/di": "0.16.0",
|
|
314
|
+
"n8n-core": "2.37.1",
|
|
313
315
|
"@n8n/utils": "1.45.0",
|
|
314
|
-
"n8n-core": "2.37.0",
|
|
315
|
-
"@n8n/typescript-config": "1.10.0",
|
|
316
316
|
"n8n-nodes-base": "2.37.0",
|
|
317
317
|
"n8n-workflow": "2.37.0"
|
|
318
318
|
},
|