@n8n/n8n-nodes-langchain 1.112.0 → 1.112.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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.112.
|
|
3
|
+
"version": "1.112.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"fast-glob": "3.2.12",
|
|
149
149
|
"jest-mock-extended": "^3.0.4",
|
|
150
150
|
"tsup": "^8.5.0",
|
|
151
|
-
"n8n-core": "1.112.
|
|
151
|
+
"n8n-core": "1.112.1"
|
|
152
152
|
},
|
|
153
153
|
"dependencies": {
|
|
154
154
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -216,13 +216,13 @@
|
|
|
216
216
|
"zod": "3.25.67",
|
|
217
217
|
"zod-to-json-schema": "3.23.3",
|
|
218
218
|
"@n8n/client-oauth2": "0.29.0",
|
|
219
|
-
"@n8n/
|
|
219
|
+
"@n8n/config": "1.56.1",
|
|
220
220
|
"@n8n/errors": "^0.5.0",
|
|
221
|
-
"@n8n/
|
|
222
|
-
"@n8n/json-schema-to-zod": "1.5.0",
|
|
221
|
+
"@n8n/di": "0.9.0",
|
|
223
222
|
"@n8n/typescript-config": "1.3.0",
|
|
224
|
-
"n8n-
|
|
225
|
-
"n8n-
|
|
223
|
+
"n8n-workflow": "1.110.0",
|
|
224
|
+
"@n8n/json-schema-to-zod": "1.5.0",
|
|
225
|
+
"n8n-nodes-base": "1.111.1"
|
|
226
226
|
},
|
|
227
227
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
228
228
|
"homepage": "https://n8n.io",
|