@n8n/n8n-nodes-langchain 2.31.0 → 2.31.2

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.31.0",
3
+ "version": "2.31.2",
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,
@@ -215,8 +215,8 @@
215
215
  "typescript": "6.0.2",
216
216
  "vitest": "^4.1.9",
217
217
  "vitest-mock-extended": "^3.1.0",
218
- "@n8n/eslint-plugin-community-nodes": "0.25.0",
219
- "@n8n/vitest-config": "1.18.0"
218
+ "@n8n/vitest-config": "1.18.0",
219
+ "@n8n/eslint-plugin-community-nodes": "0.25.0"
220
220
  },
221
221
  "dependencies": {
222
222
  "@aws-sdk/client-bedrock-runtime": "3.938.0",
@@ -303,17 +303,17 @@
303
303
  "weaviate-client": "3.9.0",
304
304
  "zod": "3.25.67",
305
305
  "zod-to-json-schema": "3.23.3",
306
- "@n8n/ai-utilities": "0.24.0",
307
306
  "@n8n/client-oauth2": "1.13.0",
308
- "@n8n/config": "2.29.0",
307
+ "@n8n/config": "2.29.1",
309
308
  "@n8n/di": "0.15.0",
310
- "@n8n/json-schema-to-zod": "1.14.0",
309
+ "@n8n/ai-utilities": "0.24.2",
311
310
  "@n8n/errors": "0.12.0",
311
+ "n8n-core": "2.31.2",
312
312
  "@n8n/utils": "1.39.0",
313
- "n8n-core": "2.31.0",
314
- "n8n-workflow": "2.31.0",
313
+ "n8n-workflow": "2.31.2",
314
+ "@n8n/json-schema-to-zod": "1.14.0",
315
315
  "@n8n/typescript-config": "1.9.0",
316
- "n8n-nodes-base": "2.31.0"
316
+ "n8n-nodes-base": "2.31.2"
317
317
  },
318
318
  "license": "SEE LICENSE IN LICENSE.md",
319
319
  "homepage": "https://n8n.io",