@n8n/n8n-nodes-langchain 1.97.0 → 1.97.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.
- 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.97.
|
|
3
|
+
"version": "1.97.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@types/sanitize-html": "^2.11.0",
|
|
137
137
|
"@types/temp": "^0.9.1",
|
|
138
138
|
"tsup": "^8.4.0",
|
|
139
|
-
"n8n-core": "1.97.
|
|
139
|
+
"n8n-core": "1.97.2"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
142
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -198,10 +198,10 @@
|
|
|
198
198
|
"zod": "3.24.1",
|
|
199
199
|
"zod-to-json-schema": "3.23.3",
|
|
200
200
|
"@n8n/client-oauth2": "0.26.0",
|
|
201
|
+
"n8n-workflow": "1.95.1",
|
|
201
202
|
"@n8n/json-schema-to-zod": "1.3.0",
|
|
202
|
-
"
|
|
203
|
-
"n8n-
|
|
204
|
-
"n8n-nodes-base": "1.96.0"
|
|
203
|
+
"n8n-nodes-base": "1.96.1",
|
|
204
|
+
"@n8n/typescript-config": "1.2.0"
|
|
205
205
|
},
|
|
206
206
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
207
207
|
"homepage": "https://n8n.io",
|