@n8n/n8n-nodes-langchain 2.1.0 → 2.1.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -159,7 +159,7 @@
159
159
  "fast-glob": "3.2.12",
160
160
  "jest-mock-extended": "^3.0.4",
161
161
  "tsup": "^8.5.0",
162
- "n8n-core": "2.1.0",
162
+ "n8n-core": "2.1.2",
163
163
  "@n8n/eslint-plugin-community-nodes": "0.7.0"
164
164
  },
165
165
  "dependencies": {
@@ -229,14 +229,14 @@
229
229
  "weaviate-client": "3.6.2",
230
230
  "zod": "3.25.67",
231
231
  "zod-to-json-schema": "3.23.3",
232
- "@n8n/config": "2.0.0",
233
232
  "@n8n/client-oauth2": "1.0.0-rc.0",
234
- "@n8n/di": "0.10.0",
233
+ "@n8n/config": "2.0.2",
235
234
  "@n8n/errors": "0.5.0",
235
+ "@n8n/di": "0.10.0",
236
236
  "@n8n/json-schema-to-zod": "1.6.0",
237
- "@n8n/typescript-config": "1.3.0",
237
+ "n8n-nodes-base": "2.1.2",
238
238
  "n8n-workflow": "2.1.0",
239
- "n8n-nodes-base": "2.1.0"
239
+ "@n8n/typescript-config": "1.3.0"
240
240
  },
241
241
  "license": "SEE LICENSE IN LICENSE.md",
242
242
  "homepage": "https://n8n.io",