refactor(core): Move first batch of repositories to @n8n/db (#15130)

This commit is contained in:
Iván Ovejero
2025-05-06 11:22:43 +02:00
committed by GitHub
parent 939ff97ec4
commit ade546fb48
151 changed files with 338 additions and 299 deletions

View File

@@ -26,6 +26,8 @@
"@n8n/permissions": "workspace:^",
"@n8n/typeorm": "catalog:",
"class-validator": "0.14.0",
"flatted": "catalog:",
"lodash": "catalog:",
"n8n-core": "workspace:^",
"n8n-workflow": "workspace:^",
"nanoid": "catalog:",
@@ -33,6 +35,7 @@
"xss": "catalog:"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*"
"@n8n/typescript-config": "workspace:*",
"@types/lodash": "catalog:"
}
}