removed deprecated code
This commit is contained in:
parent
34c6c36695
commit
ca5f09c459
10 changed files with 18 additions and 377 deletions
|
|
@ -6,11 +6,8 @@ export * from './types';
|
|||
// Re-export IServiceContainer from types for convenience
|
||||
export type { IServiceContainer } from '@stock-bot/types';
|
||||
|
||||
// Legacy exports for backward compatibility
|
||||
// Type exports from awilix-container
|
||||
export {
|
||||
createServiceContainer,
|
||||
createServiceContainerFromConfig,
|
||||
initializeServices,
|
||||
type AppConfig,
|
||||
type ServiceCradle,
|
||||
type ServiceContainer,
|
||||
|
|
@ -21,9 +18,7 @@ export {
|
|||
export * from './container/types';
|
||||
export { ServiceContainerBuilder } from './container/builder';
|
||||
export {
|
||||
createServiceContainerAsync,
|
||||
createServiceContainer as createServiceContainerNew,
|
||||
createServiceContainerFromConfig as createServiceContainerFromConfigNew
|
||||
createServiceContainerAsync
|
||||
} from './container/factory';
|
||||
|
||||
// Configuration exports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue