@n8n/n8n-nodes-langchain 1.94.0 → 1.95.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.94.0",
3
+ "version": "1.95.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -135,7 +135,7 @@
135
135
  "@types/sanitize-html": "^2.11.0",
136
136
  "@types/temp": "^0.9.1",
137
137
  "tsup": "^8.4.0",
138
- "n8n-core": "1.93.0"
138
+ "n8n-core": "1.94.0"
139
139
  },
140
140
  "dependencies": {
141
141
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -196,11 +196,11 @@
196
196
  "tmp-promise": "3.0.3",
197
197
  "zod": "3.24.1",
198
198
  "zod-to-json-schema": "3.23.3",
199
+ "@n8n/client-oauth2": "0.25.0",
199
200
  "@n8n/typescript-config": "1.2.0",
200
201
  "@n8n/json-schema-to-zod": "1.3.0",
201
- "n8n-workflow": "1.92.0",
202
- "@n8n/client-oauth2": "0.25.0",
203
- "n8n-nodes-base": "1.93.0"
202
+ "n8n-workflow": "1.93.0",
203
+ "n8n-nodes-base": "1.94.0"
204
204
  },
205
205
  "license": "SEE LICENSE IN LICENSE.md",
206
206
  "homepage": "https://n8n.io",