@n8n/n8n-nodes-langchain 1.38.0 → 1.38.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/dist/build.tsbuildinfo +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@aws-sdk/types": "3.357.0",
|
|
109
109
|
"@types/basic-auth": "^1.1.3",
|
|
110
|
-
"@types/express": "^4.17.
|
|
110
|
+
"@types/express": "^4.17.21",
|
|
111
111
|
"@types/html-to-text": "^9.0.1",
|
|
112
112
|
"@types/json-schema": "^7.0.15",
|
|
113
113
|
"@types/temp": "^0.9.1",
|
|
114
114
|
"eslint-plugin-n8n-nodes-base": "^1.16.0",
|
|
115
115
|
"gulp": "^4.0.2",
|
|
116
|
-
"n8n-core": "1.38.
|
|
116
|
+
"n8n-core": "1.38.1"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@aws-sdk/client-bedrock-runtime": "3.549.0",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@langchain/openai": "^0.0.16",
|
|
132
132
|
"@langchain/pinecone": "^0.0.3",
|
|
133
133
|
"@langchain/redis": "^0.0.2",
|
|
134
|
-
"@n8n/typeorm": "0.3.20-
|
|
134
|
+
"@n8n/typeorm": "0.3.20-8",
|
|
135
135
|
"@n8n/vm2": "3.9.20",
|
|
136
136
|
"@pinecone-database/pinecone": "2.1.0",
|
|
137
137
|
"@qdrant/js-client-rest": "1.7.0",
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"tmp-promise": "3.0.3",
|
|
157
157
|
"zod": "3.22.4",
|
|
158
158
|
"zod-to-json-schema": "3.22.4",
|
|
159
|
-
"n8n-
|
|
160
|
-
"n8n-
|
|
159
|
+
"n8n-workflow": "1.37.1",
|
|
160
|
+
"n8n-nodes-base": "1.38.1"
|
|
161
161
|
},
|
|
162
162
|
"scripts": {
|
|
163
163
|
"clean": "rimraf dist .turbo",
|