We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf4be3 commit bedaca7Copy full SHA for bedaca7
src/index.ts
@@ -9,9 +9,4 @@ Container.set({ id: ConnectionManager, type: ConnectionManager });
9
10
export * from './decorators/InjectConnection';
11
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';
+export * from './decorators/InjectRepository';
0 commit comments