@n8n/n8n-nodes-langchain 1.98.0 → 1.98.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.98.0",
3
+ "version": "1.98.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -197,11 +197,11 @@
197
197
  "tmp-promise": "3.0.3",
198
198
  "zod": "3.24.1",
199
199
  "zod-to-json-schema": "3.23.3",
200
- "@n8n/client-oauth2": "0.26.0",
201
200
  "@n8n/json-schema-to-zod": "1.3.0",
202
- "n8n-nodes-base": "1.97.0",
203
- "n8n-workflow": "1.96.0",
204
- "@n8n/typescript-config": "1.2.0"
201
+ "@n8n/typescript-config": "1.2.0",
202
+ "@n8n/client-oauth2": "0.26.0",
203
+ "n8n-nodes-base": "1.97.1",
204
+ "n8n-workflow": "1.96.0"
205
205
  },
206
206
  "license": "SEE LICENSE IN LICENSE.md",
207
207
  "homepage": "https://n8n.io",