@n8n/n8n-nodes-langchain 1.37.2 → 1.37.3

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.37.2",
3
+ "version": "1.37.3",
4
4
  "description": "",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -105,13 +105,13 @@
105
105
  "devDependencies": {
106
106
  "@aws-sdk/types": "3.357.0",
107
107
  "@types/basic-auth": "^1.1.3",
108
- "@types/express": "^4.17.6",
108
+ "@types/express": "^4.17.21",
109
109
  "@types/html-to-text": "^9.0.1",
110
110
  "@types/json-schema": "^7.0.15",
111
111
  "@types/temp": "^0.9.1",
112
112
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
113
113
  "gulp": "^4.0.2",
114
- "n8n-core": "1.37.2"
114
+ "n8n-core": "1.37.3"
115
115
  },
116
116
  "dependencies": {
117
117
  "@aws-sdk/client-bedrock-runtime": "3.549.0",
@@ -127,7 +127,7 @@
127
127
  "@langchain/openai": "^0.0.16",
128
128
  "@langchain/pinecone": "^0.0.3",
129
129
  "@langchain/redis": "^0.0.2",
130
- "@n8n/typeorm": "0.3.20-7",
130
+ "@n8n/typeorm": "0.3.20-8",
131
131
  "@n8n/vm2": "3.9.20",
132
132
  "@pinecone-database/pinecone": "2.1.0",
133
133
  "@qdrant/js-client-rest": "1.7.0",
@@ -152,8 +152,8 @@
152
152
  "temp": "0.9.4",
153
153
  "zod": "3.22.4",
154
154
  "zod-to-json-schema": "3.22.4",
155
- "n8n-workflow": "1.37.2",
156
- "n8n-nodes-base": "1.37.2"
155
+ "n8n-workflow": "1.37.3",
156
+ "n8n-nodes-base": "1.37.3"
157
157
  },
158
158
  "scripts": {
159
159
  "clean": "rimraf dist .turbo",