@n8n/n8n-nodes-langchain 2.21.0 → 2.21.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.21.0",
3
+ "version": "2.21.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -203,9 +203,9 @@
203
203
  "fast-glob": "3.2.12",
204
204
  "vitest": "^4.1.1",
205
205
  "vitest-mock-extended": "^3.1.0",
206
+ "@n8n/eslint-plugin-community-nodes": "0.16.0",
206
207
  "@n8n/vitest-config": "1.10.0",
207
- "n8n-core": "2.21.0",
208
- "@n8n/eslint-plugin-community-nodes": "0.16.0"
208
+ "n8n-core": "2.21.2"
209
209
  },
210
210
  "dependencies": {
211
211
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -283,11 +283,11 @@
283
283
  "@n8n/config": "2.20.0",
284
284
  "@n8n/client-oauth2": "1.5.0",
285
285
  "@n8n/di": "0.11.0",
286
+ "@n8n/json-schema-to-zod": "1.9.0",
286
287
  "@n8n/errors": "0.8.0",
287
288
  "@n8n/typescript-config": "1.4.0",
288
- "n8n-nodes-base": "2.21.0",
289
- "n8n-workflow": "2.21.0",
290
- "@n8n/json-schema-to-zod": "1.9.0"
289
+ "n8n-workflow": "2.21.1",
290
+ "n8n-nodes-base": "2.21.2"
291
291
  },
292
292
  "license": "SEE LICENSE IN LICENSE.md",
293
293
  "homepage": "https://n8n.io",