@n8n/n8n-nodes-langchain 1.92.1 → 1.92.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 +7 -7
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.92.1",
3
+ "version": "1.92.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
8
- "LICENSE.md",
9
- "LICENSE_EE.md"
8
+ "LICENSE_EE.md",
9
+ "LICENSE.md"
10
10
  ],
11
11
  "n8n": {
12
12
  "n8nNodesApiVersion": 1,
@@ -194,11 +194,11 @@
194
194
  "tmp-promise": "3.0.3",
195
195
  "zod": "3.24.1",
196
196
  "zod-to-json-schema": "3.23.3",
197
- "@n8n/json-schema-to-zod": "1.3.0",
198
- "@n8n/typescript-config": "1.2.0",
199
- "n8n-nodes-base": "1.91.0",
200
197
  "@n8n/client-oauth2": "0.24.0",
201
- "n8n-workflow": "1.90.0"
198
+ "@n8n/typescript-config": "1.2.0",
199
+ "n8n-nodes-base": "1.91.1",
200
+ "n8n-workflow": "1.90.0",
201
+ "@n8n/json-schema-to-zod": "1.3.0"
202
202
  },
203
203
  "license": "SEE LICENSE IN LICENSE.md",
204
204
  "homepage": "https://n8n.io",