@atom8n/n8n-nodes-langchain 2.3.0 → 2.4.0

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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom8n/n8n-nodes-langchain",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -159,10 +159,11 @@
159
159
  "dist/nodes/ToolExecutor/ToolExecutor.node.js",
160
160
  "dist/nodes/ModelSelector/ModelSelector.node.js",
161
161
  "dist/nodes/Guardrails/Guardrails.node.js"
162
- ]
162
+ ],
163
+ "nodeTypePrefix": "@n8n/n8n-nodes-langchain"
163
164
  },
164
165
  "devDependencies": {
165
- "@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.8.0",
166
+ "@n8n/eslint-plugin-community-nodes": "npm:@atom8n/eslint-plugin-community-nodes@0.9.0",
166
167
  "@types/basic-auth": "^1.1.3",
167
168
  "@types/cheerio": "^0.22.15",
168
169
  "@types/html-to-text": "^9.0.1",
@@ -173,7 +174,7 @@
173
174
  "@types/temp": "^0.9.1",
174
175
  "fast-glob": "3.2.12",
175
176
  "jest-mock-extended": "^3.0.4",
176
- "n8n-core": "npm:@atom8n/n8n-core@2.3.0",
177
+ "n8n-core": "npm:@atom8n/n8n-core@2.4.0",
177
178
  "tsup": "^8.5.0"
178
179
  },
179
180
  "dependencies": {
@@ -205,13 +206,13 @@
205
206
  "@langchain/weaviate": "1.0.1",
206
207
  "@modelcontextprotocol/sdk": "1.24.0",
207
208
  "@mozilla/readability": "0.6.0",
208
- "@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.1.0",
209
- "@n8n/config": "npm:@atom8n/config@2.2.0",
210
- "@n8n/di": "npm:@atom8n/di@0.11.0",
211
- "@n8n/errors": "npm:@atom8n/errors@0.6.0",
212
- "@n8n/json-schema-to-zod": "npm:@atom8n/json-schema-to-zod@1.7.0",
209
+ "@n8n/client-oauth2": "npm:@atom8n/client-oauth2@1.2.0",
210
+ "@n8n/config": "npm:@atom8n/config@2.3.0",
211
+ "@n8n/di": "npm:@atom8n/di@0.12.0",
212
+ "@n8n/errors": "npm:@atom8n/errors@0.7.0",
213
+ "@n8n/json-schema-to-zod": "npm:@atom8n/json-schema-to-zod@1.8.0",
213
214
  "@n8n/typeorm": "0.3.20-15",
214
- "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.4.0",
215
+ "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.5.0",
215
216
  "@n8n/vm2": "3.9.25",
216
217
  "@pinecone-database/pinecone": "^5.0.2",
217
218
  "@qdrant/js-client-rest": "^1.16.2",
@@ -236,8 +237,8 @@
236
237
  "mammoth": "1.11.0",
237
238
  "mime-types": "3.0.1",
238
239
  "mongodb": "^6.17.0",
239
- "n8n-nodes-base": "npm:@atom8n/n8n-nodes-base@2.3.0",
240
- "n8n-workflow": "npm:@atom8n/n8n-workflow@2.3.0",
240
+ "n8n-nodes-base": "npm:@atom8n/n8n-nodes-base@2.4.0",
241
+ "n8n-workflow": "npm:@atom8n/n8n-workflow@2.4.0",
241
242
  "openai": "^6.9.0",
242
243
  "pdf-parse": "1.1.1",
243
244
  "pg": "8.12.0",