@n8n/n8n-nodes-langchain 1.103.1 → 1.103.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.103.
|
|
3
|
+
"version": "1.103.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"fast-glob": "3.2.12",
|
|
146
146
|
"tsup": "^8.5.0",
|
|
147
147
|
"jest-mock-extended": "^3.0.4",
|
|
148
|
-
"n8n-core": "1.103.
|
|
148
|
+
"n8n-core": "1.103.2"
|
|
149
149
|
},
|
|
150
150
|
"dependencies": {
|
|
151
151
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -213,9 +213,9 @@
|
|
|
213
213
|
"zod": "3.25.67",
|
|
214
214
|
"zod-to-json-schema": "3.23.3",
|
|
215
215
|
"@n8n/client-oauth2": "0.27.0",
|
|
216
|
-
"@n8n/json-schema-to-zod": "1.4.0",
|
|
217
216
|
"@n8n/typescript-config": "1.3.0",
|
|
218
|
-
"n8n-nodes-base": "1.102.
|
|
217
|
+
"n8n-nodes-base": "1.102.1",
|
|
218
|
+
"@n8n/json-schema-to-zod": "1.4.0",
|
|
219
219
|
"n8n-workflow": "1.101.0"
|
|
220
220
|
},
|
|
221
221
|
"license": "SEE LICENSE IN LICENSE.md",
|