@n8n/n8n-nodes-langchain 2.17.0 → 2.17.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "2.17.0",
3
+ "version": "2.17.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -48,6 +48,7 @@
48
48
  "dist/credentials/MotorheadApi.credentials.js",
49
49
  "dist/credentials/MilvusApi.credentials.js",
50
50
  "dist/credentials/MistralCloudApi.credentials.js",
51
+ "dist/credentials/MinimaxApi.credentials.js",
51
52
  "dist/credentials/MoonshotApi.credentials.js",
52
53
  "dist/credentials/LemonadeApi.credentials.js",
53
54
  "dist/credentials/OllamaApi.credentials.js",
@@ -108,6 +109,7 @@
108
109
  "dist/nodes/llms/LmChatGoogleVertex/LmChatGoogleVertex.node.js",
109
110
  "dist/nodes/llms/LmChatGroq/LmChatGroq.node.js",
110
111
  "dist/nodes/llms/LmChatMistralCloud/LmChatMistralCloud.node.js",
112
+ "dist/nodes/llms/LmChatMinimax/LmChatMinimax.node.js",
111
113
  "dist/nodes/llms/LmChatMoonshot/LmChatMoonshot.node.js",
112
114
  "dist/nodes/llms/LMChatLemonade/LmChatLemonade.node.js",
113
115
  "dist/nodes/llms/LMChatOllama/LmChatOllama.node.js",
@@ -196,7 +198,7 @@
196
198
  "fast-glob": "3.2.12",
197
199
  "jest-mock-extended": "^3.0.4",
198
200
  "@n8n/eslint-plugin-community-nodes": "0.12.0",
199
- "n8n-core": "2.17.0"
201
+ "n8n-core": "2.17.1"
200
202
  },
201
203
  "dependencies": {
202
204
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -271,14 +273,14 @@
271
273
  "zod": "3.25.67",
272
274
  "zod-to-json-schema": "3.23.3",
273
275
  "@n8n/ai-utilities": "0.11.0",
274
- "@n8n/di": "0.10.0",
275
- "@n8n/errors": "0.7.0",
276
276
  "@n8n/config": "2.16.0",
277
+ "@n8n/di": "0.10.0",
278
+ "@n8n/client-oauth2": "1.1.1",
277
279
  "@n8n/typescript-config": "1.4.0",
280
+ "@n8n/errors": "0.7.0",
278
281
  "@n8n/json-schema-to-zod": "1.7.0",
279
- "@n8n/client-oauth2": "1.1.0",
280
- "n8n-workflow": "2.17.0",
281
- "n8n-nodes-base": "2.17.0"
282
+ "n8n-nodes-base": "2.17.1",
283
+ "n8n-workflow": "2.17.0"
282
284
  },
283
285
  "license": "SEE LICENSE IN LICENSE.md",
284
286
  "homepage": "https://n8n.io",