@n8n/n8n-nodes-langchain 1.120.0 → 1.120.1

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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.120.0",
3
+ "version": "1.120.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
8
- "LICENSE_EE.md",
9
- "LICENSE.md"
8
+ "LICENSE.md",
9
+ "LICENSE_EE.md"
10
10
  ],
11
11
  "n8n": {
12
12
  "n8nNodesApiVersion": 1,
@@ -158,8 +158,8 @@
158
158
  "fast-glob": "3.2.12",
159
159
  "jest-mock-extended": "^3.0.4",
160
160
  "tsup": "^8.5.0",
161
- "@n8n/eslint-plugin-community-nodes": "0.6.0",
162
- "n8n-core": "1.120.0"
161
+ "n8n-core": "1.120.1",
162
+ "@n8n/eslint-plugin-community-nodes": "0.6.0"
163
163
  },
164
164
  "dependencies": {
165
165
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -227,14 +227,14 @@
227
227
  "weaviate-client": "3.6.2",
228
228
  "zod": "3.25.67",
229
229
  "zod-to-json-schema": "3.23.3",
230
+ "@n8n/client-oauth2": "0.31.0",
230
231
  "@n8n/config": "1.63.0",
231
- "@n8n/errors": "^0.5.0",
232
232
  "@n8n/di": "0.9.0",
233
- "@n8n/json-schema-to-zod": "1.5.0",
234
233
  "@n8n/typescript-config": "1.3.0",
235
- "n8n-workflow": "1.118.0",
236
- "n8n-nodes-base": "1.119.0",
237
- "@n8n/client-oauth2": "0.31.0"
234
+ "@n8n/json-schema-to-zod": "1.5.0",
235
+ "n8n-workflow": "1.118.1",
236
+ "@n8n/errors": "^0.5.0",
237
+ "n8n-nodes-base": "1.119.1"
238
238
  },
239
239
  "license": "SEE LICENSE IN LICENSE.md",
240
240
  "homepage": "https://n8n.io",