@n8n/n8n-nodes-langchain 1.38.1 → 1.39.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.
|
|
3
|
+
"version": "1.39.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -113,20 +113,20 @@
|
|
|
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.
|
|
116
|
+
"n8n-core": "1.39.0"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@aws-sdk/client-bedrock-runtime": "3.549.0",
|
|
120
120
|
"@aws-sdk/credential-provider-node": "3.549.0",
|
|
121
121
|
"@getzep/zep-js": "0.9.0",
|
|
122
122
|
"@google-ai/generativelanguage": "0.2.1",
|
|
123
|
-
"@google/generative-ai": "
|
|
123
|
+
"@google/generative-ai": "0.8.0",
|
|
124
124
|
"@huggingface/inference": "2.6.4",
|
|
125
125
|
"@langchain/anthropic": "^0.1.3",
|
|
126
126
|
"@langchain/cohere": "^0.0.5",
|
|
127
127
|
"@langchain/community": "0.0.44",
|
|
128
128
|
"@langchain/core": "0.1.41",
|
|
129
|
-
"@langchain/google-genai": "^0.0.
|
|
129
|
+
"@langchain/google-genai": "^0.0.12",
|
|
130
130
|
"@langchain/mistralai": "0.0.13",
|
|
131
131
|
"@langchain/openai": "^0.0.16",
|
|
132
132
|
"@langchain/pinecone": "^0.0.3",
|
|
@@ -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-workflow": "1.
|
|
160
|
-
"n8n-nodes-base": "1.
|
|
159
|
+
"n8n-workflow": "1.38.0",
|
|
160
|
+
"n8n-nodes-base": "1.39.1"
|
|
161
161
|
},
|
|
162
162
|
"scripts": {
|
|
163
163
|
"clean": "rimraf dist .turbo",
|