@n8n/n8n-nodes-langchain 1.106.0 → 1.106.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.106.0",
3
+ "version": "1.106.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -215,11 +215,11 @@
215
215
  "weaviate-client": "3.6.2",
216
216
  "zod": "3.25.67",
217
217
  "zod-to-json-schema": "3.23.3",
218
+ "@n8n/json-schema-to-zod": "1.5.0",
218
219
  "@n8n/client-oauth2": "0.28.0",
219
220
  "@n8n/errors": "^0.4.0",
220
- "@n8n/json-schema-to-zod": "1.5.0",
221
221
  "@n8n/typescript-config": "1.3.0",
222
- "n8n-nodes-base": "1.105.0",
222
+ "n8n-nodes-base": "1.105.1",
223
223
  "n8n-workflow": "1.104.0"
224
224
  },
225
225
  "license": "SEE LICENSE IN LICENSE.md",