@n8n/n8n-nodes-langchain 2.32.2 → 2.32.3
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/typecheck.tsbuildinfo +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"dist",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"LICENSE_EE.md",
|
|
29
|
+
"LICENSE.md"
|
|
30
30
|
],
|
|
31
31
|
"n8n": {
|
|
32
32
|
"n8nNodesApiVersion": 1,
|
|
@@ -216,8 +216,8 @@
|
|
|
216
216
|
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
217
217
|
"vitest": "^4.1.9",
|
|
218
218
|
"vitest-mock-extended": "^3.1.0",
|
|
219
|
-
"@n8n/
|
|
220
|
-
"@n8n/
|
|
219
|
+
"@n8n/eslint-plugin-community-nodes": "0.26.0",
|
|
220
|
+
"@n8n/vitest-config": "1.19.0"
|
|
221
221
|
},
|
|
222
222
|
"dependencies": {
|
|
223
223
|
"@aws-sdk/client-bedrock-runtime": "3.938.0",
|
|
@@ -304,16 +304,16 @@
|
|
|
304
304
|
"weaviate-client": "3.9.0",
|
|
305
305
|
"zod": "3.25.67",
|
|
306
306
|
"zod-to-json-schema": "3.23.3",
|
|
307
|
-
"@n8n/
|
|
307
|
+
"@n8n/client-oauth2": "1.14.2",
|
|
308
308
|
"@n8n/config": "2.30.0",
|
|
309
|
-
"@n8n/
|
|
309
|
+
"@n8n/ai-utilities": "0.25.2",
|
|
310
|
+
"@n8n/di": "0.16.0",
|
|
310
311
|
"@n8n/errors": "0.13.0",
|
|
311
|
-
"@n8n/utils": "1.40.0",
|
|
312
312
|
"@n8n/json-schema-to-zod": "1.15.0",
|
|
313
313
|
"@n8n/typescript-config": "1.9.0",
|
|
314
|
-
"@n8n/
|
|
315
|
-
"n8n-
|
|
316
|
-
"n8n-
|
|
314
|
+
"@n8n/utils": "1.40.0",
|
|
315
|
+
"n8n-nodes-base": "2.32.3",
|
|
316
|
+
"n8n-core": "2.32.2",
|
|
317
317
|
"n8n-workflow": "2.32.1"
|
|
318
318
|
},
|
|
319
319
|
"license": "SEE LICENSE IN LICENSE.md",
|