refactor(core): Move module logic to @n8n/backend-common (#16528)

Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
Iván Ovejero
2025-06-20 18:55:07 +02:00
committed by GitHub
parent 1573ae6352
commit 37efd209c9
18 changed files with 214 additions and 241 deletions

View File

@@ -23,6 +23,7 @@
"dependencies": {
"@n8n/config": "workspace:^",
"@n8n/constants": "workspace:^",
"@n8n/decorators": "workspace:^",
"@n8n/di": "workspace:^",
"callsites": "catalog:",
"n8n-workflow": "workspace:^",