@n8n/n8n-nodes-langchain 1.91.0 → 1.91.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,12 +1,12 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.91.0",
3
+ "version": "1.91.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
8
- "LICENSE_EE.md",
9
- "LICENSE.md"
8
+ "LICENSE.md",
9
+ "LICENSE_EE.md"
10
10
  ],
11
11
  "n8n": {
12
12
  "n8nNodesApiVersion": 1,
@@ -133,7 +133,7 @@
133
133
  "@types/sanitize-html": "^2.11.0",
134
134
  "@types/temp": "^0.9.1",
135
135
  "tsup": "^8.4.0",
136
- "n8n-core": "1.90.0"
136
+ "n8n-core": "1.90.1"
137
137
  },
138
138
  "dependencies": {
139
139
  "@aws-sdk/client-sso-oidc": "3.666.0",
@@ -195,7 +195,7 @@
195
195
  "@n8n/json-schema-to-zod": "1.3.0",
196
196
  "@n8n/typescript-config": "1.2.0",
197
197
  "n8n-workflow": "1.89.0",
198
- "n8n-nodes-base": "1.90.0"
198
+ "n8n-nodes-base": "1.90.1"
199
199
  },
200
200
  "license": "SEE LICENSE IN LICENSE.md",
201
201
  "homepage": "https://n8n.io",