@n8n/n8n-nodes-langchain 1.122.49 → 1.122.50
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 +9 -9
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.122.
|
|
3
|
+
"version": "1.122.50",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE_EE.md",
|
|
9
|
+
"LICENSE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"n8nNodesApiVersion": 1,
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"jest-mock-extended": "^3.0.4",
|
|
161
161
|
"tsup": "^8.5.1",
|
|
162
162
|
"@n8n/eslint-plugin-community-nodes": "0.7.0",
|
|
163
|
-
"n8n-core": "1.122.
|
|
163
|
+
"n8n-core": "1.122.42"
|
|
164
164
|
},
|
|
165
165
|
"dependencies": {
|
|
166
166
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"jsdom": "23.0.1",
|
|
213
213
|
"langchain": "1.1.1",
|
|
214
214
|
"lodash": "4.18.1",
|
|
215
|
-
"mammoth": "1.
|
|
215
|
+
"mammoth": "1.12.1",
|
|
216
216
|
"mime-types": "3.0.2",
|
|
217
217
|
"mongodb": "^6.17.0",
|
|
218
218
|
"openai": "^6.9.0",
|
|
@@ -232,11 +232,11 @@
|
|
|
232
232
|
"@n8n/client-oauth2": "0.33.6",
|
|
233
233
|
"@n8n/config": "1.65.6",
|
|
234
234
|
"@n8n/di": "0.10.0",
|
|
235
|
-
"@n8n/typescript-config": "1.3.1",
|
|
236
|
-
"@n8n/json-schema-to-zod": "1.6.0",
|
|
237
235
|
"@n8n/errors": "0.5.1",
|
|
238
|
-
"n8n-
|
|
239
|
-
"n8n-
|
|
236
|
+
"@n8n/json-schema-to-zod": "1.6.0",
|
|
237
|
+
"@n8n/typescript-config": "1.3.1",
|
|
238
|
+
"n8n-nodes-base": "1.121.46",
|
|
239
|
+
"n8n-workflow": "1.120.25"
|
|
240
240
|
},
|
|
241
241
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
242
242
|
"homepage": "https://n8n.io",
|