@n8n/n8n-nodes-langchain 1.40.0 → 1.41.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/dist/build.tsbuildinfo +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.41.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -114,8 +114,7 @@
|
|
|
114
114
|
"@types/json-schema": "^7.0.15",
|
|
115
115
|
"@types/temp": "^0.9.1",
|
|
116
116
|
"eslint-plugin-n8n-nodes-base": "^1.16.0",
|
|
117
|
-
"
|
|
118
|
-
"n8n-core": "1.40.0"
|
|
117
|
+
"n8n-core": "1.41.0"
|
|
119
118
|
},
|
|
120
119
|
"dependencies": {
|
|
121
120
|
"@aws-sdk/client-bedrock-runtime": "3.549.0",
|
|
@@ -160,14 +159,14 @@
|
|
|
160
159
|
"tmp-promise": "3.0.3",
|
|
161
160
|
"zod": "3.22.4",
|
|
162
161
|
"zod-to-json-schema": "3.22.4",
|
|
163
|
-
"n8n-workflow": "1.
|
|
164
|
-
"n8n-nodes-base": "1.
|
|
162
|
+
"n8n-workflow": "1.40.0",
|
|
163
|
+
"n8n-nodes-base": "1.41.1"
|
|
165
164
|
},
|
|
166
165
|
"scripts": {
|
|
167
166
|
"clean": "rimraf dist .turbo",
|
|
168
167
|
"dev": "pnpm run watch",
|
|
169
168
|
"typecheck": "tsc",
|
|
170
|
-
"build": "tsc -p tsconfig.build.json &&
|
|
169
|
+
"build": "tsc -p tsconfig.build.json && pnpm n8n-copy-icons && pnpm build:metadata",
|
|
171
170
|
"build:metadata": "pnpm n8n-generate-known && pnpm n8n-generate-ui-types",
|
|
172
171
|
"format": "prettier nodes credentials --write",
|
|
173
172
|
"lint": "eslint nodes credentials",
|