@n8n/n8n-nodes-langchain 2.25.1 → 2.25.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.25.1",
3
+ "version": "2.25.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,
@@ -209,7 +209,7 @@
209
209
  "vitest-mock-extended": "^3.1.0",
210
210
  "@n8n/eslint-plugin-community-nodes": "0.19.0",
211
211
  "@n8n/vitest-config": "1.13.0",
212
- "n8n-core": "2.25.1"
212
+ "n8n-core": "2.25.2"
213
213
  },
214
214
  "dependencies": {
215
215
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -285,14 +285,14 @@
285
285
  "zod": "3.25.67",
286
286
  "zod-to-json-schema": "3.23.3",
287
287
  "@n8n/ai-utilities": "0.18.0",
288
- "@n8n/di": "0.12.0",
288
+ "@n8n/client-oauth2": "1.7.0",
289
289
  "@n8n/config": "2.23.0",
290
+ "@n8n/di": "0.12.0",
290
291
  "@n8n/errors": "0.8.0",
291
- "@n8n/client-oauth2": "1.7.0",
292
- "@n8n/json-schema-to-zod": "1.9.0",
293
292
  "@n8n/typescript-config": "1.4.0",
294
- "n8n-workflow": "2.25.1",
295
- "n8n-nodes-base": "2.25.1"
293
+ "n8n-workflow": "2.25.2",
294
+ "@n8n/json-schema-to-zod": "1.9.0",
295
+ "n8n-nodes-base": "2.25.2"
296
296
  },
297
297
  "license": "SEE LICENSE IN LICENSE.md",
298
298
  "homepage": "https://n8n.io",