Skip to content

Commit

Permalink
fix: export forgotten items
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Nov 20, 2019
1 parent ad38b55 commit 443d055
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/errors/Errors.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export * from './BrokenCircuitError';
export * from './BulkheadRejectedError';
export * from './IsolatedCircuitError';
export * from './TaskCancelledError';
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
export * from './backoff/Backoff';
export * from './breaker/Breaker';
export * from './Bulkhead';
export * from './CancellationToken';
export * from './CircuitBreakerPolicy';
export { Event, EventEmitter } from './common/Event';
export * from './errors/Errors';
export * from './Policy';
export * from './RetryPolicy';
export * from './TimeoutPolicy';

0 comments on commit 443d055

Please sign in to comment.