refactor(core): Introduce @n8n/decorators package (#14784)

This commit is contained in:
Iván Ovejero
2025-04-23 16:39:49 +02:00
committed by GitHub
parent 454e5c77ad
commit e6381e09e3
95 changed files with 447 additions and 228 deletions

View File

@@ -4,7 +4,6 @@ export * from './binary-data';
export * from './constants';
export * from './credentials';
export * from './data-deduplication-service';
export * from './decorators';
export * from './encryption';
export * from './errors';
export * from './execution-engine';