@n8n/n8n-nodes-langchain 1.104.0 → 1.104.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.104.0",
3
+ "version": "1.104.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -146,7 +146,7 @@
146
146
  "fast-glob": "3.2.12",
147
147
  "tsup": "^8.5.0",
148
148
  "jest-mock-extended": "^3.0.4",
149
- "n8n-core": "1.104.0"
149
+ "n8n-core": "1.104.2"
150
150
  },
151
151
  "dependencies": {
152
152
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -214,10 +214,10 @@
214
214
  "zod": "3.25.67",
215
215
  "zod-to-json-schema": "3.23.3",
216
216
  "@n8n/client-oauth2": "0.28.0",
217
- "@n8n/json-schema-to-zod": "1.5.0",
218
217
  "@n8n/typescript-config": "1.3.0",
219
- "n8n-nodes-base": "1.103.0",
220
- "n8n-workflow": "1.102.0"
218
+ "@n8n/json-schema-to-zod": "1.5.0",
219
+ "n8n-nodes-base": "1.103.2",
220
+ "n8n-workflow": "1.102.1"
221
221
  },
222
222
  "license": "SEE LICENSE IN LICENSE.md",
223
223
  "homepage": "https://n8n.io",