Skip to content

Commit

Permalink
Avoid breaking change (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Mar 14, 2024
1 parent bc99a2d commit 6910298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/lib/queues/HandlerContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class MessageHandlerConfig<
export class MessageHandlerConfigBuilder<
MessagePayloadSchemas extends object,
ExecutionContext,
PrehandlerOutput,
PrehandlerOutput = undefined,
> {
private readonly configs: MessageHandlerConfig<
MessagePayloadSchemas,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@message-queue-toolkit/core",
"version": "9.0.0",
"version": "9.0.1",
"private": false,
"license": "MIT",
"description": "Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently",
Expand Down

0 comments on commit 6910298

Please sign in to comment.