@n8n/n8n-nodes-langchain 2.20.0 → 2.20.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": "2.20.0",
3
+ "version": "2.20.1",
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
- "n8n-core": "2.20.0",
204
- "@n8n/eslint-plugin-community-nodes": "0.15.0"
203
+ "@n8n/eslint-plugin-community-nodes": "0.15.0",
204
+ "n8n-core": "2.20.1"
205
205
  },
206
206
  "dependencies": {
207
207
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -276,14 +276,14 @@
276
276
  "zod": "3.25.67",
277
277
  "zod-to-json-schema": "3.23.3",
278
278
  "@n8n/client-oauth2": "1.4.0",
279
- "@n8n/ai-utilities": "0.14.0",
280
- "@n8n/config": "2.19.0",
279
+ "@n8n/ai-utilities": "0.14.1",
280
+ "@n8n/config": "2.19.1",
281
+ "@n8n/di": "0.11.0",
281
282
  "@n8n/errors": "0.8.0",
282
283
  "@n8n/typescript-config": "1.4.0",
283
284
  "n8n-workflow": "2.20.0",
284
- "n8n-nodes-base": "2.20.0",
285
- "@n8n/json-schema-to-zod": "1.9.0",
286
- "@n8n/di": "0.11.0"
285
+ "n8n-nodes-base": "2.20.1",
286
+ "@n8n/json-schema-to-zod": "1.9.0"
287
287
  },
288
288
  "license": "SEE LICENSE IN LICENSE.md",
289
289
  "homepage": "https://n8n.io",