@n8n/n8n-nodes-langchain 1.105.0 → 1.105.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.105.
|
|
3
|
+
"version": "1.105.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"fast-glob": "3.2.12",
|
|
149
149
|
"jest-mock-extended": "^3.0.4",
|
|
150
150
|
"tsup": "^8.5.0",
|
|
151
|
-
"n8n-core": "1.105.
|
|
151
|
+
"n8n-core": "1.105.1"
|
|
152
152
|
},
|
|
153
153
|
"dependencies": {
|
|
154
154
|
"@aws-sdk/client-sso-oidc": "3.808.0",
|
|
@@ -215,12 +215,12 @@
|
|
|
215
215
|
"weaviate-client": "3.6.2",
|
|
216
216
|
"zod": "3.25.67",
|
|
217
217
|
"zod-to-json-schema": "3.23.3",
|
|
218
|
-
"@n8n/errors": "^0.4.0",
|
|
219
218
|
"@n8n/client-oauth2": "0.28.0",
|
|
219
|
+
"@n8n/errors": "^0.4.0",
|
|
220
220
|
"@n8n/json-schema-to-zod": "1.5.0",
|
|
221
|
-
"n8n-nodes-base": "1.104.0",
|
|
222
221
|
"@n8n/typescript-config": "1.3.0",
|
|
223
|
-
"n8n-workflow": "1.103.
|
|
222
|
+
"n8n-workflow": "1.103.1",
|
|
223
|
+
"n8n-nodes-base": "1.104.1"
|
|
224
224
|
},
|
|
225
225
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
226
226
|
"homepage": "https://n8n.io",
|