Skip to content

Commit

Permalink
Exposing missing SNS types (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGamero authored Apr 1, 2024
1 parent 13331e4 commit 9864463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/sns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export { AbstractSnsService } from './lib/sns/AbstractSnsService'

export { SnsConsumerErrorResolver } from './lib/errors/SnsConsumerErrorResolver'

export type { SNSMessageOptions, SNSPublisherOptions } from './lib/sns/AbstractSnsPublisher'
export { AbstractSnsPublisher } from './lib/sns/AbstractSnsPublisher'

export type {
Expand Down
2 changes: 1 addition & 1 deletion packages/sns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@message-queue-toolkit/sns",
"version": "12.0.1",
"version": "12.0.2",
"private": false,
"license": "MIT",
"description": "SNS adapter for message-queue-toolkit",
Expand Down

0 comments on commit 9864463

Please sign in to comment.