@n8n/n8n-nodes-langchain 2.22.2 → 2.22.3

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
- 7d0ee1809468a1c3fdee38e2cb937121da27b01df61a5f4990df31353812063e
1
+ 4eaa84500c01bf7a6b11190011a08819a9ef6f7a51d7d85a49620bd941a1dc1c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "2.22.2",
3
+ "version": "2.22.3",
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,
@@ -205,9 +205,9 @@
205
205
  "fast-glob": "3.2.12",
206
206
  "vitest": "^4.1.1",
207
207
  "vitest-mock-extended": "^3.1.0",
208
- "@n8n/eslint-plugin-community-nodes": "0.17.0",
209
- "n8n-core": "2.22.2",
210
- "@n8n/vitest-config": "1.11.0"
208
+ "n8n-core": "2.22.3",
209
+ "@n8n/vitest-config": "1.11.0",
210
+ "@n8n/eslint-plugin-community-nodes": "0.17.0"
211
211
  },
212
212
  "dependencies": {
213
213
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -284,13 +284,13 @@
284
284
  "zod-to-json-schema": "3.23.3",
285
285
  "@n8n/ai-utilities": "0.16.1",
286
286
  "@n8n/client-oauth2": "1.6.0",
287
- "@n8n/config": "2.21.0",
288
287
  "@n8n/di": "0.12.0",
288
+ "@n8n/errors": "0.8.0",
289
289
  "@n8n/json-schema-to-zod": "1.9.0",
290
290
  "@n8n/typescript-config": "1.4.0",
291
- "n8n-workflow": "2.22.1",
292
- "n8n-nodes-base": "2.22.1",
293
- "@n8n/errors": "0.8.0"
291
+ "n8n-nodes-base": "2.22.2",
292
+ "n8n-workflow": "2.22.2",
293
+ "@n8n/config": "2.21.0"
294
294
  },
295
295
  "license": "SEE LICENSE IN LICENSE.md",
296
296
  "homepage": "https://n8n.io",