Skip to content

Commit

Permalink
fix, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
21e8 committed Dec 7, 2024
1 parent 6cbeb24 commit 7ff264c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0xalice-tgram-bot",
"version": "0.2.12",
"version": "0.2.13",
"description": "Batched Telegram notification bot for 0xAlice",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
12 changes: 6 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export * from './types';
export { createTelegramProcessor } from './processors/telegram';
export type { TelegramConfig } from './types';

export { createSlackProcessor } from './processors/slack';
export type { SlackConfig } from './processors/slack';
// export { createSlackProcessor } from './processors/slack';
// export type { SlackConfig } from './processors/slack';

export { createDiscordProcessor } from './processors/discord';
export type { DiscordConfig } from './processors/discord';
// export { createDiscordProcessor } from './processors/discord';
// export type { DiscordConfig } from './processors/discord';

export { createEmailProcessor } from './processors/email';
export type { EmailConfig } from './processors/email';
// export { createEmailProcessor } from './processors/email';
// export type { EmailConfig } from './processors/email';

export { createConsoleProcessor } from './processors/console';

Expand Down

0 comments on commit 7ff264c

Please sign in to comment.