@n8n/n8n-nodes-langchain 1.48.0 → 1.48.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.48.0",
3
+ "version": "1.48.1",
4
4
  "description": "",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -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.48.0"
118
+ "n8n-core": "1.48.1"
119
119
  },
120
120
  "dependencies": {
121
121
  "@aws-sdk/client-bedrock-runtime": "3.535.0",
@@ -164,8 +164,8 @@
164
164
  "tmp-promise": "3.0.3",
165
165
  "zod": "3.23.8",
166
166
  "zod-to-json-schema": "3.23.0",
167
- "n8n-nodes-base": "1.48.0",
168
- "n8n-workflow": "1.47.0"
167
+ "n8n-nodes-base": "1.48.1",
168
+ "n8n-workflow": "1.47.1"
169
169
  },
170
170
  "scripts": {
171
171
  "clean": "rimraf dist .turbo",