@n8n/n8n-nodes-langchain 2.26.3 → 2.26.5

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.
@@ -1 +1 @@
1
- 507c36597598bf94f6169a15a6f95ca8f6dcc8a87f048bca47f91bef4663678f
1
+ 673b56177526d530b33268d922c2bdeabbae2f8120902646cbed4eaeecb58ed6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "2.26.3",
3
+ "version": "2.26.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "files": [
27
27
  "dist",
28
- "LICENSE_EE.md",
29
- "LICENSE.md"
28
+ "LICENSE.md",
29
+ "LICENSE_EE.md"
30
30
  ],
31
31
  "n8n": {
32
32
  "n8nNodesApiVersion": 1,
@@ -210,7 +210,7 @@
210
210
  "vitest-mock-extended": "^3.1.0",
211
211
  "@n8n/eslint-plugin-community-nodes": "0.20.0",
212
212
  "@n8n/vitest-config": "1.14.0",
213
- "n8n-core": "2.26.3"
213
+ "n8n-core": "2.26.4"
214
214
  },
215
215
  "dependencies": {
216
216
  "@aws-sdk/client-bedrock-runtime": "3.938.0",
@@ -289,14 +289,14 @@
289
289
  "zod": "3.25.67",
290
290
  "zod-to-json-schema": "3.23.3",
291
291
  "@n8n/ai-utilities": "0.19.1",
292
- "@n8n/config": "2.24.1",
293
292
  "@n8n/di": "0.13.0",
294
- "@n8n/errors": "0.9.0",
293
+ "@n8n/config": "2.24.1",
295
294
  "@n8n/client-oauth2": "1.8.0",
295
+ "@n8n/errors": "0.9.0",
296
296
  "@n8n/json-schema-to-zod": "1.10.0",
297
297
  "@n8n/typescript-config": "1.5.0",
298
- "n8n-workflow": "2.26.2",
299
- "n8n-nodes-base": "2.26.3"
298
+ "n8n-nodes-base": "2.26.5",
299
+ "n8n-workflow": "2.26.3"
300
300
  },
301
301
  "license": "SEE LICENSE IN LICENSE.md",
302
302
  "homepage": "https://n8n.io",