@n8n/n8n-nodes-langchain 1.56.0 → 1.56.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -115,7 +115,7 @@
115
115
  "@types/html-to-text": "^9.0.1",
116
116
  "@types/json-schema": "^7.0.15",
117
117
  "@types/temp": "^0.9.1",
118
- "n8n-core": "1.56.0"
118
+ "n8n-core": "1.56.1"
119
119
  },
120
120
  "dependencies": {
121
121
  "@aws-sdk/client-bedrock-runtime": "3.535.0",
@@ -170,7 +170,7 @@
170
170
  "tmp-promise": "3.0.3",
171
171
  "zod": "3.23.8",
172
172
  "zod-to-json-schema": "3.23.0",
173
- "n8n-nodes-base": "1.56.0",
173
+ "n8n-nodes-base": "1.56.1",
174
174
  "n8n-workflow": "1.55.0"
175
175
  },
176
176
  "license": "SEE LICENSE IN LICENSE.md",