@n8n/n8n-nodes-langchain 2.18.0 → 2.18.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.18.0",
3
+ "version": "2.18.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -200,7 +200,7 @@
200
200
  "fast-glob": "3.2.12",
201
201
  "jest-mock-extended": "^3.0.4",
202
202
  "@n8n/eslint-plugin-community-nodes": "0.13.0",
203
- "n8n-core": "2.18.0"
203
+ "n8n-core": "2.18.1"
204
204
  },
205
205
  "dependencies": {
206
206
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -275,14 +275,14 @@
275
275
  "zod": "3.25.67",
276
276
  "zod-to-json-schema": "3.23.3",
277
277
  "@n8n/ai-utilities": "0.12.0",
278
- "@n8n/client-oauth2": "1.2.0",
279
278
  "@n8n/config": "2.17.0",
279
+ "@n8n/client-oauth2": "1.2.0",
280
280
  "@n8n/di": "0.10.0",
281
281
  "@n8n/errors": "0.7.0",
282
282
  "@n8n/json-schema-to-zod": "1.8.0",
283
283
  "@n8n/typescript-config": "1.4.0",
284
- "n8n-workflow": "2.18.0",
285
- "n8n-nodes-base": "2.18.0"
284
+ "n8n-nodes-base": "2.18.1",
285
+ "n8n-workflow": "2.18.1"
286
286
  },
287
287
  "license": "SEE LICENSE IN LICENSE.md",
288
288
  "homepage": "https://n8n.io",