🚀 Release 1.110.0 (#19062)

Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-01 16:55:15 +02:00
committed by GitHub
parent 94f0048f02
commit a442a2c5b5
31 changed files with 95 additions and 44 deletions

View File

@@ -1,17 +1,17 @@
{
"name": "@n8n/scan-community-package",
"version": "0.1.2",
"description": "Static code analyser for n8n community packages",
"license": "none",
"bin": "scanner/cli.mjs",
"files": [
"scanner"
],
"dependencies": {
"eslint": "catalog:",
"fast-glob": "catalog:",
"axios": "catalog:",
"semver": "^7.5.4",
"tmp": "0.2.4"
}
"name": "@n8n/scan-community-package",
"version": "0.2.0",
"description": "Static code analyser for n8n community packages",
"license": "none",
"bin": "scanner/cli.mjs",
"files": [
"scanner"
],
"dependencies": {
"eslint": "catalog:",
"fast-glob": "catalog:",
"axios": "catalog:",
"semver": "^7.5.4",
"tmp": "0.2.4"
}
}