@n8n/n8n-nodes-langchain 2.11.0 → 2.11.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.11.0",
3
+ "version": "2.11.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -184,7 +184,7 @@
184
184
  "fast-glob": "3.2.12",
185
185
  "jest-mock-extended": "^3.0.4",
186
186
  "@n8n/eslint-plugin-community-nodes": "0.8.0",
187
- "n8n-core": "2.11.0"
187
+ "n8n-core": "2.11.1"
188
188
  },
189
189
  "dependencies": {
190
190
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -258,15 +258,15 @@
258
258
  "weaviate-client": "3.9.0",
259
259
  "zod": "3.25.67",
260
260
  "zod-to-json-schema": "3.23.3",
261
- "@n8n/ai-utilities": "0.5.0",
262
- "@n8n/config": "2.10.0",
263
- "@n8n/di": "0.10.0",
264
- "@n8n/json-schema-to-zod": "1.6.0",
261
+ "@n8n/ai-utilities": "0.5.1",
265
262
  "@n8n/client-oauth2": "1.0.0-rc.0",
263
+ "@n8n/config": "2.10.1",
266
264
  "@n8n/errors": "0.6.0",
267
- "n8n-workflow": "2.11.0",
268
- "n8n-nodes-base": "2.11.0",
269
- "@n8n/typescript-config": "1.3.0"
265
+ "@n8n/typescript-config": "1.3.0",
266
+ "@n8n/di": "0.10.0",
267
+ "@n8n/json-schema-to-zod": "1.6.0",
268
+ "n8n-workflow": "2.11.1",
269
+ "n8n-nodes-base": "2.11.2"
270
270
  },
271
271
  "license": "SEE LICENSE IN LICENSE.md",
272
272
  "homepage": "https://n8n.io",