fixed deps

This commit is contained in:
Boki 2025-06-23 19:47:01 -04:00
parent 24768446f5
commit 947b1d748d
14 changed files with 166 additions and 257 deletions

View file

@ -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 {