n8n-nodes-base 1.71.2 → 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-nodes-base",
3
- "version": "1.71.2",
3
+ "version": "1.72.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -833,7 +833,7 @@
833
833
  "@types/uuid": "^10.0.0",
834
834
  "@types/xml2js": "^0.4.14",
835
835
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
836
- "n8n-core": "1.71.2"
836
+ "n8n-core": "1.72.0"
837
837
  },
838
838
  "dependencies": {
839
839
  "@aws-sdk/client-sso-oidc": "3.666.0",
@@ -898,9 +898,9 @@
898
898
  "uuid": "10.0.0",
899
899
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
900
900
  "xml2js": "0.6.2",
901
- "@n8n/config": "1.21.2",
902
901
  "@n8n/imap": "0.8.0",
903
- "n8n-workflow": "1.70.0"
902
+ "@n8n/config": "1.22.0",
903
+ "n8n-workflow": "1.71.0"
904
904
  },
905
905
  "license": "SEE LICENSE IN LICENSE.md",
906
906
  "homepage": "https://n8n.io",
@@ -916,13 +916,12 @@
916
916
  "clean": "rimraf dist .turbo",
917
917
  "dev": "pnpm watch",
918
918
  "typecheck": "tsc --noEmit",
919
- "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm n8n-copy-icons && pnpm n8n-generate-translations && pnpm build:metadata",
920
- "build:metadata": "pnpm n8n-generate-known && pnpm n8n-generate-ui-types",
919
+ "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm n8n-copy-icons && pnpm n8n-generate-translations && pnpm n8n-generate-metadata",
921
920
  "format": "biome format --write .",
922
921
  "format:check": "biome ci .",
923
922
  "lint": "eslint . --quiet && node ./scripts/validate-load-options-methods.js",
924
923
  "lintfix": "eslint . --fix",
925
- "watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\" --onSuccess \"pnpm n8n-generate-ui-types\"",
924
+ "watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\" --onSuccess \"pnpm n8n-generate-metadata\"",
926
925
  "test": "jest"
927
926
  }
928
927
  }