@n8n/n8n-nodes-langchain 2.30.2 → 2.30.4

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.30.2",
3
+ "version": "2.30.4",
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.md",
29
- "LICENSE_EE.md"
28
+ "LICENSE_EE.md",
29
+ "LICENSE.md"
30
30
  ],
31
31
  "n8n": {
32
32
  "n8nNodesApiVersion": 1,
@@ -302,17 +302,17 @@
302
302
  "weaviate-client": "3.9.0",
303
303
  "zod": "3.25.67",
304
304
  "zod-to-json-schema": "3.23.3",
305
+ "@n8n/ai-utilities": "0.23.3",
305
306
  "@n8n/client-oauth2": "1.12.1",
306
307
  "@n8n/config": "2.28.0",
307
- "@n8n/ai-utilities": "0.23.2",
308
308
  "@n8n/di": "0.14.0",
309
309
  "@n8n/errors": "0.11.0",
310
310
  "@n8n/json-schema-to-zod": "1.13.0",
311
311
  "@n8n/utils": "1.38.1",
312
- "n8n-core": "2.30.2",
313
312
  "@n8n/typescript-config": "1.8.0",
314
- "n8n-workflow": "2.30.1",
315
- "n8n-nodes-base": "2.30.2"
313
+ "n8n-nodes-base": "2.30.4",
314
+ "n8n-core": "2.30.3",
315
+ "n8n-workflow": "2.30.2"
316
316
  },
317
317
  "license": "SEE LICENSE IN LICENSE.md",
318
318
  "homepage": "https://n8n.io",