Skip to content

Commit bedaca7

Browse files
refactor: remove deprecated aliases
1 parent ebf4be3 commit bedaca7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/index.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ Container.set({ id: ConnectionManager, type: ConnectionManager });
99

1010
export * from './decorators/InjectConnection';
1111
export * from './decorators/InjectManager';
12-
export * from './decorators/InjectRepository';
13-
14-
// deprecated aliases
15-
export { InjectConnection as OrmConnection } from './decorators/InjectConnection';
16-
export { InjectManager as OrmManager } from './decorators/InjectManager';
17-
export { InjectRepository as OrmRepository } from './decorators/InjectRepository';
12+
export * from './decorators/InjectRepository';

0 commit comments

Comments
 (0)