@n8n/n8n-nodes-langchain 1.71.0 → 1.72.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.71.0",
3
+ "version": "1.72.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -115,7 +115,7 @@
115
115
  "@types/mime-types": "^2.1.0",
116
116
  "@types/pg": "^8.11.6",
117
117
  "@types/temp": "^0.9.1",
118
- "n8n-core": "1.71.0"
118
+ "n8n-core": "1.72.0"
119
119
  },
120
120
  "dependencies": {
121
121
  "@aws-sdk/client-sso-oidc": "3.666.0",
@@ -170,8 +170,8 @@
170
170
  "zod": "3.23.8",
171
171
  "zod-to-json-schema": "3.23.3",
172
172
  "@n8n/json-schema-to-zod": "1.2.0",
173
- "n8n-nodes-base": "1.71.0",
174
- "n8n-workflow": "1.70.0"
173
+ "n8n-nodes-base": "1.72.0",
174
+ "n8n-workflow": "1.71.0"
175
175
  },
176
176
  "license": "SEE LICENSE IN LICENSE.md",
177
177
  "homepage": "https://n8n.io",
@@ -187,13 +187,12 @@
187
187
  "clean": "rimraf dist .turbo",
188
188
  "dev": "pnpm run watch",
189
189
  "typecheck": "tsc --noEmit",
190
- "build": "tsc -p tsconfig.build.json && pnpm n8n-copy-icons && pnpm build:metadata",
191
- "build:metadata": "pnpm n8n-generate-known && pnpm n8n-generate-ui-types",
190
+ "build": "tsc -p tsconfig.build.json && pnpm n8n-copy-icons && pnpm n8n-generate-metadata",
192
191
  "format": "biome format --write .",
193
192
  "format:check": "biome ci .",
194
193
  "lint": "eslint nodes credentials --quiet",
195
194
  "lintfix": "eslint nodes credentials --fix",
196
- "watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\" --onSuccess \"pnpm n8n-generate-ui-types\"",
195
+ "watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\" --onSuccess \"pnpm n8n-generate-metadata\"",
197
196
  "test": "jest",
198
197
  "test:dev": "jest --watch"
199
198
  }