fixed deps
This commit is contained in:
parent
24768446f5
commit
947b1d748d
14 changed files with 166 additions and 257 deletions
|
|
@ -8,7 +8,7 @@ export { handlerRegistry } from './registry/handler-registry';
|
|||
// Utilities
|
||||
export { createJobHandler } from './utils/create-job-handler';
|
||||
|
||||
// Types
|
||||
// Re-export types from types package for convenience
|
||||
export type {
|
||||
ExecutionContext,
|
||||
IHandler,
|
||||
|
|
@ -19,10 +19,8 @@ export type {
|
|||
TypedJobHandler,
|
||||
HandlerMetadata,
|
||||
OperationMetadata,
|
||||
} from './types/types';
|
||||
|
||||
// Re-export IServiceContainer from types package
|
||||
export type { IServiceContainer } from '@stock-bot/types';
|
||||
IServiceContainer,
|
||||
} from '@stock-bot/types';
|
||||
|
||||
// Decorators
|
||||
export {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue