@n8n/n8n-nodes-langchain 2.20.1 → 2.20.3
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/dist/typecheck.tsbuildinfo +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
"@types/temp": "^0.9.1",
|
|
201
201
|
"fast-glob": "3.2.12",
|
|
202
202
|
"jest-mock-extended": "^3.0.4",
|
|
203
|
-
"
|
|
204
|
-
"n8n-
|
|
203
|
+
"n8n-core": "2.20.2",
|
|
204
|
+
"@n8n/eslint-plugin-community-nodes": "0.15.0"
|
|
205
205
|
},
|
|
206
206
|
"dependencies": {
|
|
207
207
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
241
241
|
"@mozilla/readability": "0.6.0",
|
|
242
242
|
"@n8n/typeorm": "0.3.20-16",
|
|
243
|
-
"vm2": "
|
|
243
|
+
"vm2": "3.11.2",
|
|
244
244
|
"@pinecone-database/pinecone": "^5.0.2",
|
|
245
245
|
"@qdrant/js-client-rest": "^1.16.2",
|
|
246
246
|
"@supabase/supabase-js": "2.49.9",
|
|
@@ -275,15 +275,15 @@
|
|
|
275
275
|
"weaviate-client": "3.9.0",
|
|
276
276
|
"zod": "3.25.67",
|
|
277
277
|
"zod-to-json-schema": "3.23.3",
|
|
278
|
-
"@n8n/client-oauth2": "1.4.
|
|
278
|
+
"@n8n/client-oauth2": "1.4.1",
|
|
279
279
|
"@n8n/ai-utilities": "0.14.1",
|
|
280
|
-
"@n8n/config": "2.19.1",
|
|
281
280
|
"@n8n/di": "0.11.0",
|
|
282
|
-
"@n8n/
|
|
281
|
+
"@n8n/config": "2.19.1",
|
|
282
|
+
"@n8n/json-schema-to-zod": "1.9.0",
|
|
283
283
|
"@n8n/typescript-config": "1.4.0",
|
|
284
|
-
"n8n
|
|
285
|
-
"n8n-nodes-base": "2.20.
|
|
286
|
-
"
|
|
284
|
+
"@n8n/errors": "0.8.0",
|
|
285
|
+
"n8n-nodes-base": "2.20.3",
|
|
286
|
+
"n8n-workflow": "2.20.0"
|
|
287
287
|
},
|
|
288
288
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
289
289
|
"homepage": "https://n8n.io",
|