@n8n/n8n-nodes-langchain 1.111.0 → 1.111.2
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -215,14 +215,14 @@
|
|
|
215
215
|
"weaviate-client": "3.6.2",
|
|
216
216
|
"zod": "3.25.67",
|
|
217
217
|
"zod-to-json-schema": "3.23.3",
|
|
218
|
-
"@n8n/client-oauth2": "0.29.0",
|
|
219
218
|
"@n8n/config": "1.55.0",
|
|
219
|
+
"@n8n/di": "0.9.0",
|
|
220
220
|
"@n8n/errors": "^0.5.0",
|
|
221
|
+
"@n8n/client-oauth2": "0.29.0",
|
|
221
222
|
"@n8n/json-schema-to-zod": "1.5.0",
|
|
222
|
-
"
|
|
223
|
+
"n8n-nodes-base": "1.110.2",
|
|
223
224
|
"@n8n/typescript-config": "1.3.0",
|
|
224
|
-
"n8n-workflow": "1.109.0"
|
|
225
|
-
"n8n-nodes-base": "1.110.0"
|
|
225
|
+
"n8n-workflow": "1.109.0"
|
|
226
226
|
},
|
|
227
227
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
228
228
|
"homepage": "https://n8n.io",
|